svn commit: r422417 [1/4] - in /incubator/ofbiz/trunk/framework/base: ./ config/ dtd/ src/base/org/ofbiz/base/component/ src/base/org/ofbiz/base/config/ src/base/org/ofbiz/base/container/ src/base/org/ofbiz/base/crypto/ src/base/org/ofbiz/base/location...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r422417 [1/4] - in /incubator/ofbiz/trunk/framework/base: ./ config/ dtd/ src/base/org/ofbiz/base/component/ src/base/org/ofbiz/base/config/ src/base/org/ofbiz/base/container/ src/base/org/ofbiz/base/crypto/ src/base/org/ofbiz/base/location...

jacopoc
Author: jacopoc
Date: Sun Jul 16 02:30:14 2006
New Revision: 422417

URL: http://svn.apache.org/viewvc?rev=422417&view=rev
Log:
Conversion from MIT to ASL2.0 for the files of the base component.
Many thanks to Scott Gray for the patch (Apache OFBIZ-87).

Modified:
    incubator/ofbiz/trunk/framework/base/build.xml
    incubator/ofbiz/trunk/framework/base/config/DateTimeLabels.properties
    incubator/ofbiz/trunk/framework/base/config/cache.properties
    incubator/ofbiz/trunk/framework/base/config/component-load.xml
    incubator/ofbiz/trunk/framework/base/config/debug.properties
    incubator/ofbiz/trunk/framework/base/config/install-containers.xml
    incubator/ofbiz/trunk/framework/base/config/jetty-containers.xml
    incubator/ofbiz/trunk/framework/base/config/jndi.properties
    incubator/ofbiz/trunk/framework/base/config/jndiservers.xml
    incubator/ofbiz/trunk/framework/base/config/jsse.properties
    incubator/ofbiz/trunk/framework/base/config/limited-containers.xml
    incubator/ofbiz/trunk/framework/base/config/localdtds.properties
    incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml
    incubator/ofbiz/trunk/framework/base/config/ofbizssl.jks
    incubator/ofbiz/trunk/framework/base/config/pos-containers.xml
    incubator/ofbiz/trunk/framework/base/config/rmi-containers.xml
    incubator/ofbiz/trunk/framework/base/config/test-containers.xml
    incubator/ofbiz/trunk/framework/base/dtd/base-catalog.xml
    incubator/ofbiz/trunk/framework/base/dtd/component-loader.xsd
    incubator/ofbiz/trunk/framework/base/dtd/jndi-config.xsd
    incubator/ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd
    incubator/ofbiz/trunk/framework/base/dtd/ofbiz-containers.xsd
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/AlreadyLoadedException.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentConfig.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentException.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentLoaderConfig.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentResourceHandler.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/ClasspathLoader.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/FileLoader.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/GenericConfigException.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/JNDIConfigUtil.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/MainResourceHandler.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/ResourceHandler.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/ResourceLoader.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/SecurityConfigUtil.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/UrlLoader.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/BeanShellContainer.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/ClassLoaderContainer.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/ComponentContainer.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/Container.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/ContainerConfig.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/ContainerException.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/ContainerLoader.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/JunitContainer.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/container/NamingServiceContainer.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/crypto/BlowFishCrypt.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/crypto/DesCrypt.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/crypto/HashCrypt.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/location/ClasspathLocationResolver.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/location/ComponentLocationResolver.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/location/FlexibleLocation.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/location/LocationResolver.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/location/OFBizHomeLocationResolver.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/location/StandardUrlLocationResolver.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/splash/SplashLoader.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/splash/SplashScreen.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/test/BaseUnitTests.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/AliasKeyManager.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/Base64.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/BshUtil.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/CachedClassLoader.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/Debug.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/FileUtil.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/GeneralException.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/GeneralRuntimeException.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/HttpClient.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/HttpClientException.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/HttpRequestFileUpload.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/JNDIContextFactory.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/KeyStoreUtil.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/Log4jLoggerWriter.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/MessageString.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/ObjectInputStream.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/ObjectType.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/OfbizBshBsfEngine.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/OutputStreamByteCount.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/SSLUtil.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/StringUtil.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/URLConnector.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilDateTime.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilFormatOut.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilHttp.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilJ2eeCompat.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilMisc.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilName.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilNumber.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilObject.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilParse.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilProperties.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilTimer.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilURL.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilValidate.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilXml.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/CacheLine.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/CacheLineTable.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/CacheListener.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/CacheSoftReference.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/JdbmRecordManager.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/JdbmSerializer.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/FlexibleMapAccessor.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/FlexibleProperties.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/FlexibleServletAccessor.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/LifoSet.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/LocalizedMap.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/MapComparator.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/MapStack.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/OrderedMap.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/OrderedSet.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/ResourceBundleMapWrapper.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/string/FlexibleStringExpander.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/template/FreeMarkerWorker.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/template/FtlTransform.java
    incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/template/XslTransform.java
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Start.java
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/StartupException.java
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/StartupLoader.java
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/install.properties
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/jetty.properties
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/pos.properties
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/rmi.properties
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/start.properties
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/test.properties

