diff --git a/dspace-api/src/main/java/org/dspace/license/CCLicense.java b/dspace-api/src/main/java/org/dspace/license/CCLicense.java index 4536386dda..73c4bdfcfd 100755 --- a/dspace-api/src/main/java/org/dspace/license/CCLicense.java +++ b/dspace-api/src/main/java/org/dspace/license/CCLicense.java @@ -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; diff --git a/dspace-api/src/main/java/org/dspace/license/CCLicenseField.java b/dspace-api/src/main/java/org/dspace/license/CCLicenseField.java index c281a9d2d5..f410cd8513 100755 --- a/dspace-api/src/main/java/org/dspace/license/CCLicenseField.java +++ b/dspace-api/src/main/java/org/dspace/license/CCLicenseField.java @@ -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; diff --git a/dspace-api/src/main/java/org/dspace/license/CCLookup.java b/dspace-api/src/main/java/org/dspace/license/CCLookup.java index 58d89ec911..0bb0152608 100755 --- a/dspace-api/src/main/java/org/dspace/license/CCLookup.java +++ b/dspace-api/src/main/java/org/dspace/license/CCLookup.java @@ -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;