Author: tdonohue
Date: Fri Aug 19 17:01:55 2011
New Revision: 6576
Log:
Adding DSpace License header to files that are missing it.
Modified:
dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BasicLinkChecker.java
dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BitstreamsIntoMetadata.java
dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/MetadataValueLinkChecker.java
dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/NoOpCurationTask.java
Modified: dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BasicLinkChecker.java
==============================================================================
--- dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BasicLinkChecker.java (original)
+++ dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BasicLinkChecker.java Fri Aug 19 17:01:55 2011
@@ -1,3 +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://www.dspace.org/license/
+ */
package org.dspace.ctask.general;
import org.apache.log4j.Logger;
Modified: dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BitstreamsIntoMetadata.java
==============================================================================
--- dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BitstreamsIntoMetadata.java (original)
+++ dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/BitstreamsIntoMetadata.java Fri Aug 19 17:01:55 2011
@@ -1,3 +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://www.dspace.org/license/
+ */
package org.dspace.ctask.general;
import org.apache.log4j.Logger;
Modified: dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/MetadataValueLinkChecker.java
==============================================================================
--- dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/MetadataValueLinkChecker.java (original)
+++ dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/MetadataValueLinkChecker.java Fri Aug 19 17:01:55 2011
@@ -1,3 +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://www.dspace.org/license/
+ */
package org.dspace.ctask.general;
import org.dspace.content.DCValue;
Modified: dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/NoOpCurationTask.java
==============================================================================
--- dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/NoOpCurationTask.java (original)
+++ dspace/trunk/dspace-api/src/main/java/org/dspace/ctask/general/NoOpCurationTask.java Fri Aug 19 17:01:55 2011
@@ -1,3 +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://www.dspace.org/license/
+ */
package org.dspace.ctask.general;
import org.dspace.content.DSpaceObject;