diff --git a/dspace-api/src/main/java/org/dspace/content/crosswalk/MapConverter.java b/dspace-api/src/main/java/org/dspace/content/crosswalk/MapConverter.java index b5ad149c41..e5e62ebc41 100644 --- a/dspace-api/src/main/java/org/dspace/content/crosswalk/MapConverter.java +++ b/dspace-api/src/main/java/org/dspace/content/crosswalk/MapConverter.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.content.crosswalk; import java.io.File; diff --git a/dspace-api/src/main/java/org/dspace/content/crosswalk/RemoveLastDotConverter.java b/dspace-api/src/main/java/org/dspace/content/crosswalk/RemoveLastDotConverter.java index a30ec4d85f..b9c5f3add5 100644 --- a/dspace-api/src/main/java/org/dspace/content/crosswalk/RemoveLastDotConverter.java +++ b/dspace-api/src/main/java/org/dspace/content/crosswalk/RemoveLastDotConverter.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.content.crosswalk; import org.apache.commons.lang.StringUtils; diff --git a/dspace-jspui/src/main/webapp/static/js/submission-lookup.js b/dspace-jspui/src/main/webapp/static/js/submission-lookup.js index 93a1967f63..5b5b6bdf93 100644 --- a/dspace-jspui/src/main/webapp/static/js/submission-lookup.js +++ b/dspace-jspui/src/main/webapp/static/js/submission-lookup.js @@ -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/ + */ submissionLookupIdentifiers = function(identInputs){ var mydata = new Object(); mydata['s_uuid'] = j('#suuid').val();