Modified: incubator/ofbiz/trunk/framework/base/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/build.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/build.xml (original)
+++ incubator/ofbiz/trunk/framework/base/build.xml Sun Jul 16 02:30:14 2006
@@ -1,27 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
- *  Copyright (c) 2001-2006 The Open For Business Project - www.ofbiz.org
- *
- *  Permission is hereby granted, free of charge, to any person obtaining a
- *  copy of this software and associated documentation files (the "Software"),
- *  to deal in the Software without restriction, including without limitation
- *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
- *  and/or sell copies of the Software, and to permit persons to whom the
- *  Software is furnished to do so, subject to the following conditions:
- *
- *  The above copyright notice and this permission notice shall be included
- *  in all copies or substantial portions of the Software.
- *
- *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- *  This is the Open for Business Base Build Script.
- *  $Id: build.xml 7719 2006-05-31 05:52:58Z jonesde $
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache 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.apache.org/licenses/LICENSE-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.
 -->
 
 <project name="OFBiz - Base" default="jar" basedir=".">

Modified: incubator/ofbiz/trunk/framework/base/config/DateTimeLabels.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/DateTimeLabels.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/DateTimeLabels.properties (original)
+++ incubator/ofbiz/trunk/framework/base/config/DateTimeLabels.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: DateTimeLabels.properties 7684 2006-05-26 19:29:09Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/base/config/cache.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/cache.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/cache.properties (original)
+++ incubator/ofbiz/trunk/framework/base/config/cache.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: cache.properties 7684 2006-05-26 19:29:09Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/base/config/component-load.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/component-load.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/component-load.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/component-load.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: component-load.xml 7684 2006-05-26 19:29:09Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/config/debug.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/debug.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/debug.properties (original)
+++ incubator/ofbiz/trunk/framework/base/config/debug.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: debug.properties 7900 2006-06-29 05:03:20Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/base/config/install-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/install-containers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/install-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/install-containers.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: install-containers.xml 7684 2006-05-26 19:29:09Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/config/jetty-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/jetty-containers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/jetty-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/jetty-containers.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: jetty-containers.xml 7684 2006-05-26 19:29:09Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/config/jndi.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/jndi.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/jndi.properties (original)
+++ incubator/ofbiz/trunk/framework/base/config/jndi.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: jndi.properties 7684 2006-05-26 19:29:09Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/base/config/jndiservers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/jndiservers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/jndiservers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/jndiservers.xml Sun Jul 16 02:30:14 2006
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: jndiservers.xml 7684 2006-05-26 19:29:09Z jonesde $
-
 Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/base/config/jsse.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/jsse.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/jsse.properties (original)
