From 41f8d01677f3324f66e24fb00ceb867e5b0b7a4c Mon Sep 17 00:00:00 2001 From: Richard Rodgers Date: Thu, 1 Sep 2011 19:30:37 +0000 Subject: [PATCH] Cleanup license boilerplate git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6634 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- dspace-api/src/main/java/org/dspace/license/CCLicense.java | 6 +++++- .../src/main/java/org/dspace/license/CCLicenseField.java | 5 ++--- dspace-api/src/main/java/org/dspace/license/CCLookup.java | 4 +--- 3 files changed, 8 insertions(+), 7 deletions(-) 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;