From a2588d50e1b94176b1a1a0e4f94a7094fba64d23 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 21 Oct 2013 14:36:26 +0100 Subject: [PATCH] add licence statements --- .../src/main/java/org/dspace/sword2/AbstractSimpleDC.java | 8 ++++++++ .../src/main/java/org/dspace/sword2/SimpleDCMetadata.java | 8 ++++++++ .../java/org/dspace/sword2/SwordMETSPackageIngester.java | 7 +++++++ 3 files changed, 23 insertions(+) diff --git a/dspace-swordv2/src/main/java/org/dspace/sword2/AbstractSimpleDC.java b/dspace-swordv2/src/main/java/org/dspace/sword2/AbstractSimpleDC.java index 2527d995a5..e88f86ff1c 100644 --- a/dspace-swordv2/src/main/java/org/dspace/sword2/AbstractSimpleDC.java +++ b/dspace-swordv2/src/main/java/org/dspace/sword2/AbstractSimpleDC.java @@ -1,3 +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.sword2; import org.dspace.content.DCValue; diff --git a/dspace-swordv2/src/main/java/org/dspace/sword2/SimpleDCMetadata.java b/dspace-swordv2/src/main/java/org/dspace/sword2/SimpleDCMetadata.java index fe30083da5..db57f3e3f9 100644 --- a/dspace-swordv2/src/main/java/org/dspace/sword2/SimpleDCMetadata.java +++ b/dspace-swordv2/src/main/java/org/dspace/sword2/SimpleDCMetadata.java @@ -1,3 +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.sword2; import java.util.HashMap; diff --git a/dspace-swordv2/src/main/java/org/dspace/sword2/SwordMETSPackageIngester.java b/dspace-swordv2/src/main/java/org/dspace/sword2/SwordMETSPackageIngester.java index 33adf618c8..0fe5c9f828 100644 --- a/dspace-swordv2/src/main/java/org/dspace/sword2/SwordMETSPackageIngester.java +++ b/dspace-swordv2/src/main/java/org/dspace/sword2/SwordMETSPackageIngester.java @@ -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.sword2;