+++ incubator/ofbiz/trunk/framework/base/config/jsse.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: jsse.properties 7900 2006-06-29 05:03:20Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/base/config/limited-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/limited-containers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/limited-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/limited-containers.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: limited-containers.xml 7684 2006-05-26 19:29:09Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/config/localdtds.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/localdtds.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/localdtds.properties (original)
+++ incubator/ofbiz/trunk/framework/base/config/localdtds.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: localdtds.properties 7684 2006-05-26 19:29:09Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: ofbiz-containers.xml 7900 2006-06-29 05:03:20Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/config/ofbizssl.jks
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/ofbizssl.jks?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/ofbiz/trunk/framework/base/config/pos-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/pos-containers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/pos-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/pos-containers.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: pos-containers.xml 7684 2006-05-26 19:29:09Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/config/rmi-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/rmi-containers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/rmi-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/rmi-containers.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: rmi-containers.xml 7684 2006-05-26 19:29:09Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/config/test-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/test-containers.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/test-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/test-containers.xml Sun Jul 16 02:30:14 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: test-containers.xml 7684 2006-05-26 19:29:09Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/base/dtd/base-catalog.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/dtd/base-catalog.xml?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/dtd/base-catalog.xml (original)
+++ incubator/ofbiz/trunk/framework/base/dtd/base-catalog.xml Sun Jul 16 02:30:14 2006
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache 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.apache.org/licenses/LICENSE-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.
+-->
 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
                          "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
 <!--

Modified: incubator/ofbiz/trunk/framework/base/dtd/component-loader.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/dtd/component-loader.xsd?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/dtd/component-loader.xsd (original)
+++ incubator/ofbiz/trunk/framework/base/dtd/component-loader.xsd Sun Jul 16 02:30:14 2006
@@ -1,25 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-    *  Copyright (c) 2003-2004 The Open For Business Project - www.ofbiz.org
-    *
-    *  Permission is hereby granted, free of charge, to any person obtaining a
-    *  copy of this software and associated documentation files (the "Software"),
-    *  to deal in the Software without restriction, including without limitation
-    *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
-    *  and/or sell copies of the Software, and to permit persons to whom the
-    *  Software is furnished to do so, subject to the following conditions:
-    *
-    *  The above copyright notice and this permission notice shall be included
-    *  in all copies or substantial portions of the Software.
-    *
-    *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-    *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-    *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-    *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-    *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-    *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-    *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-    *  $Id: component-loader.xsd 5462 2005-08-05 18:35:48Z jonesde $
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache 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.apache.org/licenses/LICENSE-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.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <xs:element name="component-loader">

Modified: incubator/ofbiz/trunk/framework/base/dtd/jndi-config.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/dtd/jndi-config.xsd?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/dtd/jndi-config.xsd (original)
+++ incubator/ofbiz/trunk/framework/base/dtd/jndi-config.xsd Sun Jul 16 02:30:14 2006
@@ -1,26 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    *  Copyright (c) 2002-2004 The Open For Business Project - www.ofbiz.org
-    *
-    *  Permission is hereby granted, free of charge, to any person obtaining a
-    *  copy of this software and associated documentation files (the "Software"),
-    *  to deal in the Software without restriction, including without limitation
-    *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
-    *  and/or sell copies of the Software, and to permit persons to whom the
-    *  Software is furnished to do so, subject to the following conditions:
-    *
-    *  The above copyright notice and this permission notice shall be included
-    *  in all copies or substantial portions of the Software.
-    *
-    *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-    *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-    *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-    *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-    *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-    *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-    *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-    
-    *This is the DTD for the Open For Business JNDI configuration XML file.
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache 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.apache.org/licenses/LICENSE-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.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <xs:element name="jndi-config">

