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,29 +0,0 @@
Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of the Duraspace Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* Constants.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.constants; package org.dspace.constants;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: Activator.java 3492 2009-02-24 16:03:56Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/Activator.java $ * $URL$
* Activator.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel; package org.dspace.kernel;

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* CommonLifecycle.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.kernel; package org.dspace.kernel;

View File

@@ -1,15 +1,12 @@
/** /**
* $Id: DSpaceKernel.java 3221 2008-10-21 16:19:57Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernel.java $ * $URL$
* DSpaceKernel.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel; package org.dspace.kernel;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceKernelManager.java 3433 2009-02-04 10:16:39Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java $ * $URL$
* DSpaceKernelManager.java - DSpace2 - Oct 6, 2008 2:35:01 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel; package org.dspace.kernel;
import java.lang.management.ManagementFactory; import java.lang.management.ManagementFactory;

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* ServiceManager.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.kernel; package org.dspace.kernel;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ConfigChangeListener.java 3229 2008-10-23 13:13:58Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java $ * $URL$
* ConfigChangeListener.java - DSpace2 - Oct 20, 2008 11:38:44 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel.mixins; package org.dspace.kernel.mixins;
import java.util.List; import java.util.List;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: InitializedService.java 3229 2008-10-23 13:13:58Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java $ * $URL$
* InitializingService.java - DSpace2 - Oct 23, 2008 12:00:01 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel.mixins; package org.dspace.kernel.mixins;
/** /**

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: OrderedService.java 3236 2008-10-24 16:46:39Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java $ * $URL$
* OrderedService.java - DSpace2 - Oct 24, 2008 4:54:26 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel.mixins; package org.dspace.kernel.mixins;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ServiceChangeListener.java 3242 2008-10-27 16:07:03Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java $ * $URL$
* ServiceChangeListener.java - DSpace2 - Oct 24, 2008 6:39:29 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel.mixins; package org.dspace.kernel.mixins;
import java.util.List; import java.util.List;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ServiceManagerReadyAware.java 3497 2009-02-25 17:39:08Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java $ * $URL$
* ServiceManagerReadyAware.java - DS2 - Feb 25, 2009 11:41:35 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel.mixins; package org.dspace.kernel.mixins;
import org.dspace.kernel.ServiceManager; import org.dspace.kernel.ServiceManager;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ShutdownService.java 3229 2008-10-23 13:13:58Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java $ * $URL$
* DestroyedService.java - DSpace2 - Oct 23, 2008 12:03:43 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.kernel.mixins; package org.dspace.kernel.mixins;

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* CacheProvider.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.providers; package org.dspace.providers;

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* CachingService.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.services; package org.dspace.services;

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* ConfigurationService.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.services; package org.dspace.services;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: EventService.java 3307 2008-11-19 16:28:28Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/EventService.java $ * $URL$
* EventService.java - DSpace2 - Oct 9, 2008 2:12:48 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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; package org.dspace.services;
import org.dspace.services.model.Event; import org.dspace.services.model.Event;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: RequestService.java 3285 2008-11-13 18:30:54Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/RequestService.java $ * $URL$
* RequestService.java - DSpace2 - Oct 14, 2008 4:59:22 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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; package org.dspace.services;
import org.dspace.services.model.RequestInterceptor; import org.dspace.services.model.RequestInterceptor;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SessionService.java 3406 2009-01-30 10:57:39Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/SessionService.java $ * $URL$
* SessionService.java - DSpace2 - Oct 14, 2008 11:44:57 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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; package org.dspace.services;
import java.util.List; import java.util.List;

View File

@@ -1,39 +1,12 @@
/* /**
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Cache.java $ * $Id$
* * $URL$
* $Revision: 3599 $ * *************************************************************************
* * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* $Date: 2009-03-17 00:23:54 -0700 (Tue, 17 Mar 2009) $ * Licensed under the DuraSpace Foundation License.
* *
* Copyright (c) 2008, The DSpace Foundation. All rights reserved. * 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
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* - Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* - Neither the name of the DSpace Foundation nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*/ */
package org.dspace.services.model; package org.dspace.services.model;

View File

