Complete Licensing Cleanup using Maven license plugin to filter licenses. Let maven pom point to canonical license file.

git-svn-id: http://scm.dspace.org/svn/repo/modules/dspace-services/trunk@4378 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2009-10-06 19:30:12 +00:00
parent 82e47b9040
commit 7856f178b2
100 changed files with 718 additions and 1150 deletions

View File

@@ -1,17 +1,13 @@
/**
* $Id: RequestService.java 3285 2008-11-13 18:30:54Z azeckoski $
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/RequestService.java $
* RequestService.java - DSpace2 - Oct 14, 2008 4:59:22 PM - azeckoski
**************************************************************************
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
* Licensed under the Duraspace Foundation License.
*
* A copy of the Duraspace License has been included in this
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
* $Id$
* $URL$
* *************************************************************************
* Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Licensed under the DuraSpace Foundation License.
*
*
* A copy of the DuraSpace License has been included in this
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/
package org.dspace.services;
import org.dspace.services.model.RequestInterceptor;