From 0f43a3dae67f2c7198de4485a8cebe91065c5c36 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 4 May 2015 15:08:52 -0700 Subject: [PATCH] add license header --- .../extractor/KnowledgableExtractorJS.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contrib/src/main/java/org/archive/modules/extractor/KnowledgableExtractorJS.java b/contrib/src/main/java/org/archive/modules/extractor/KnowledgableExtractorJS.java index 0a00e770..d15891a0 100644 --- a/contrib/src/main/java/org/archive/modules/extractor/KnowledgableExtractorJS.java +++ b/contrib/src/main/java/org/archive/modules/extractor/KnowledgableExtractorJS.java @@ -1,3 +1,21 @@ +/* + * This file is part of the Heritrix web crawler (crawler.archive.org). + * + * Licensed to the Internet Archive (IA) by one or more individual + * contributors. + * + * The IA licenses this file to You 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. + */ package org.archive.modules.extractor; import java.util.Collection;