From a15853c374ca0a1593abc9caca7be84e43067d74 Mon Sep 17 00:00:00 2001 From: Dima May Date: Fri, 27 Sep 2024 12:10:24 +0000 Subject: [PATCH] #242: inserted header --- .../cypress/plugins/read-pdf.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/skills-client-integration/skills-int-e2e-test/cypress/plugins/read-pdf.js b/skills-client-integration/skills-int-e2e-test/cypress/plugins/read-pdf.js index eb5965a9..fbc6bff8 100644 --- a/skills-client-integration/skills-int-e2e-test/cypress/plugins/read-pdf.js +++ b/skills-client-integration/skills-int-e2e-test/cypress/plugins/read-pdf.js @@ -1,3 +1,18 @@ +/* + * Copyright 2020 SkillTree + * + * 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 + * + * https://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 fs = require('fs') const pdf = require('pdf-parse')