diff --git a/commons/src/main/java/org/archive/io/SeekReader.java b/commons/src/main/java/org/archive/io/SeekReader.java index c019aa27..4abf7847 100644 --- a/commons/src/main/java/org/archive/io/SeekReader.java +++ b/commons/src/main/java/org/archive/io/SeekReader.java @@ -1,25 +1,21 @@ -/* SeekReader -* -* Created on September 18, 2006 -* -* Copyright (C) 2006 Internet Archive. -* -* This file is part of the Heritrix web crawler (crawler.archive.org). -* -* Heritrix is free software; you can redistribute it and/or modify -* it under the terms of the GNU Lesser Public License as published by -* the Free Software Foundation; either version 2.1 of the License, or -* any later version. -* -* Heritrix is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser Public License for more details. -* -* You should have received a copy of the GNU Lesser Public License -* along with Heritrix; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ +/* + * 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.io; diff --git a/engine/src/main/java/org/archive/crawler/util/RecoveryLogMapper.java b/engine/src/main/java/org/archive/crawler/util/RecoveryLogMapper.java index c28efdab..4e833ac7 100644 --- a/engine/src/main/java/org/archive/crawler/util/RecoveryLogMapper.java +++ b/engine/src/main/java/org/archive/crawler/util/RecoveryLogMapper.java @@ -1,21 +1,27 @@ -/* - * 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. - */ +/* SeedUrlNotFoundException +* +* $Id$ +* +* Created on Mar 9, 2005 +* +* Copyright (C) 2005 Mike Schwartz. +* +* This file is part of the Heritrix web crawler (crawler.archive.org). +* +* Heritrix is free software; you can redistribute it and/or modify +* it under the terms of the GNU Lesser Public License as published by +* the Free Software Foundation; either version 2.1 of the License, or +* any later version. +* +* Heritrix is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Lesser Public License for more details. +* +* You should have received a copy of the GNU Lesser Public License +* along with Heritrix; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ /**