diff --git a/dspace-rest/src/main/java/org/dspace/rest/DSpaceRestApplication.java b/dspace-rest/src/main/java/org/dspace/rest/DSpaceRestApplication.java index a885b0800a..3560272ceb 100644 --- a/dspace-rest/src/main/java/org/dspace/rest/DSpaceRestApplication.java +++ b/dspace-rest/src/main/java/org/dspace/rest/DSpaceRestApplication.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.rest; import org.glassfish.jersey.jackson.JacksonFeature;