(no commit message)
authorm.doering <m.doering@localhost>
Thu, 13 Mar 2008 17:22:13 +0000 (17:22 +0000)
committerm.doering <m.doering@localhost>
Thu, 13 Mar 2008 17:22:13 +0000 (17:22 +0000)
15 files changed:
.gitattributes
LICENSE.TXT [new file with mode: 0644]
cdmlib-commons/LICENSE.TXT [new file with mode: 0644]
cdmlib-commons/pom.xml
cdmlib-io/LICENSE.TXT [new file with mode: 0644]
cdmlib-io/pom.xml
cdmlib-model/LICENSE.TXT [new file with mode: 0644]
cdmlib-model/pom.xml
cdmlib-persistence/LICENSE.TXT [new file with mode: 0644]
cdmlib-persistence/pom.xml
cdmlib-remote/LICENSE.TXT [new file with mode: 0644]
cdmlib-remote/pom.xml
cdmlib-services/LICENSE.TXT [new file with mode: 0644]
cdmlib-services/pom.xml
pom.xml

index aa4c92ce0bfefb2d7712d8b726c67ffe2986ea93..39be315f7d823d539a758894b2ad33cb8ba32ed8 100644 (file)
@@ -1,5 +1,7 @@
 * text=auto !eol
 /INSTALL.TXT -text
+/LICENSE.TXT -text
+cdmlib-commons/LICENSE.TXT -text
 cdmlib-commons/README.TXT -text
 cdmlib-commons/pom.xml -text
 cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/CdmUtils.java -text
@@ -11,6 +13,7 @@ cdmlib-commons/src/test/java/eu/etaxonomy/cdm/common/CdmUtilsTest.java -text
 cdmlib-commons/src/test/java/eu/etaxonomy/cdm/common/XmlHelpTest.java -text
 cdmlib-commons/src/test/java/eu/etaxonomy/cdm/test/suite/CdmTestSuite.java -text
 cdmlib-commons/src/test/java/eu/etaxonomy/cdm/test/unit/CdmUnitTestBase.java -text
+cdmlib-io/LICENSE.TXT -text
 cdmlib-io/README.TXT -text
 cdmlib-io/pom.xml -text
 cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/berlinModel/BerlinModelAuthorIO.java -text
@@ -28,6 +31,7 @@ cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/source/Source.java -text
 cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/source/SourceConnectionException.java -text
 cdmlib-io/src/main/resources/log4j.properties -text
 cdmlib-io/src/site/site.xml -text
+cdmlib-model/LICENSE.TXT -text
 cdmlib-model/README.TXT -text
 cdmlib-model/pom.xml -text
 cdmlib-model/src/main/java/eu/etaxonomy/cdm/aspectj/PropertyChangeAspect.aj -text
@@ -239,6 +243,7 @@ cdmlib-model/src/test/java/eu/etaxonomy/cdm/test/function/strategy/TestTaxonName
 cdmlib-model/src/test/java/eu/etaxonomy/cdm/test/suite/CdmTestSuite.java -text
 cdmlib-model/src/test/java/eu/etaxonomy/cdm/test/unit/CdmUnitTestBase.java -text
 cdmlib-model/src/test/java/eu/etaxonomy/cdm/test/unit/EntityTestBase.java -text
+cdmlib-persistence/LICENSE.TXT -text
 cdmlib-persistence/README.TXT -text
 cdmlib-persistence/pom.xml -text
 cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/api/application/CdmApplicationUtils.java -text
@@ -300,6 +305,7 @@ cdmlib-persistence/src/test/java/eu/etaxonomy/cdm/test/unit/CdmUnitTestBase.java
 cdmlib-persistence/src/test/resources/eu/etaxonomy/cdm/applicationContext.xml -text
 cdmlib-persistence/src/test/resources/eu/etaxonomy/cdm/cdm.datasources.xml -text
 cdmlib-persistence/src/test/resources/eu/etaxonomy/cdm/jdbc-datasource.xml -text
+cdmlib-remote/LICENSE.TXT -text
 cdmlib-remote/README.TXT -text
 cdmlib-remote/pom.xml -text
 cdmlib-remote/src/main/java/carbonfive/spring/web/pathparameter/ParameterizedPathFilter.java -text
