diff --git a/pom.xml b/pom.xml index 1ecdfdd..2d18463 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@
${root.basedir}/LICENSE_HEADER
src/main/*/org/apache/** + **/web.xml UTF-8 diff --git a/webapp/src/main/java/org/dspace/solr/filters/LocalHostRestrictionFilter.java b/webapp/src/main/java/org/dspace/solr/filters/LocalHostRestrictionFilter.java index d6ba2a5..424ab53 100644 --- a/webapp/src/main/java/org/dspace/solr/filters/LocalHostRestrictionFilter.java +++ b/webapp/src/main/java/org/dspace/solr/filters/LocalHostRestrictionFilter.java @@ -1,12 +1,9 @@ /** - * $Id: $ - * $URL: $ - * ************************************************************************* - * Copyright (c) 2002-2009, DuraSpace. All rights reserved - * Licensed under the DuraSpace License. + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * A copy of the DuraSpace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * http://www.dspace.org/license/ */ package org.dspace.solr.filters;