diff --git a/api/LICENSE.txt b/api/LICENSE.txt deleted file mode 100644 index 9dfa4bfd60..0000000000 --- a/api/LICENSE.txt +++ /dev/null @@ -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. \ No newline at end of file diff --git a/api/src/main/java/org/dspace/constants/Constants.java b/api/src/main/java/org/dspace/constants/Constants.java index 49f1803eb8..daa6f61977 100644 --- a/api/src/main/java/org/dspace/constants/Constants.java +++ b/api/src/main/java/org/dspace/constants/Constants.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * Constants.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.constants; diff --git a/api/src/main/java/org/dspace/kernel/Activator.java b/api/src/main/java/org/dspace/kernel/Activator.java index cad83ecb2a..53fe780c08 100644 --- a/api/src/main/java/org/dspace/kernel/Activator.java +++ b/api/src/main/java/org/dspace/kernel/Activator.java @@ -1,17 +1,13 @@ /** - * $Id: Activator.java 3492 2009-02-24 16:03:56Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/Activator.java $ - * Activator.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel; diff --git a/api/src/main/java/org/dspace/kernel/CommonLifecycle.java b/api/src/main/java/org/dspace/kernel/CommonLifecycle.java index ef68f28268..74dc2d8728 100644 --- a/api/src/main/java/org/dspace/kernel/CommonLifecycle.java +++ b/api/src/main/java/org/dspace/kernel/CommonLifecycle.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * CommonLifecycle.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.kernel; diff --git a/api/src/main/java/org/dspace/kernel/DSpaceKernel.java b/api/src/main/java/org/dspace/kernel/DSpaceKernel.java index c429903779..9425ed0a18 100644 --- a/api/src/main/java/org/dspace/kernel/DSpaceKernel.java +++ b/api/src/main/java/org/dspace/kernel/DSpaceKernel.java @@ -1,15 +1,12 @@ /** - * $Id: DSpaceKernel.java 3221 2008-10-21 16:19:57Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernel.java $ - * DSpaceKernel.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.kernel; diff --git a/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java b/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java index aa65911946..def9c4a107 100644 --- a/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java +++ b/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceKernelManager.java 3433 2009-02-04 10:16:39Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java $ - * DSpaceKernelManager.java - DSpace2 - Oct 6, 2008 2:35:01 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel; import java.lang.management.ManagementFactory; diff --git a/api/src/main/java/org/dspace/kernel/ServiceManager.java b/api/src/main/java/org/dspace/kernel/ServiceManager.java index 06c144f32c..20cc8782eb 100644 --- a/api/src/main/java/org/dspace/kernel/ServiceManager.java +++ b/api/src/main/java/org/dspace/kernel/ServiceManager.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * ServiceManager.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.kernel; diff --git a/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java b/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java index 5f54ccf4b8..5d0bd657da 100644 --- a/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java +++ b/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java @@ -1,17 +1,13 @@ /** - * $Id: ConfigChangeListener.java 3229 2008-10-23 13:13:58Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java $ - * ConfigChangeListener.java - DSpace2 - Oct 20, 2008 11:38:44 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel.mixins; import java.util.List; diff --git a/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java b/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java index ab0edaee3a..e0a77fa04a 100644 --- a/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java +++ b/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java @@ -1,17 +1,13 @@ /** - * $Id: InitializedService.java 3229 2008-10-23 13:13:58Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java $ - * InitializingService.java - DSpace2 - Oct 23, 2008 12:00:01 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel.mixins; /** diff --git a/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java b/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java index c80736b503..a52fb93985 100644 --- a/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java +++ b/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java @@ -1,17 +1,13 @@ /** - * $Id: OrderedService.java 3236 2008-10-24 16:46:39Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java $ - * OrderedService.java - DSpace2 - Oct 24, 2008 4:54:26 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel.mixins; diff --git a/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java b/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java index 4e2cab2e5a..d5dc20b59a 100644 --- a/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java +++ b/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java @@ -1,17 +1,13 @@ /** - * $Id: ServiceChangeListener.java 3242 2008-10-27 16:07:03Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java $ - * ServiceChangeListener.java - DSpace2 - Oct 24, 2008 6:39:29 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel.mixins; import java.util.List; diff --git a/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java b/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java index 50b6489d00..b0fdf7c620 100644 --- a/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java +++ b/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java @@ -1,17 +1,13 @@ /** - * $Id: ServiceManagerReadyAware.java 3497 2009-02-25 17:39:08Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java $ - * ServiceManagerReadyAware.java - DS2 - Feb 25, 2009 11:41:35 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel.mixins; import org.dspace.kernel.ServiceManager; diff --git a/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java b/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java index d408807b04..bbf5dc4172 100644 --- a/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java +++ b/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java @@ -1,17 +1,13 @@ /** - * $Id: ShutdownService.java 3229 2008-10-23 13:13:58Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java $ - * DestroyedService.java - DSpace2 - Oct 23, 2008 12:03:43 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.kernel.mixins; diff --git a/api/src/main/java/org/dspace/providers/CacheProvider.java b/api/src/main/java/org/dspace/providers/CacheProvider.java index 47e25a454b..dffd8754b6 100644 --- a/api/src/main/java/org/dspace/providers/CacheProvider.java +++ b/api/src/main/java/org/dspace/providers/CacheProvider.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * CacheProvider.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.providers; diff --git a/api/src/main/java/org/dspace/services/CachingService.java b/api/src/main/java/org/dspace/services/CachingService.java index 6ebd4f2c65..74ce0b730d 100644 --- a/api/src/main/java/org/dspace/services/CachingService.java +++ b/api/src/main/java/org/dspace/services/CachingService.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * CachingService.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.services; diff --git a/api/src/main/java/org/dspace/services/ConfigurationService.java b/api/src/main/java/org/dspace/services/ConfigurationService.java index 43f82163a1..c8ab719d5d 100644 --- a/api/src/main/java/org/dspace/services/ConfigurationService.java +++ b/api/src/main/java/org/dspace/services/ConfigurationService.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * ConfigurationService.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.services; diff --git a/api/src/main/java/org/dspace/services/EventService.java b/api/src/main/java/org/dspace/services/EventService.java index df34097098..a3beedb3f0 100644 --- a/api/src/main/java/org/dspace/services/EventService.java +++ b/api/src/main/java/org/dspace/services/EventService.java @@ -1,17 +1,13 @@ /** - * $Id: EventService.java 3307 2008-11-19 16:28:28Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/EventService.java $ - * EventService.java - DSpace2 - Oct 9, 2008 2:12:48 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services; import org.dspace.services.model.Event; diff --git a/api/src/main/java/org/dspace/services/RequestService.java b/api/src/main/java/org/dspace/services/RequestService.java index 12fb986633..2a7b438925 100644 --- a/api/src/main/java/org/dspace/services/RequestService.java +++ b/api/src/main/java/org/dspace/services/RequestService.java @@ -1,17 +1,13 @@ /** - * $Id: RequestService.java 3285 2008-11-13 18:30:54Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/RequestService.java $ - * RequestService.java - DSpace2 - Oct 14, 2008 4:59:22 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services; import org.dspace.services.model.RequestInterceptor; diff --git a/api/src/main/java/org/dspace/services/SessionService.java b/api/src/main/java/org/dspace/services/SessionService.java index 10c943613a..b814356b77 100644 --- a/api/src/main/java/org/dspace/services/SessionService.java +++ b/api/src/main/java/org/dspace/services/SessionService.java @@ -1,17 +1,13 @@ /** - * $Id: SessionService.java 3406 2009-01-30 10:57:39Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/SessionService.java $ - * SessionService.java - DSpace2 - Oct 14, 2008 11:44:57 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services; import java.util.List; diff --git a/api/src/main/java/org/dspace/services/model/Cache.java b/api/src/main/java/org/dspace/services/model/Cache.java index 6a24e2ffbb..e0f783bdca 100644 --- a/api/src/main/java/org/dspace/services/model/Cache.java +++ b/api/src/main/java/org/dspace/services/model/Cache.java @@ -1,39 +1,12 @@ -/* - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Cache.java $ - * - * $Revision: 3599 $ - * - * $Date: 2009-03-17 00:23:54 -0700 (Tue, 17 Mar 2009) $ +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * Copyright (c) 2008, The DSpace 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 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. + * 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; diff --git a/api/src/main/java/org/dspace/services/model/CacheConfig.java b/api/src/main/java/org/dspace/services/model/CacheConfig.java index 7ce0007f67..68b239699d 100644 --- a/api/src/main/java/org/dspace/services/model/CacheConfig.java +++ b/api/src/main/java/org/dspace/services/model/CacheConfig.java @@ -1,39 +1,12 @@ -/* - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/CacheConfig.java $ - * - * $Revision: 3231 $ - * - * $Date: 2008-10-24 02:10:30 -0700 (Fri, 24 Oct 2008) $ +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * Copyright (c) 2008, The DSpace 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 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. + * 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; diff --git a/api/src/main/java/org/dspace/services/model/Event.java b/api/src/main/java/org/dspace/services/model/Event.java index 367ebc722d..d47716477e 100644 --- a/api/src/main/java/org/dspace/services/model/Event.java +++ b/api/src/main/java/org/dspace/services/model/Event.java @@ -1,17 +1,13 @@ /** - * $Id: Event.java 3688 2009-04-07 10:06:23Z grahamtriggs $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Event.java $ - * Event.java - DSpace2 - Oct 9, 2008 2:22:48 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.model; import java.io.Serializable; diff --git a/api/src/main/java/org/dspace/services/model/EventListener.java b/api/src/main/java/org/dspace/services/model/EventListener.java index 1eb19f739a..da0481c45c 100644 --- a/api/src/main/java/org/dspace/services/model/EventListener.java +++ b/api/src/main/java/org/dspace/services/model/EventListener.java @@ -1,17 +1,13 @@ /** - * $Id: EventListener.java 3599 2009-03-17 07:23:54Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/EventListener.java $ - * EventListener.java - DSpace2 - Oct 9, 2008 2:43:00 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.model; diff --git a/api/src/main/java/org/dspace/services/model/RequestInterceptor.java b/api/src/main/java/org/dspace/services/model/RequestInterceptor.java index 97c8e9576c..51035ae002 100644 --- a/api/src/main/java/org/dspace/services/model/RequestInterceptor.java +++ b/api/src/main/java/org/dspace/services/model/RequestInterceptor.java @@ -1,17 +1,13 @@ /** - * $Id: RequestInterceptor.java 3299 2008-11-18 14:22:36Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/RequestInterceptor.java $ - * RequestInterceptor.java - DSpace2 - Oct 14, 2008 5:06:38 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.model; import org.dspace.kernel.mixins.OrderedService; diff --git a/api/src/main/java/org/dspace/services/model/Session.java b/api/src/main/java/org/dspace/services/model/Session.java index 95f358232d..3a7b75006c 100644 --- a/api/src/main/java/org/dspace/services/model/Session.java +++ b/api/src/main/java/org/dspace/services/model/Session.java @@ -1,17 +1,13 @@ /** - * $Id: Session.java 3246 2008-10-28 18:02:05Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Session.java $ - * Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.model; import java.util.Map; diff --git a/impl/LICENSE.txt b/impl/LICENSE.txt deleted file mode 100644 index 9dfa4bfd60..0000000000 --- a/impl/LICENSE.txt +++ /dev/null @@ -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. \ No newline at end of file diff --git a/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java b/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java index 67bbe88eee..3b4299b533 100644 --- a/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java +++ b/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceKernelImpl.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java $ - * DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager; import java.lang.management.ManagementFactory; diff --git a/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java b/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java index 633daed64f..e8bf382287 100644 --- a/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java +++ b/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceKernelInit.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java $ - * DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager; import java.lang.management.ManagementFactory; diff --git a/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java b/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java index 07cd61fe45..c5a20159c9 100644 --- a/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java +++ b/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceServiceManager.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java $ - * DSpaceServiceManager.java - DSpace2 - Oct 6, 2008 3:10:09 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager; import java.util.ArrayList; diff --git a/impl/src/main/java/org/dspace/servicemanager/ExternalServiceManagerSystem.java b/impl/src/main/java/org/dspace/servicemanager/ExternalServiceManagerSystem.java index 6d92a91e14..2a75313dc1 100644 --- a/impl/src/main/java/org/dspace/servicemanager/ExternalServiceManagerSystem.java +++ b/impl/src/main/java/org/dspace/servicemanager/ExternalServiceManagerSystem.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * ExternalServiceManagerSystem.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.servicemanager; diff --git a/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java b/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java index 83fc3df894..b7dfb044b6 100644 --- a/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java +++ b/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java @@ -1,17 +1,13 @@ /** - * $Id: ServiceConfig.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java $ - * ServiceConfig.java - DSpace2 - Oct 5, 2008 8:08:22 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager; import org.dspace.servicemanager.config.DSpaceConfig; diff --git a/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java b/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java index 4e7c0bb50b..a2ce3920a2 100644 --- a/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java +++ b/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java @@ -1,17 +1,13 @@ /** - * $Id: ServiceManagerSystem.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java $ - * ServiceManagerSystem.java - DSpace2 - Oct 5, 2008 3:23:22 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager; import java.util.Map; diff --git a/impl/src/main/java/org/dspace/servicemanager/ServiceMixinManager.java b/impl/src/main/java/org/dspace/servicemanager/ServiceMixinManager.java index b7fc2ac52b..3b57eef919 100644 --- a/impl/src/main/java/org/dspace/servicemanager/ServiceMixinManager.java +++ b/impl/src/main/java/org/dspace/servicemanager/ServiceMixinManager.java @@ -1,23 +1,13 @@ /** - * $Id: ServiceMixinManager.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceMixinManager.java $ - * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski - ************************************************************************** - * Copyright (c) 2007, 2008 Sakai Foundation + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * Licensed under the Educational Community License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * 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. + * 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; import java.io.Serializable; diff --git a/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java b/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java index 91d8a5eef3..a4d8734432 100644 --- a/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java +++ b/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceConfig.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java $ - * DSpaceConfig.java - DSpace2 - Oct 5, 2008 3:35:35 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.config; import org.dspace.kernel.Activator; diff --git a/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java b/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java index 7317e873fa..fdd517b718 100644 --- a/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java +++ b/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceConfigurationService.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java $ - * DSpaceConfigurationService.java - DSpace2 - Oct 6, 2008 3:31:04 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.config; import java.io.File; diff --git a/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java b/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java index a141439824..32781a1bd5 100644 --- a/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java +++ b/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java @@ -1,17 +1,13 @@ /** - * $Id: ConcreteExample.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java $ - * ConcreteExample.java - DSpace2 - Oct 16, 2008 12:40:47 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.example; /** diff --git a/impl/src/main/java/org/dspace/servicemanager/example/EventListenerExample.java b/impl/src/main/java/org/dspace/servicemanager/example/EventListenerExample.java index 6c9c2303cf..a9b5aa968d 100644 --- a/impl/src/main/java/org/dspace/servicemanager/example/EventListenerExample.java +++ b/impl/src/main/java/org/dspace/servicemanager/example/EventListenerExample.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * EventListenerExampe.java - DSpace2 - Oct 3, 2009 2:22:36 AM - mdiggory - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.servicemanager.example; @@ -18,7 +17,7 @@ import org.dspace.services.model.EventListener; /** * * @author Mark Diggory (mdiggory at atmire.com) - * @version $Revision: $ + * @version $Revision$ */ public class EventListenerExample implements EventListener{ diff --git a/impl/src/main/java/org/dspace/servicemanager/example/RequestInterceptorExample.java b/impl/src/main/java/org/dspace/servicemanager/example/RequestInterceptorExample.java index 4029d37956..e7879f1ad7 100644 --- a/impl/src/main/java/org/dspace/servicemanager/example/RequestInterceptorExample.java +++ b/impl/src/main/java/org/dspace/servicemanager/example/RequestInterceptorExample.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * RequestInterceptorExample.java - DSpace2 - Oct 3, 2009 2:22:36 AM - mdiggory - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.servicemanager.example; @@ -20,7 +19,7 @@ import org.slf4j.LoggerFactory; /** * * @author Mark Diggory (mdiggory at atmire.com) - * @version $Revision: $ + * @version $Revision$ */ public class RequestInterceptorExample implements RequestInterceptor { diff --git a/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java b/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java index 6f4081fdf3..64e235bdaf 100644 --- a/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java +++ b/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java @@ -1,17 +1,13 @@ /** - * $Id: ServiceExample.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java $ - * ServiceExample.java - DSpace2 - Oct 16, 2008 12:29:26 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.example; diff --git a/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java b/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java index 27af6eba46..09153cdb60 100644 --- a/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java +++ b/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java @@ -1,17 +1,13 @@ /** - * $Id: ServiceExampleImpl.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java $ - * ServiceExampleImpl.java - DSpace2 - Oct 16, 2008 12:29:15 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.example; import org.springframework.beans.factory.annotation.Autowired; diff --git a/impl/src/main/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListener.java b/impl/src/main/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListener.java index d6de8b344e..984de53ffc 100644 --- a/impl/src/main/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListener.java +++ b/impl/src/main/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListener.java @@ -1,12 +1,11 @@ -/* - * $Id: $ - * $URL: $ - * DSpaceKernelServletContextListener.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. + * + * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.servicemanager.servlet; diff --git a/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java b/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java index 888bc6f500..21f332fd2f 100644 --- a/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java +++ b/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceBeanFactoryPostProcessor.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java $ - * ForceLazyBeanFactoryPostProcessor.java - DSpace2 - Oct 5, 2008 9:53:13 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.spring; import java.util.ArrayList; diff --git a/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java b/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java index 3de0db65bd..106a9eb828 100644 --- a/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java +++ b/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceBeanPostProcessor.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java $ - * DSpaceBeanPostProcessor.java - DSpace2 - Oct 23, 2008 12:48:11 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.spring; import org.dspace.servicemanager.DSpaceServiceManager; diff --git a/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java b/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java index c8bfa2a644..e1b02834a3 100644 --- a/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java +++ b/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java @@ -1,17 +1,13 @@ /** - * $Id: ResourceFinder.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java $ - * ResourceFinder.java - caching - May 29, 2008 11:59:02 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.spring; import java.io.File; diff --git a/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java b/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java index 507e9c819a..eb5490e750 100644 --- a/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java +++ b/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java @@ -1,17 +1,13 @@ /** - * $Id: SpringServiceManager.java 3887 2009-06-18 03:45:35Z mdiggory $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java $ - * SpringServiceManager.java - DSpace2 - Oct 5, 2008 8:26:59 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.servicemanager.spring; import java.util.ArrayList; diff --git a/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java b/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java index 04224f2801..15233d7fb7 100644 --- a/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java +++ b/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java @@ -1,17 +1,13 @@ /** - * $Id: CachingServiceImpl.java 3688 2009-04-07 10:06:23Z grahamtriggs $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java $ - * CachingServiceImpl.java - DSpace2 - Oct 23, 2008 10:38:23 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.caching; import java.io.InputStream; diff --git a/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java b/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java index 2f9a183b4b..b827f953b9 100644 --- a/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java +++ b/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java @@ -1,17 +1,13 @@ /** - * $Id: ThreadLocalMap.java 3310 2008-11-20 10:21:15Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java $ - * ThreadLocalMap.java - DSpace2 - Oct 23, 2008 11:07:46 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.caching; import java.util.HashMap; diff --git a/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java b/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java index 7fea05ba29..233424217b 100644 --- a/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java +++ b/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java @@ -1,15 +1,12 @@ /** - * $Id: EhcacheCache.java 3311 2008-11-20 12:15:14Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java $ - * EhcacheCache.java - DSpace2 - Oct 23, 2008 11:26:12 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.services.caching.model; diff --git a/impl/src/main/java/org/dspace/services/caching/model/MapCache.java b/impl/src/main/java/org/dspace/services/caching/model/MapCache.java index a2563829e1..8201fa7c2d 100644 --- a/impl/src/main/java/org/dspace/services/caching/model/MapCache.java +++ b/impl/src/main/java/org/dspace/services/caching/model/MapCache.java @@ -1,17 +1,13 @@ /** - * $Id: MapCache.java 3311 2008-11-20 12:15:14Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/MapCache.java $ - * MapCache.java - DSpace2 - Oct 23, 2008 11:40:59 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.caching.model; import java.util.ArrayList; diff --git a/impl/src/main/java/org/dspace/services/events/SystemEventService.java b/impl/src/main/java/org/dspace/services/events/SystemEventService.java index 4c52c2d6c2..78a88b2026 100644 --- a/impl/src/main/java/org/dspace/services/events/SystemEventService.java +++ b/impl/src/main/java/org/dspace/services/events/SystemEventService.java @@ -1,17 +1,13 @@ /** - * $Id: SystemEventService.java 3523 2009-03-05 14:58:10Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/events/SystemEventService.java $ - * TempEventService.java - DS2 - Nov 19, 2008 4:02:31 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.events; import java.util.Collections; diff --git a/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java b/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java index 6a21f94bfd..f4cb8e20a2 100644 --- a/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java +++ b/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java @@ -1,17 +1,13 @@ /** - * $Id: SessionRequestServiceImpl.java 3523 2009-03-05 14:58:10Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java $ - * SessionServiceImpl.java - DSpace2 - Oct 28, 2008 10:08:51 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.sessions; import org.azeckoski.reflectutils.refmap.ReferenceMap; diff --git a/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java b/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java index e0b64fbfdc..af474b8298 100644 --- a/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java +++ b/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java @@ -1,17 +1,13 @@ /** - * $Id: InternalHttpSession.java 3254 2008-10-30 12:17:38Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java $ - * InternalHttpSession.java - DSpace2 - Oct 29, 2008 4:11:27 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.sessions.model; import java.util.Enumeration; diff --git a/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java b/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java index bb2f9d0747..3823e09935 100644 --- a/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java +++ b/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java @@ -1,17 +1,13 @@ /** - * $Id: SessionImpl.java 3254 2008-10-30 12:17:38Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java $ - * Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.services.sessions.model; import java.io.Serializable; diff --git a/impl/src/main/resources/caching/ehcache-config.xml b/impl/src/main/resources/caching/ehcache-config.xml index a8f7e795d9..ff3a6ce4e2 100644 --- a/impl/src/main/resources/caching/ehcache-config.xml +++ b/impl/src/main/resources/caching/ehcache-config.xml @@ -1,4 +1,16 @@ + + + + dspace-pom org.dspace - 1 + 2 2.0.0-beta-SNAPSHOT @@ -164,14 +164,6 @@ - - - - The Duraspace Foundation License. - LICENSE.txt - A BSD compatable OSS license for the DSpace codebase. - - diff --git a/utils/LICENSE.txt b/utils/LICENSE.txt deleted file mode 100644 index 9dfa4bfd60..0000000000 --- a/utils/LICENSE.txt +++ /dev/null @@ -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. \ No newline at end of file diff --git a/utils/src/main/java/org/dspace/utils/DSpace.java b/utils/src/main/java/org/dspace/utils/DSpace.java index 62a4c1faab..a3a2ff603b 100644 --- a/utils/src/main/java/org/dspace/utils/DSpace.java +++ b/utils/src/main/java/org/dspace/utils/DSpace.java @@ -1,39 +1,12 @@ -/* - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/DSpace.java $ - * - * $Revision: 3607 $ - * - * $Date: 2009-03-17 19:33:30 -0700 (Tue, 17 Mar 2009) $ +/** + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * Copyright (c) 2008, The DSpace 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 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. + * 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; diff --git a/utils/src/main/java/org/dspace/utils/StreamUtils.java b/utils/src/main/java/org/dspace/utils/StreamUtils.java index ca85efb37d..7f3bade301 100644 --- a/utils/src/main/java/org/dspace/utils/StreamUtils.java +++ b/utils/src/main/java/org/dspace/utils/StreamUtils.java @@ -1,17 +1,13 @@ /** - * $Id: StreamUtils.java 3434 2009-02-04 18:00:29Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/StreamUtils.java $ - * StreamUtils.java - DS2 - Feb 4, 2009 3:19:01 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils; import java.io.BufferedReader; diff --git a/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java b/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java index 8990c8a59e..70e8435273 100644 --- a/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java +++ b/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java @@ -1,17 +1,13 @@ /** - * $Id: NotProvider.java 3533 2009-03-06 12:06:27Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java $ - * NotProvider.java - DS2 - Mar 6, 2009 11:40:10 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; diff --git a/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java b/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java index 8ad3833947..593f4edc11 100644 --- a/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java +++ b/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java @@ -1,17 +1,13 @@ /** - * $Id: OrderedServiceComparator.java 3678 2009-04-06 12:45:44Z grahamtriggs $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java $ - * OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; import java.util.Comparator; diff --git a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java index e43f018c99..4f028c3387 100644 --- a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java +++ b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java @@ -1,17 +1,13 @@ /** - * $Id: ProviderHolder.java 3477 2009-02-16 15:29:24Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java $ - * ProviderHolder.java - DSpace2 - Oct 29, 2008 12:46:32 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; import java.lang.ref.WeakReference; diff --git a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java index 9233be62b9..dee2650891 100644 --- a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java +++ b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java @@ -1,17 +1,13 @@ /** - * $Id: ProviderNotFoundException.java 3477 2009-02-16 15:29:24Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java $ - * ProviderNotFoundException.java - DS2 - Feb 16, 2009 2:34:56 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; diff --git a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java index dcde54100e..1e02bd20b9 100644 --- a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java +++ b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java @@ -1,17 +1,13 @@ /** - * $Id: ProviderStack.java 3858 2009-06-04 11:51:04Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java $ - * ProviderStack.java - DS2 - Feb 12, 2009 10:10:45 AM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; import java.util.ArrayList; diff --git a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java index 63d2bda758..b70410ef11 100644 --- a/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java +++ b/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java @@ -1,17 +1,13 @@ /** - * $Id: ProviderStackComparator.java 3678 2009-04-06 12:45:44Z grahamtriggs $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java $ - * OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; import java.util.Comparator; diff --git a/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java b/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java index d4bea387e5..3f957eab7c 100644 --- a/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java +++ b/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java @@ -1,17 +1,13 @@ /** - * $Id: RequestExecutor.java 3477 2009-02-16 15:29:24Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java $ - * RequestExecutor.java - DSpace2 - Nov 14, 2008 1:41:49 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; import java.lang.ref.WeakReference; diff --git a/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java b/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java index b93650a32b..240aa61125 100644 --- a/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java +++ b/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java @@ -1,17 +1,13 @@ /** - * $Id: DSpaceWebappServletFilter.java 3536 2009-03-06 14:27:24Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java $ - * ServletFilter.java - DSpace2 - Oct 20, 2008 6:42:19 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servlet; import java.io.IOException; diff --git a/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java b/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java index 68e8b0cdd5..d97aebbf8e 100644 --- a/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java +++ b/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java @@ -1,17 +1,13 @@ /** - * $Id: ProviderHolderTest.java 3477 2009-02-16 15:29:24Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java $ - * ProviderHolderTest.java - DS2 - Feb 16, 2009 1:33:04 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; import static org.junit.Assert.*; diff --git a/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java b/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java index da4056596b..d85be5d078 100644 --- a/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java +++ b/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java @@ -1,17 +1,13 @@ /** - * $Id: ProviderStackTest.java 3491 2009-02-24 11:40:28Z azeckoski $ - * $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java $ - * ProviderStackTest.java - DS2 - Feb 16, 2009 2:49:36 PM - azeckoski - ************************************************************************** - * Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved. - * Licensed under the Duraspace Foundation License. - * - * A copy of the Duraspace License has been included in this - * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt + * $Id$ + * $URL$ + * ************************************************************************* + * Copyright (c) 2002-2009, DuraSpace. All rights reserved + * Licensed under the DuraSpace Foundation License. * - * + * A copy of the DuraSpace License has been included in this + * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ - package org.dspace.utils.servicemanager; import static org.junit.Assert.*;