@@ -362,6 +368,7 @@ cdmlib-remote/src/test/java/eu/etaxonomy/cdm/remote/dto/assembler/NameSTOAssembl
 cdmlib-remote/src/test/java/eu/etaxonomy/cdm/remote/service/CdmServiceImplTest.java -text
 cdmlib-remote/src/test/resources/applicationContext.xml -text
 cdmlib-remote/src/test/resources/log4j.properties -text
+cdmlib-services/LICENSE.TXT -text
 cdmlib-services/README.TXT -text
 cdmlib-services/pom.xml -text
 cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/application/CdmApplicationController.java -text
diff --git a/LICENSE.TXT b/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f0a78e7
--- /dev/null
@@ -0,0 +1,9 @@
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (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.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
diff --git a/cdmlib-commons/LICENSE.TXT b/cdmlib-commons/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f0a78e7
--- /dev/null
@@ -0,0 +1,9 @@
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (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.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
index 16ac5f74325ddbdb81856038e593bc19e1848384..499d4b345df1085c34c5f7832fb9e7c89ffe45a9 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
diff --git a/cdmlib-io/LICENSE.TXT b/cdmlib-io/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f0a78e7
--- /dev/null
@@ -0,0 +1,9 @@
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (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.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
index 6dbb09a13086030f869138a64e630b5da13b6950..47c06baa0f20ec32eb2f107cf528308089d2e87b 100644 (file)
@@ -7,7 +7,7 @@
   <parent>\r
     <groupId>eu.etaxonomy</groupId>\r
     <artifactId>cdmlib-parent</artifactId>\r
-    <version>1.1.1-SNAPSHOT</version>\r
+    <version>1.1.1</version>\r
   </parent>\r
   \r
   <modelVersion>4.0.0</modelVersion>\r
diff --git a/cdmlib-model/LICENSE.TXT b/cdmlib-model/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f0a78e7
--- /dev/null
@@ -0,0 +1,9 @@
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (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.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
index 0e36d2d487955ace8c720679b67d8531073d2271..712373de33e7ed9614a2de495797dcc8222eeed1 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/cdmlib-persistence/LICENSE.TXT b/cdmlib-persistence/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f0a78e7
--- /dev/null
@@ -0,0 +1,9 @@
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (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.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
index 72c2fc2149a952f4a7f73fb3d9a9c13eb9712eb6..9126e65445afe459a80200fff3ee2bb651514e1c 100644 (file)
@@ -7,7 +7,7 @@
        <parent>\r
                <groupId>eu.etaxonomy</groupId>\r
                <artifactId>cdmlib-parent</artifactId>\r
-               <version>1.1.1-SNAPSHOT</version>\r
+               <version>1.1.1</version>\r
        </parent>\r
        \r
   <modelVersion>4.0.0</modelVersion>\r
diff --git a/cdmlib-remote/LICENSE.TXT b/cdmlib-remote/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f0a78e7
--- /dev/null
@@ -0,0 +1,9 @@
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (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.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
index c585e1ffbe1018cf9bc91f4d39fb685f0a38f06b..a3c19898a5eeb65b437426f9a7128a1978568487 100644 (file)
@@ -7,7 +7,7 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-               <version>1.1.1-SNAPSHOT</version>
+               <version>1.1.1</version>
        </parent>
        
   <modelVersion>4.0.0</modelVersion>
diff --git a/cdmlib-services/LICENSE.TXT b/cdmlib-services/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f0a78e7
--- /dev/null
@@ -0,0 +1,9 @@
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (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.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
index b9d22d11e82a41907a975a8fdef69ec24bbc547d..1d8b2787d1f8c2b98b154a9943024d352ae9b681 100644 (file)
@@ -7,7 +7,7 @@
        <parent>\r
                <groupId>eu.etaxonomy</groupId>\r
                <artifactId>cdmlib-parent</artifactId>\r
-               <version>1.1.1-SNAPSHOT</version>\r
+               <version>1.1.1</version>\r
        </parent>\r
 \r
   <modelVersion>4.0.0</modelVersion>\r
diff --git a/pom.xml b/pom.xml
index 2aa2c829df7b082e01c5c4cd6db0a3865eb5ca8a..faebe58ba2aaf57dd6ec974cf0f8cd41f3d41c1f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>eu.etaxonomy</groupId>
        <artifactId>cdmlib-parent</artifactId>
-       <version>1.1.1-SNAPSHOT</version>
+       <version>1.1.1</version>
 
        <name>CDM Library</name>
        <description>The CDM Library implementation for EDIT's internet platform for cybertaxonomy</description>