mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-247] License Cleanup in solrstatistics.
This commit is contained in:
27
pom.xml
27
pom.xml
@@ -68,7 +68,7 @@
|
||||
<parent>
|
||||
<artifactId>dspace-pom</artifactId>
|
||||
<groupId>org.dspace</groupId>
|
||||
<version>1</version>
|
||||
<version>2</version>
|
||||
</parent>
|
||||
|
||||
<developers>
|
||||
@@ -207,6 +207,31 @@
|
||||
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.google.code.maven-license-plugin</groupId>
|
||||
<artifactId>maven-license-plugin</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<configuration>
|
||||
<header>http://scm.dspace.org/svn/repo/licenses/LICENSE_HEADER</header>
|
||||
<excludes>
|
||||
<exclude>src/main/webapp/**</exclude>
|
||||
<exclude>target/**</exclude>
|
||||
<exclude>m2-target/**</exclude>
|
||||
<exclude>**/*.properties</exclude>
|
||||
</excludes>
|
||||
<properties />
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
</build>
|
||||
|
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* $Id: $
|
||||
* $URL: $
|
||||
* *************************************************************************
|
||||
* Copyright (c) 2002-2009, DuraSpace. All rights reserved
|
||||
* Licensed under the DuraSpace Foundation License.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
package org.dspace.solr.filters;
|
||||
|
||||
import java.io.IOException;
|
||||
|
Reference in New Issue
Block a user