Cleanup license boilerplate

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6634 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Richard Rodgers
2011-09-01 19:30:37 +00:00
parent 0b2f001d87
commit 41f8d01677
3 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
/**
* 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
*
* http://www.dspace.org/license/
*/
package org.dspace.license; //package org.wendy.cc;
package org.dspace.license;
import java.io.File;
import java.io.FileNotFoundException;

View File

@@ -1,11 +1,10 @@
/*
/**
* 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
*
* http://dspace.org/license/
* http://www.dspace.org/license/
*/
package org.dspace.license;
import java.util.Collection;

View File

@@ -1,13 +1,11 @@
/**
* CcLookup.java
*
* 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
*
* http://dspace.org/license/
* http://www.dspace.org/license/
*/
package org.dspace.license;
import java.io.IOException;