You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2011/09/18 22:20:01 UTC

svn commit: r1172334 [2/2] - in /commons/proper/configuration/trunk/src/test/resources: ./ 01/ config/ config/deep/

Modified: commons/proper/configuration/trunk/src/test/resources/testGlobalLookup.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testGlobalLookup.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testGlobalLookup.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testGlobalLookup.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <database>
   <tables>

Modified: commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration2.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration2.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration2.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testHierarchicalXMLConfiguration2.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <!-- Test config to confirm proper consumption of various XML nodes. -->
 <config>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration.xsd
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration.xsd?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration.xsd (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration.xsd Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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 attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="configuration" type="configurationType"/>
   <xs:complexType name="configurationType">

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1001.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1001.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1001.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1001.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration>
   <colors>
     <background>#808080</background>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1002.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1002.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1002.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1002.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration>
   <colors>
     <background>#2222222</background>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1003.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1003.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1003.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1003.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration>
   <colors>
     <background>#333333</background>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1004.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1004.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1004.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_1004.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration>
   <colors>
     <default>${colors.header4}</default>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2001.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2001.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2001.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2001.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2002.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2002.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2002.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_2002.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3001.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3001.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3001.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3001.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">
   <colors>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3002.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3002.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3002.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_3002.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">
   <colors>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_default.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_default.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_default.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiConfiguration_default.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">
   <colors>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">
   <colors>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default2.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default2.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default2.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiDynamic_default2.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">
   <colors>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder2.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder2.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder2.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder2.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder3.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder3.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder3.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder3.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder4.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder4.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder4.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder4.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder5.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder5.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder5.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testMultiTenentConfigurationBuilder5.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testPatternSubtreeConfig.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testPatternSubtreeConfig.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testPatternSubtreeConfig.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testPatternSubtreeConfig.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <Configuration>
   <BusinessClient name="1001">
     <colors>

Modified: commons/proper/configuration/trunk/src/test/resources/testSequence.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testSequence.properties?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testSequence.properties (original)
+++ commons/proper/configuration/trunk/src/test/resources/testSequence.properties Sun Sep 18 20:19:58 2011
@@ -1,3 +1,17 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
 prefix.Fa.postfix=value.Fa
 prefix.Po.postfix=value.Po
 prefix.Ru.postfix=value.Ru

Modified: commons/proper/configuration/trunk/src/test/resources/testSequenceDigester.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testSequenceDigester.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testSequenceDigester.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testSequenceDigester.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <configuration>
   <properties fileName="testSequence.properties"/>

Modified: commons/proper/configuration/trunk/src/test/resources/testSystemProperties.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testSystemProperties.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testSystemProperties.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testSystemProperties.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that sets system properties from an XML file -->
 <configuration systemProperties="test.properties.xml">
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder1.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder1.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder1.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder1.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder2.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder2.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder2.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testVFSMultiTenentConfigurationBuilder2.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testValidateInvalid.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testValidateInvalid.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testValidateInvalid.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testValidateInvalid.xml Sun Sep 18 20:19:58 2011
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+<!--
   This is an invalid XML document, it does not conform to the declared DTD
   (a type is missing in one field element). This document is used for testing
   XMLConfiguration with a validating parser. It should be possible to load

Modified: commons/proper/configuration/trunk/src/test/resources/testValidateValid.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testValidateValid.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testValidateValid.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testValidateValid.xml Sun Sep 18 20:19:58 2011
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+<!--
   A valid XML document according to its DTD.
 -->
 <!DOCTYPE database [

Modified: commons/proper/configuration/trunk/src/test/resources/testValidation.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testValidation.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testValidation.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testValidation.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testValidation2.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testValidation2.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testValidation2.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testValidation2.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testValidation3.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testValidation3.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testValidation3.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testValidation3.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 <!-- Test configuration definition file that demonstrates complex initialization -->
 <configuration>
   <header>

Modified: commons/proper/configuration/trunk/src/test/resources/testcombine1.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testcombine1.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testcombine1.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testcombine1.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <config>
   <gui>

Modified: commons/proper/configuration/trunk/src/test/resources/testcombine2.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testcombine2.xml?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testcombine2.xml (original)
+++ commons/proper/configuration/trunk/src/test/resources/testcombine2.xml Sun Sep 18 20:19:58 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <config>
   <base>

Modified: commons/proper/configuration/trunk/src/test/resources/testdb.script
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testdb.script?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testdb.script (original)
+++ commons/proper/configuration/trunk/src/test/resources/testdb.script Sun Sep 18 20:19:58 2011
@@ -1,3 +1,18 @@
+;   Licensed to the Apache Software Foundation (ASF) under one or more
+;   contributor license agreements.  See the NOTICE file distributed with
+;   this work for additional information regarding copyright ownership.
+;   The ASF licenses this file to You 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.
+
 DROP TABLE CONFIGURATION IF EXISTS;
 CREATE TABLE CONFIGURATION(KEY VARCHAR(256) NOT NULL PRIMARY KEY,VALUE VARCHAR(256));
 

Modified: commons/proper/configuration/trunk/src/test/resources/threesome.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/threesome.properties?rev=1172334&r1=1172333&r2=1172334&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/threesome.properties (original)
+++ commons/proper/configuration/trunk/src/test/resources/threesome.properties Sun Sep 18 20:19:58 2011
@@ -1,3 +1,17 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
 test.threesome.one = aaa
 test.threesome.one = bbb, ccc