From 2ac99ba70930542caac13a990d5cd49d9f31be2a Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 12 Nov 2020 18:54:40 +0100 Subject: [PATCH] Fix missing license headers --- src/claimVerification.js | 15 +++++++++++++++ src/utils.js | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/claimVerification.js b/src/claimVerification.js index ec2ef38..731963c 100644 --- a/src/claimVerification.js +++ b/src/claimVerification.js @@ -1,3 +1,18 @@ +/* +Copyright 2020 Yarmo Mackenbach + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ const utils = require('./utils') const runOnJson = (res, proofData, checkPath, checkClaim, checkRelation) => { diff --git a/src/utils.js b/src/utils.js index bf35084..a3ff729 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,3 +1,18 @@ +/* +Copyright 2020 Yarmo Mackenbach + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ const generateProxyURL = (type, url, opts) => { if (!opts || !opts.doipProxyHostname) { return null