@@ -1,39 +1,12 @@
/* /**
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/CacheConfig.java $ * $Id$
* * $URL$
* $Revision: 3231 $ * *************************************************************************
* * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* $Date: 2008-10-24 02:10:30 -0700 (Fri, 24 Oct 2008) $ * Licensed under the DuraSpace Foundation License.
* *
* Copyright (c) 2008, The DSpace Foundation. All rights reserved. * 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
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* - Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* - Neither the name of the DSpace Foundation nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*/ */
package org.dspace.services.model; package org.dspace.services.model;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: Event.java 3688 2009-04-07 10:06:23Z grahamtriggs $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Event.java $ * $URL$
* Event.java - DSpace2 - Oct 9, 2008 2:22:48 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.model; package org.dspace.services.model;
import java.io.Serializable; import java.io.Serializable;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: EventListener.java 3599 2009-03-17 07:23:54Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/EventListener.java $ * $URL$
* EventListener.java - DSpace2 - Oct 9, 2008 2:43:00 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.model; package org.dspace.services.model;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: RequestInterceptor.java 3299 2008-11-18 14:22:36Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/RequestInterceptor.java $ * $URL$
* RequestInterceptor.java - DSpace2 - Oct 14, 2008 5:06:38 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.model; package org.dspace.services.model;
import org.dspace.kernel.mixins.OrderedService; import org.dspace.kernel.mixins.OrderedService;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: Session.java 3246 2008-10-28 18:02:05Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Session.java $ * $URL$
* Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.model; package org.dspace.services.model;
import java.util.Map; import java.util.Map;

View File

@@ -1,29 +0,0 @@
Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of the Duraspace Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceKernelImpl.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java $ * $URL$
* DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import java.lang.management.ManagementFactory; import java.lang.management.ManagementFactory;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceKernelInit.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java $ * $URL$
* DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import java.lang.management.ManagementFactory; import java.lang.management.ManagementFactory;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceServiceManager.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java $ * $URL$
* DSpaceServiceManager.java - DSpace2 - Oct 6, 2008 3:10:09 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import java.util.ArrayList; import java.util.ArrayList;

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* ExternalServiceManagerSystem.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.servicemanager; package org.dspace.servicemanager;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ServiceConfig.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java $ * $URL$
* ServiceConfig.java - DSpace2 - Oct 5, 2008 8:08:22 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import org.dspace.servicemanager.config.DSpaceConfig; import org.dspace.servicemanager.config.DSpaceConfig;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ServiceManagerSystem.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java $ * $URL$
* ServiceManagerSystem.java - DSpace2 - Oct 5, 2008 3:23:22 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import java.util.Map; import java.util.Map;

View File

