Author: aadamchik
Date: Mon Sep 18 17:39:41 2006
New Revision: 447658
URL: http://svn.apache.org/viewvc?view=rev&rev=447658
Log:
adding license headers to the tool scripts
Modified:
incubator/cayenne/main/trunk/modeler/dvmodeler/src/main/resources/bin/dvmodeler.sh
incubator/cayenne/main/trunk/modeler/modeler/src/main/resources/bin/modeler.sh
incubator/cayenne/main/trunk/pre-maven/cayenne-other/release-notes/UPGRADE.txt
incubator/cayenne/main/trunk/pre-maven/cayenne-other/wiki-docs/index.html
Modified:
incubator/cayenne/main/trunk/modeler/dvmodeler/src/main/resources/bin/dvmodeler.sh
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/modeler/dvmodeler/src/main/resources/bin/dvmodeler.sh?view=diff&rev=447658&r1=447657&r2=447658
==============================================================================
---
incubator/cayenne/main/trunk/modeler/dvmodeler/src/main/resources/bin/dvmodeler.sh
(original)
+++
incubator/cayenne/main/trunk/modeler/dvmodeler/src/main/resources/bin/dvmodeler.sh
Mon Sep 18 17:39:41 2006
@@ -1,5 +1,23 @@
#!/bin/sh
+# 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.
+
+
# Bourne shell script to start Cayenne Data View Modeler.
#
# Certain parts are modeled after Tomcat startup scrips,
Modified:
incubator/cayenne/main/trunk/modeler/modeler/src/main/resources/bin/modeler.sh
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/modeler/modeler/src/main/resources/bin/modeler.sh?view=diff&rev=447658&r1=447657&r2=447658
==============================================================================
---
incubator/cayenne/main/trunk/modeler/modeler/src/main/resources/bin/modeler.sh
(original)
+++
incubator/cayenne/main/trunk/modeler/modeler/src/main/resources/bin/modeler.sh
Mon Sep 18 17:39:41 2006
@@ -1,5 +1,23 @@
#!/bin/sh
+# 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.
+
+
# Bourne shell script to start Cayenne Modeler.
#
# Certain parts are modeled after Tomcat startup scrips,
Modified:
incubator/cayenne/main/trunk/pre-maven/cayenne-other/release-notes/UPGRADE.txt
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pre-maven/cayenne-other/release-notes/UPGRADE.txt?view=diff&rev=447658&r1=447657&r2=447658
==============================================================================
---
incubator/cayenne/main/trunk/pre-maven/cayenne-other/release-notes/UPGRADE.txt
(original)
+++
incubator/cayenne/main/trunk/pre-maven/cayenne-other/release-notes/UPGRADE.txt
Mon Sep 18 17:39:41 2006
@@ -28,7 +28,7 @@
Replace "org.objectstyle." with "org.apache." everywhere in imports and do a
clean
recompile.
-* Upgrading logging configuiration
+* Upgrading logging configuration
If you are using custom logging configuration file, make sure that all the
Cayenne loggers are changed from "org.objectstyle" to "org.apache".
Modified:
incubator/cayenne/main/trunk/pre-maven/cayenne-other/wiki-docs/index.html
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pre-maven/cayenne-other/wiki-docs/index.html?view=diff&rev=447658&r1=447657&r2=447658
==============================================================================
--- incubator/cayenne/main/trunk/pre-maven/cayenne-other/wiki-docs/index.html
(original)
+++ incubator/cayenne/main/trunk/pre-maven/cayenne-other/wiki-docs/index.html
Mon Sep 18 17:39:41 2006
@@ -38,7 +38,7 @@
<ul>
<li><a href="http://objectstyle.org/cayenne">Cayenne Home</a></li>
<li><a
href="http://objectstyle.org/cayenne/download.html">Downloads</a></li>
- <li><a href="http://objectstyle.org/cayenne/bugs-features.html">Report
Bugs</a></li>
+ <li><a href="http://issues.apache.org/cayenne/">Report Bugs</a></li>
<li><a
href="http://objectstyle.org/cayenne/cayenne-commercial-support.html">Commercial
Support</a></li>
</ul>
</body>