Add DSpace license to code header

This commit is contained in:
Peter Dietz
2013-10-07 21:50:46 -04:00
parent 1b1f423011
commit 2e678c11f1
15 changed files with 110 additions and 0 deletions

View File

@@ -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.apache.log4j.Logger;