From 60a60e18f9691b3767d29a15ee9a6fa89f0d92aa Mon Sep 17 00:00:00 2001 From: aleksanderkotbury Date: Mon, 12 Oct 2015 20:34:13 +0200 Subject: [PATCH] [DS-2784] dspace header added --- .../main/java/org/dspace/rest/DSpaceRestApplication.java | 7 +++++++ 1 file changed, 7 insertions(+) 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;