@@ -1,23 +1,13 @@
/** /**
* $Id: ServiceMixinManager.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceMixinManager.java $ * $URL$
* EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2007, 2008 Sakai Foundation * Licensed under the DuraSpace Foundation License.
* *
* Licensed under the Educational Community License, Version 2.0 (the "License"); * A copy of the DuraSpace License has been included in this
* you may not use this file except in compliance with the License. * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
* You may obtain a copy of the License at
*
* http://www.osedu.org/licenses/ECL-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.dspace.servicemanager; package org.dspace.servicemanager;
import java.io.Serializable; import java.io.Serializable;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceConfig.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java $ * $URL$
* DSpaceConfig.java - DSpace2 - Oct 5, 2008 3:35:35 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.config; package org.dspace.servicemanager.config;
import org.dspace.kernel.Activator; import org.dspace.kernel.Activator;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceConfigurationService.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java $ * $URL$
* DSpaceConfigurationService.java - DSpace2 - Oct 6, 2008 3:31:04 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.config; package org.dspace.servicemanager.config;
import java.io.File; import java.io.File;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ConcreteExample.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java $ * $URL$
* ConcreteExample.java - DSpace2 - Oct 16, 2008 12:40:47 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.example; package org.dspace.servicemanager.example;
/** /**

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* EventListenerExampe.java - DSpace2 - Oct 3, 2009 2:22:36 AM - mdiggory * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.servicemanager.example; package org.dspace.servicemanager.example;
@@ -18,7 +17,7 @@ import org.dspace.services.model.EventListener;
/** /**
* *
* @author Mark Diggory (mdiggory at atmire.com) * @author Mark Diggory (mdiggory at atmire.com)
* @version $Revision: $ * @version $Revision$
*/ */
public class EventListenerExample implements EventListener{ public class EventListenerExample implements EventListener{

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* RequestInterceptorExample.java - DSpace2 - Oct 3, 2009 2:22:36 AM - mdiggory * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.servicemanager.example; package org.dspace.servicemanager.example;
@@ -20,7 +19,7 @@ import org.slf4j.LoggerFactory;
/** /**
* *
* @author Mark Diggory (mdiggory at atmire.com) * @author Mark Diggory (mdiggory at atmire.com)
* @version $Revision: $ * @version $Revision$
*/ */
public class RequestInterceptorExample implements RequestInterceptor { public class RequestInterceptorExample implements RequestInterceptor {

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ServiceExample.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java $ * $URL$
* ServiceExample.java - DSpace2 - Oct 16, 2008 12:29:26 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.example; package org.dspace.servicemanager.example;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ServiceExampleImpl.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java $ * $URL$
* ServiceExampleImpl.java - DSpace2 - Oct 16, 2008 12:29:15 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.example; package org.dspace.servicemanager.example;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;

View File

@@ -1,12 +1,11 @@
/* /**
* $Id: $ * $Id$
* $URL: $ * $URL$
* DSpaceKernelServletContextListener.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* Licensed under the Duraspace Foundation License. *
* * A copy of the DuraSpace License has been included in this
* 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 * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
*/ */
package org.dspace.servicemanager.servlet; package org.dspace.servicemanager.servlet;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceBeanFactoryPostProcessor.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java $ * $URL$
* ForceLazyBeanFactoryPostProcessor.java - DSpace2 - Oct 5, 2008 9:53:13 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.spring; package org.dspace.servicemanager.spring;
import java.util.ArrayList; import java.util.ArrayList;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceBeanPostProcessor.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java $ * $URL$
* DSpaceBeanPostProcessor.java - DSpace2 - Oct 23, 2008 12:48:11 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.spring; package org.dspace.servicemanager.spring;
import org.dspace.servicemanager.DSpaceServiceManager; import org.dspace.servicemanager.DSpaceServiceManager;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ResourceFinder.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java $ * $URL$
* ResourceFinder.java - caching - May 29, 2008 11:59:02 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.spring; package org.dspace.servicemanager.spring;
import java.io.File; import java.io.File;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SpringServiceManager.java 3887 2009-06-18 03:45:35Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java $ * $URL$
* SpringServiceManager.java - DSpace2 - Oct 5, 2008 8:26:59 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.spring; package org.dspace.servicemanager.spring;
import java.util.ArrayList; import java.util.ArrayList;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: CachingServiceImpl.java 3688 2009-04-07 10:06:23Z grahamtriggs $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java $ * $URL$
* CachingServiceImpl.java - DSpace2 - Oct 23, 2008 10:38:23 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.caching; package org.dspace.services.caching;
import java.io.InputStream; import java.io.InputStream;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ThreadLocalMap.java 3310 2008-11-20 10:21:15Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java $ * $URL$
* ThreadLocalMap.java - DSpace2 - Oct 23, 2008 11:07:46 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.caching; package org.dspace.services.caching;
import java.util.HashMap; import java.util.HashMap;

View File

@@ -1,15 +1,12 @@
/** /**
* $Id: EhcacheCache.java 3311 2008-11-20 12:15:14Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java $ * $URL$
* EhcacheCache.java - DSpace2 - Oct 23, 2008 11:26:12 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.caching.model; package org.dspace.services.caching.model;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: MapCache.java 3311 2008-11-20 12:15:14Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/MapCache.java $ * $URL$
* MapCache.java - DSpace2 - Oct 23, 2008 11:40:59 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.caching.model; package org.dspace.services.caching.model;
import java.util.ArrayList; import java.util.ArrayList;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SystemEventService.java 3523 2009-03-05 14:58:10Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/events/SystemEventService.java $ * $URL$
* TempEventService.java - DS2 - Nov 19, 2008 4:02:31 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.events; package org.dspace.services.events;
import java.util.Collections; import java.util.Collections;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SessionRequestServiceImpl.java 3523 2009-03-05 14:58:10Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java $ * $URL$
* SessionServiceImpl.java - DSpace2 - Oct 28, 2008 10:08:51 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.sessions; package org.dspace.services.sessions;
import org.azeckoski.reflectutils.refmap.ReferenceMap; import org.azeckoski.reflectutils.refmap.ReferenceMap;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: InternalHttpSession.java 3254 2008-10-30 12:17:38Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java $ * $URL$
* InternalHttpSession.java - DSpace2 - Oct 29, 2008 4:11:27 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.sessions.model; package org.dspace.services.sessions.model;
import java.util.Enumeration; import java.util.Enumeration;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SessionImpl.java 3254 2008-10-30 12:17:38Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java $ * $URL$
* Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.sessions.model; package org.dspace.services.sessions.model;
import java.io.Serializable; import java.io.Serializable;

View File

@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
$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
-->
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd"> <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd">
<!-- Sets the path to the directory where cache .data files are created. <!-- Sets the path to the directory where cache .data files are created.

View File

@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
$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
-->
<beans xmlns="http://www.springframework.org/schema/beans" <beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" xmlns:context="http://www.springframework.org/schema/context"

View File

@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
$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
-->
<beans xmlns="http://www.springframework.org/schema/beans" <beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" xmlns:context="http://www.springframework.org/schema/context"

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceKernelImplTest.java 3409 2009-01-30 12:04:43Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceKernelImplTest.java $ * $URL$
* DSpaceKernelImplTest.java - DSpace2 - Oct 6, 2008 4:05:54 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceKernelManagerTest.java 3409 2009-01-30 12:04:43Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceKernelManagerTest.java $ * $URL$
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceServiceManagerTest.java 3409 2009-01-30 12:04:43Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceServiceManagerTest.java $ * $URL$
* DSpaceServiceManagerTest.java - DSpace2 - Oct 6, 2008 4:00:53 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceTest.java 3283 2008-11-13 18:21:00Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceTest.java $ * $URL$
* DSpaceTest.java - DSpace2 - Oct 6, 2008 4:10:10 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: MockServiceManagerSystem.java 3232 2008-10-24 10:41:37Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/MockServiceManagerSystem.java $ * $URL$
* MockServiceManagerSystem.java - DSpace2 - Oct 24, 2008 11:15:02 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import java.util.List; import java.util.List;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SampleAnnotationBean.java 3501 2009-02-26 14:04:46Z grahamtriggs $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/SampleAnnotationBean.java $ * $URL$
* SampleAnnotationBean.java - DSpace2 - Oct 5, 2008 11:25:47 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import org.dspace.kernel.mixins.InitializedService; import org.dspace.kernel.mixins.InitializedService;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ServiceMixinManagerTest.java 3241 2008-10-27 15:15:21Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/ServiceMixinManagerTest.java $ * $URL$
* ServiceMixinManagerTest.java - DSpace2 - Oct 27, 2008 11:54:22 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager; package org.dspace.servicemanager;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceConfigurationServiceTest.java 3525 2009-03-05 16:52:10Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/config/DSpaceConfigurationServiceTest.java $ * $URL$
* DSpaceConfigurationServiceTest.java - DSpace2 - Oct 8, 2008 3:01:39 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.config; package org.dspace.servicemanager.config;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: FakeService1.java 3299 2008-11-18 14:22:36Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/fakeservices/FakeService1.java $ * $URL$
* FakeService1.java - DSpace2 - Oct 27, 2008 11:57:36 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.fakeservices; package org.dspace.servicemanager.fakeservices;
import java.io.Serializable; import java.io.Serializable;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: FakeService2.java 3299 2008-11-18 14:22:36Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/fakeservices/FakeService2.java $ * $URL$
* FakeService2.java - DSpace2 - Oct 27, 2008 12:56:26 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.fakeservices; package org.dspace.servicemanager.fakeservices;
import java.io.Serializable; import java.io.Serializable;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceKernelServletContextListenerTest.java 3474 2009-02-11 12:03:47Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListenerTest.java $ * $URL$
* DSpaceKernelServletFilterTest.java - DSpace2 - Oct 30, 2008 1:59:18 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.servlet; package org.dspace.servicemanager.servlet;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,23 +1,13 @@
/** /**
* $Id: SampleServlet.java 3523 2009-03-05 14:58:10Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/servlet/SampleServlet.java $ * $URL$
* Example.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2007, 2008 Sakai Foundation * Licensed under the DuraSpace Foundation License.
* *
* Licensed under the Educational Community License, Version 2.0 (the "License"); * A copy of the DuraSpace License has been included in this
* you may not use this file except in compliance with the License. * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
* You may obtain a copy of the License at
*
* http://www.osedu.org/licenses/ECL-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.dspace.servicemanager.servlet; package org.dspace.servicemanager.servlet;
import java.io.IOException; import java.io.IOException;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SpringAnnotationBean.java 3211 2008-10-16 13:22:12Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/spring/SpringAnnotationBean.java $ * $URL$
* SampleAnnotationBean.java - DSpace2 - Oct 5, 2008 11:25:47 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.spring; package org.dspace.servicemanager.spring;
import org.dspace.servicemanager.example.ConcreteExample; import org.dspace.servicemanager.example.ConcreteExample;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: TestSpringServiceManager.java 3498 2009-02-25 19:08:10Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/spring/TestSpringServiceManager.java $ * $URL$
* TestSpringServiceManager.java - DSpace2 - Oct 5, 2008 11:17:11 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.servicemanager.spring; package org.dspace.servicemanager.spring;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: CachingServiceTest.java 3540 2009-03-09 12:37:46Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/caching/CachingServiceTest.java $ * $URL$
* CachingServiceTest.java - DSpace2 - Oct 24, 2008 11:45:54 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.caching; package org.dspace.services.caching;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: EhcacheCacheTest.java 3540 2009-03-09 12:37:46Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/caching/EhcacheCacheTest.java $ * $URL$
* EhcacheCacheTest.java - DSpace2 - Oct 24, 2008 3:47:22 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.caching; package org.dspace.services.caching;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: EventListenerBothFilters.java 3312 2008-11-20 16:59:22Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerBothFilters.java $ * $URL$
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.events; package org.dspace.services.events;
import org.dspace.services.model.EventListener; import org.dspace.services.model.EventListener;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: EventListenerNameFilter.java 3312 2008-11-20 16:59:22Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerNameFilter.java $ * $URL$
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.events; package org.dspace.services.events;
import org.dspace.services.model.EventListener; import org.dspace.services.model.EventListener;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: EventListenerNoFilter.java 3312 2008-11-20 16:59:22Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerNoFilter.java $ * $URL$
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.events; package org.dspace.services.events;
import java.util.List; import java.util.List;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: EventServiceTest.java 3540 2009-03-09 12:37:46Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventServiceTest.java $ * $URL$
* EventServiceTest.java - DS2 - Nov 20, 2008 12:24:17 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.events; package org.dspace.services.events;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: MockRequestInterceptor.java 3251 2008-10-29 17:15:31Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/session/MockRequestInterceptor.java $ * $URL$
* MockRequestInterceptor.java - DSpace2 - Oct 29, 2008 4:55:59 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.session; package org.dspace.services.session;
import org.dspace.services.model.RequestInterceptor; import org.dspace.services.model.RequestInterceptor;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: SessionRequestServiceImplTest.java 3540 2009-03-09 12:37:46Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/session/SessionRequestServiceImplTest.java $ * $URL$
* SessionRequestServiceImplTest.java - DSpace2 - Oct 29, 2008 3:58:55 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.session; package org.dspace.services.session;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceAbstractKernelTest.java 3563 2009-03-10 17:31:52Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractKernelTest.java $ * $URL$
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.test; package org.dspace.test;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceAbstractRequestTest.java 3563 2009-03-10 17:31:52Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractRequestTest.java $ * $URL$
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.test; package org.dspace.test;
import org.junit.After; import org.junit.After;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceAbstractTest.java 3563 2009-03-10 17:31:52Z mdiggory $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractTest.java $ * $URL$
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.test; package org.dspace.test;
import org.dspace.kernel.DSpaceKernel; import org.dspace.kernel.DSpaceKernel;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: TestAbstractDSpaceRequestTest.java 3540 2009-03-09 12:37:46Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/TestAbstractDSpaceRequestTest.java $ * $URL$
* TestAbstractDSpaceTest.java - DSpace2 - Oct 21, 2008 4:26:40 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.test; package org.dspace.test;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: TestAbstractDSpaceTest.java 3540 2009-03-09 12:37:46Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/TestAbstractDSpaceTest.java $ * $URL$
* TestAbstractDSpaceTest.java - DSpace2 - Oct 21, 2008 4:26:40 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.test; package org.dspace.test;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
$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
-->
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd"> <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd">
<!-- Sets the path to the directory where cache .data files are created. <!-- Sets the path to the directory where cache .data files are created.

View File

@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
$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
-->
<beans xmlns="http://www.springframework.org/schema/beans" <beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" xmlns:context="http://www.springframework.org/schema/context"

View File

@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
$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
-->
<beans xmlns="http://www.springframework.org/schema/beans" <beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" xmlns:context="http://www.springframework.org/schema/context"

10
pom.xml
View File

@@ -15,7 +15,7 @@
<parent> <parent>
<artifactId>dspace-pom</artifactId> <artifactId>dspace-pom</artifactId>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<version>1</version> <version>2</version>
</parent> </parent>
<version>2.0.0-beta-SNAPSHOT</version> <version>2.0.0-beta-SNAPSHOT</version>
@@ -164,14 +164,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<licenses>
<license>
<name>The Duraspace Foundation License.</name>
<url>LICENSE.txt</url>
<comments> A BSD compatable OSS license for the DSpace codebase.</comments>
</license>
</licenses>
<developers> <developers>
<developer> <developer>

View File

@@ -1,29 +0,0 @@
Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of the Duraspace Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

View File

@@ -1,39 +1,12 @@
/* /**
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/DSpace.java $ * $Id$
* * $URL$
* $Revision: 3607 $ * *************************************************************************
* * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* $Date: 2009-03-17 19:33:30 -0700 (Tue, 17 Mar 2009) $ * Licensed under the DuraSpace Foundation License.
* *
* Copyright (c) 2008, The DSpace Foundation. All rights reserved. * 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
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* - Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* - Neither the name of the DSpace Foundation nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*/ */
package org.dspace.utils; package org.dspace.utils;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: StreamUtils.java 3434 2009-02-04 18:00:29Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/StreamUtils.java $ * $URL$
* StreamUtils.java - DS2 - Feb 4, 2009 3:19:01 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils; package org.dspace.utils;
import java.io.BufferedReader; import java.io.BufferedReader;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: NotProvider.java 3533 2009-03-06 12:06:27Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java $ * $URL$
* NotProvider.java - DS2 - Mar 6, 2009 11:40:10 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: OrderedServiceComparator.java 3678 2009-04-06 12:45:44Z grahamtriggs $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java $ * $URL$
* OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;
import java.util.Comparator; import java.util.Comparator;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ProviderHolder.java 3477 2009-02-16 15:29:24Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java $ * $URL$
* ProviderHolder.java - DSpace2 - Oct 29, 2008 12:46:32 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ProviderNotFoundException.java 3477 2009-02-16 15:29:24Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java $ * $URL$
* ProviderNotFoundException.java - DS2 - Feb 16, 2009 2:34:56 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ProviderStack.java 3858 2009-06-04 11:51:04Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java $ * $URL$
* ProviderStack.java - DS2 - Feb 12, 2009 10:10:45 AM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;
import java.util.ArrayList; import java.util.ArrayList;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ProviderStackComparator.java 3678 2009-04-06 12:45:44Z grahamtriggs $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java $ * $URL$
* OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;
import java.util.Comparator; import java.util.Comparator;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: RequestExecutor.java 3477 2009-02-16 15:29:24Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java $ * $URL$
* RequestExecutor.java - DSpace2 - Nov 14, 2008 1:41:49 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: DSpaceWebappServletFilter.java 3536 2009-03-06 14:27:24Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java $ * $URL$
* ServletFilter.java - DSpace2 - Oct 20, 2008 6:42:19 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servlet; package org.dspace.utils.servlet;
import java.io.IOException; import java.io.IOException;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ProviderHolderTest.java 3477 2009-02-16 15:29:24Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java $ * $URL$
* ProviderHolderTest.java - DS2 - Feb 16, 2009 1:33:04 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View File

@@ -1,17 +1,13 @@
/** /**
* $Id: ProviderStackTest.java 3491 2009-02-24 11:40:28Z azeckoski $ * $Id$
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java $ * $URL$
* ProviderStackTest.java - DS2 - Feb 16, 2009 2:49:36 PM - azeckoski * *************************************************************************
************************************************************************** * Copyright (c) 2002-2009, DuraSpace. All rights reserved
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. * Licensed under the DuraSpace Foundation License.
* 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
* *
* * 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.utils.servicemanager; package org.dspace.utils.servicemanager;
import static org.junit.Assert.*; import static org.junit.Assert.*;