Modified: incubator/ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd (original)
+++ incubator/ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd Sun Jul 16 02:30:14 2006
@@ -1,25 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-    *  Copyright (c) 2003-2004 The Open For Business Project - www.ofbiz.org
-    *
-    *  Permission is hereby granted, free of charge, to any person obtaining a
-    *  copy of this software and associated documentation files (the "Software"),
-    *  to deal in the Software without restriction, including without limitation
-    *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
-    *  and/or sell copies of the Software, and to permit persons to whom the
-    *  Software is furnished to do so, subject to the following conditions:
-    *
-    *  The above copyright notice and this permission notice shall be included
-    *  in all copies or substantial portions of the Software.
-    *
-    *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-    *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-    *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-    *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-    *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-    *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-    *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-    *  $Id: ofbiz-component.xsd 7551 2006-05-10 00:08:10Z jonesde $
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache 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.apache.org/licenses/LICENSE-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.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <xs:element name="ofbiz-component">

Modified: incubator/ofbiz/trunk/framework/base/dtd/ofbiz-containers.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/dtd/ofbiz-containers.xsd?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/dtd/ofbiz-containers.xsd (original)
+++ incubator/ofbiz/trunk/framework/base/dtd/ofbiz-containers.xsd Sun Jul 16 02:30:14 2006
@@ -1,27 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-    *  Copyright (c) 2003-2004 The Open For Business Project - www.ofbiz.org
-    *
-    *  Permission is hereby granted, free of charge, to any person obtaining a
-    *  copy of this software and associated documentation files (the "Software"),
-    *  to deal in the Software without restriction, including without limitation
-    *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
-    *  and/or sell copies of the Software, and to permit persons to whom the
-    *  Software is furnished to do so, subject to the following conditions:
-    *
-    *  The above copyright notice and this permission notice shall be included
-    *  in all copies or substantial portions of the Software.
-    *
-    *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-    *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-    *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-    *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-    *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-    *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-    *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-    
-    *  Dynamic OFBiz Containers Definition DTD
-    *  $Id: ofbiz-containers.xsd 5462 2005-08-05 18:35:48Z jonesde $
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache 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.apache.org/licenses/LICENSE-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.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <xs:element name="ofbiz-containers">

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/AlreadyLoadedException.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/AlreadyLoadedException.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/AlreadyLoadedException.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/AlreadyLoadedException.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: AlreadyLoadedException.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.component;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentConfig.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentConfig.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentConfig.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentConfig.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: ComponentConfig.java 7551 2006-05-10 00:08:10Z jonesde $
- *
- * Copyright (c) 2003-2005 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.component;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentException.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentException.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentException.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentException.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: ComponentException.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.component;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentLoaderConfig.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentLoaderConfig.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentLoaderConfig.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentLoaderConfig.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: ComponentLoaderConfig.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.component;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentResourceHandler.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentResourceHandler.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentResourceHandler.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/component/ComponentResourceHandler.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: ComponentResourceHandler.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.component;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/ClasspathLoader.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/ClasspathLoader.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/ClasspathLoader.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/ClasspathLoader.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: ClasspathLoader.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.config;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/FileLoader.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/FileLoader.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/FileLoader.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/FileLoader.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: FileLoader.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.config;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/GenericConfigException.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/GenericConfigException.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/GenericConfigException.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/GenericConfigException.java Sun Jul 16 02:30:14 2006
@@ -1,25 +1,17 @@
 /*
- * $Id: GenericConfigException.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * <p>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
- *
- * <p>Permission is hereby granted, free of charge, to any person obtaining a
- *  copy of this software and associated documentation files (the "Software"),
- *  to deal in the Software without restriction, including without limitation
- *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
- *  and/or sell copies of the Software, and to permit persons to whom the
- *  Software is furnished to do so, subject to the following conditions:
- *
- * <p>The above copyright notice and this permission notice shall be included
- *  in all copies or substantial portions of the Software.
- *
- * <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.config;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/JNDIConfigUtil.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/JNDIConfigUtil.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/JNDIConfigUtil.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/JNDIConfigUtil.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: JNDIConfigUtil.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
  */
 package org.ofbiz.base.config;
 

Modified: incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/MainResourceHandler.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/MainResourceHandler.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/MainResourceHandler.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/config/MainResourceHandler.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: MainResourceHandler.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a c