Author: henning
Date: Wed Aug 24 05:09:55 2005
New Revision: 239620

URL: http://svn.apache.org/viewcvs?rev=239620&view=rev
Log:
Updated license information


Modified:
    db/torque/maven-plugin/trunk/maven.xml
    db/torque/maven-plugin/trunk/plugin.jelly
    db/torque/maven-plugin/trunk/plugin.properties
    db/torque/maven-plugin/trunk/project.properties
    db/torque/maven-plugin/trunk/project.xml
    db/torque/maven-plugin/trunk/src/plugin-resources/templates/index.jelly
    db/torque/maven-plugin/trunk/xdocs/changes.xml
    db/torque/maven-plugin/trunk/xdocs/goals.xml
    db/torque/maven-plugin/trunk/xdocs/index.xml
    db/torque/maven-plugin/trunk/xdocs/navigation.xml
    db/torque/maven-plugin/trunk/xdocs/properties.xml

Modified: db/torque/maven-plugin/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/maven.xml?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/maven.xml (original)
+++ db/torque/maven-plugin/trunk/maven.xml Wed Aug 24 05:09:55 2005
@@ -1,21 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-/*
- * Copyright 2001-2004 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.
- */
- -->
+<!--
+ Copyright 2001-2005 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.
+-->
 
 <!-- ======================================================================== 
-->
 <!--                                                                          
-->

Modified: db/torque/maven-plugin/trunk/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/plugin.jelly?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/plugin.jelly (original)
+++ db/torque/maven-plugin/trunk/plugin.jelly Wed Aug 24 05:09:55 2005
@@ -1,21 +1,19 @@
 <?xml version="1.0"?>
-<!-- 
-/*
- * Copyright 2002-2004 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.
- */
- -->
+<!--
+ Copyright 2001-2005 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.
+-->
 
 <!-- ======================================================================== 
-->
 <!--                                                                          
-->

Modified: db/torque/maven-plugin/trunk/plugin.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/plugin.properties?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/plugin.properties (original)
+++ db/torque/maven-plugin/trunk/plugin.properties Wed Aug 24 05:09:55 2005
@@ -1,18 +1,16 @@
-# -------------------------------------------------------------------
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
+# 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.
-# -------------------------------------------------------------------
 
 # -------------------------------------------------------------------
 # P L U G I N  P R O P E R T I E S
@@ -85,16 +83,16 @@
 database.manual.creation = false
 sameJavaName = false
 
-#torque.database.createUrl = ${createDatabaseUrl}
-#torque.database.buildUrl = ${buildDatabaseUrl}
-#torque.database.url = ${databaseUrl}
-#torque.database.driver = ${databaseDriver}
-#torque.database.user = ${databaseUser}
-#torque.database.password = ${databasePassword}
-#torque.database.host = ${databaseHost}
+# torque.database.createUrl = ${createDatabaseUrl}
+# torque.database.buildUrl = ${buildDatabaseUrl}
+# torque.database.url = ${databaseUrl}
+# torque.database.driver = ${databaseDriver}
+# torque.database.user = ${databaseUser}
+# torque.database.password = ${databasePassword}
+# torque.database.host = ${databaseHost}
 
-#torque.database.schema = ${databaseSchema}
-#torque.database.name = ${databaseName}
+# torque.database.schema = ${databaseSchema}
+# torque.database.name = ${databaseName}
 torque.database.manualCreation = ${database.manual.creation}
 torque.saveJavaName = ${sameJavaName}
 

Modified: db/torque/maven-plugin/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/project.properties?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/project.properties (original)
+++ db/torque/maven-plugin/trunk/project.properties Wed Aug 24 05:09:55 2005
@@ -1,18 +1,16 @@
-# -------------------------------------------------------------------
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
+# 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.
-# -------------------------------------------------------------------
 
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S

Modified: db/torque/maven-plugin/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/project.xml?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Wed Aug 24 05:09:55 2005
@@ -1,21 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-/*
- * Copyright 2001-2004 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.
- */
- -->
+<!--
+ Copyright 2001-2005 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>
   <extend>common/project.xml</extend>

Modified: 
db/torque/maven-plugin/trunk/src/plugin-resources/templates/index.jelly
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/src/plugin-resources/templates/index.jelly?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/src/plugin-resources/templates/index.jelly 
(original)
+++ db/torque/maven-plugin/trunk/src/plugin-resources/templates/index.jelly Wed 
Aug 24 05:09:55 2005
@@ -1,3 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 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.
+-->
 <j:whitespace xmlns:j="jelly:core"
               xmlns:util="jelly:util"
               xmlns:ant="jelly:ant"

Modified: db/torque/maven-plugin/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/changes.xml?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/xdocs/changes.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/changes.xml Wed Aug 24 05:09:55 2005
@@ -1,4 +1,19 @@
 <?xml version="1.0"?>
+<!--
+ Copyright 2001-2005 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.
+-->
 <document>
   <properties>
     <title>Changes</title>

Modified: db/torque/maven-plugin/trunk/xdocs/goals.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/goals.xml?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/xdocs/goals.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/goals.xml Wed Aug 24 05:09:55 2005
@@ -1,4 +1,19 @@
 <?xml version="1.0"?>
+<!--
+ Copyright 2001-2005 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.
+-->
 <document>
 
   <properties>

Modified: db/torque/maven-plugin/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/index.xml?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/xdocs/index.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/index.xml Wed Aug 24 05:09:55 2005
@@ -1,4 +1,19 @@
 <?xml version="1.0"?>
+<!--
+ Copyright 2001-2005 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.
+-->
 <document>
 
   <properties>

Modified: db/torque/maven-plugin/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/navigation.xml?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/xdocs/navigation.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/navigation.xml Wed Aug 24 05:09:55 2005
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 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="Maven Torque Plugin">
 
   <title>Maven Torque Plugin</title>

Modified: db/torque/maven-plugin/trunk/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/properties.xml?rev=239620&r1=239619&r2=239620&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/xdocs/properties.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/properties.xml Wed Aug 24 05:09:55 2005
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2001-2005 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.
+-->
 <document>
   <properties>
     <title>Maven Torque Plugin</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to