From cb6be2e9ca62e965fe3424d11dfe7f339c2304f7 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 16 Jul 2012 18:07:11 -0700 Subject: [PATCH] license header --- .../credential/CommonsHttpCredentialUtil.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/modules/src/main/java/org/archive/modules/credential/CommonsHttpCredentialUtil.java b/modules/src/main/java/org/archive/modules/credential/CommonsHttpCredentialUtil.java index 12141fbc..de44da39 100644 --- a/modules/src/main/java/org/archive/modules/credential/CommonsHttpCredentialUtil.java +++ b/modules/src/main/java/org/archive/modules/credential/CommonsHttpCredentialUtil.java @@ -1,3 +1,22 @@ +/* + * 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.credential; import java.util.Arrays;