crossley 2004/03/16 23:04:37
Modified: lib jars.xml
misc/graphics cocoon2.svg
src/webapp/resources/scripts main.js
tools/bin create-repository-jars.sh
tools/src jars.xml.tmpl
Log:
Add Apache License 2.0
Revision Changes Path
1.189 +16 -1 cocoon-2.1/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- jars.xml 10 Mar 2004 12:56:29 -0000 1.188
+++ jars.xml 17 Mar 2004 07:04:36 -0000 1.189
@@ -1,4 +1,19 @@
<?xml version="1.0"?>
+<!--
+ Copyright 1999-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.
+-->
<!--+
| CVS $Id$
1.3 +15 -0 cocoon-2.1/misc/graphics/cocoon2.svg
Index: cocoon2.svg
===================================================================
RCS file: /home/cvs/cocoon-2.1/misc/graphics/cocoon2.svg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cocoon2.svg 16 Feb 2004 23:42:53 -0000 1.2
+++ cocoon2.svg 17 Mar 2004 07:04:37 -0000 1.3
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Copyright 1999-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.
+-->
<!-- Generator: Adobe Illustrator 8.0, SVG Export Plug-In 1.0x56 -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG December 1999//EN"
"http://www.w3.org/Graphics/SVG/SVG-19991203.dtd" [
<!ENTITY st0 "stroke:#000000;stroke-width:2.8346;">
1.3 +1 -1 cocoon-2.1/src/webapp/resources/scripts/main.js
Index: main.js
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/resources/scripts/main.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- main.js 6 Mar 2004 02:26:03 -0000 1.2
+++ main.js 17 Mar 2004 07:04:37 -0000 1.3
@@ -28,4 +28,4 @@
} else {
text.nodeValue = "[show]";
}
-}
\ No newline at end of file
+}
1.13 +14 -1 cocoon-2.1/tools/bin/create-repository-jars.sh
Index: create-repository-jars.sh
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/bin/create-repository-jars.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- create-repository-jars.sh 16 Feb 2004 23:38:49 -0000 1.12
+++ create-repository-jars.sh 17 Mar 2004 07:04:37 -0000 1.13
@@ -1,5 +1,18 @@
#!/bin/sh -x
+# Copyright 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.
# $Id$
1.2 +14 -0 cocoon-2.1/tools/src/jars.xml.tmpl
Index: jars.xml.tmpl
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/src/jars.xml.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jars.xml.tmpl 24 Mar 2003 10:34:09 -0000 1.1
+++ jars.xml.tmpl 17 Mar 2004 07:04:37 -0000 1.2
@@ -1,5 +1,19 @@
<?xml version="1.0"?>
+<!--
+ Copyright 1999-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.
+-->
<jars>
<jar>@JARS@</jar>
</jars>