mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
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:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user