License header updates also needed to build

This commit is contained in:
Mark H. Wood
2013-06-26 16:14:09 -04:00
parent 9e32854ad4
commit 14f33bb713
2 changed files with 5 additions and 7 deletions

View File

@@ -112,6 +112,7 @@
<header>${root.basedir}/LICENSE_HEADER</header> <header>${root.basedir}/LICENSE_HEADER</header>
<excludes> <excludes>
<exclude>src/main/*/org/apache/**</exclude> <exclude>src/main/*/org/apache/**</exclude>
<exclude>**/web.xml</exclude>
</excludes> </excludes>
<properties /> <properties />
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>

View File

@@ -1,12 +1,9 @@
/** /**
* $Id: $ * The contents of this file are subject to the license and copyright
* $URL: $ * detailed in the LICENSE and NOTICE files at the root of the source
* ************************************************************************* * tree and available online at
* Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Licensed under the DuraSpace License.
* *
* A copy of the DuraSpace License has been included in this * http://www.dspace.org/license/
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.solr.filters; package org.dspace.solr.filters;