You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2004/03/13 07:51:55 UTC

svn commit: rev 9401 - in xml/forrest/trunk: . etc

Author: crossley
Date: Fri Mar 12 22:51:54 2004
New Revision: 9401

Modified:
   xml/forrest/trunk/appendcp.bat
   xml/forrest/trunk/build.bat
   xml/forrest/trunk/build.sh
   xml/forrest/trunk/build.xml
   xml/forrest/trunk/etc/relicense-tree.txt
   xml/forrest/trunk/forrest.properties
   xml/forrest/trunk/module.xml
   xml/forrest/trunk/properties.xml
   xml/forrest/trunk/status.xml
Log:
Add Apache license 2.0 for top level files.


Modified: xml/forrest/trunk/appendcp.bat
==============================================================================
--- xml/forrest/trunk/appendcp.bat	(original)
+++ xml/forrest/trunk/appendcp.bat	Fri Mar 12 22:51:54 2004
@@ -1,2 +1,16 @@
+rem Copyright 2002-2004 The Apache Software Foundation
+rem
+rem Licensed under the Apache License, Version 2.0 (the "License");
+rem you may not use this file except in compliance with the License.
+rem You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 set CLASSPATH=%CLASSPATH%;%1
 

Modified: xml/forrest/trunk/build.bat
==============================================================================
--- xml/forrest/trunk/build.bat	(original)
+++ xml/forrest/trunk/build.bat	Fri Mar 12 22:51:54 2004
@@ -1,3 +1,17 @@
+rem Copyright 2002-2004 The Apache Software Foundation
+rem
+rem Licensed under the Apache License, Version 2.0 (the "License");
+rem you may not use this file except in compliance with the License.
+rem You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 set OLD_ANT_HOME=%ANT_HOME%

Modified: xml/forrest/trunk/build.sh
==============================================================================
--- xml/forrest/trunk/build.sh	(original)
+++ xml/forrest/trunk/build.sh	Fri Mar 12 22:51:54 2004
@@ -1,5 +1,20 @@
 #!/bin/sh
 
+# 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.
+
+
 chmod u+x ./tools/ant/bin/antRun
 chmod u+x ./tools/ant/bin/ant
 

Modified: xml/forrest/trunk/build.xml
==============================================================================
--- xml/forrest/trunk/build.xml	(original)
+++ xml/forrest/trunk/build.xml	Fri Mar 12 22:51:54 2004
@@ -1,4 +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.
+-->
 <project default="dist" basedir="." name="Forrest build file">
 
   <import file="src/forrestbar/build.xml"/>

Modified: xml/forrest/trunk/etc/relicense-tree.txt
==============================================================================
--- xml/forrest/trunk/etc/relicense-tree.txt	(original)
+++ xml/forrest/trunk/etc/relicense-tree.txt	Fri Mar 12 22:51:54 2004
@@ -4,7 +4,7 @@
 N = Do not apply any license here - foreign stuff
 * = There are issues to be addressed
 ------------------------------------------------------------------------
-     .
+L    .            # to do index.html ?
 L    |-- etc
 *    |-- legal    # rename license files, ensure appropriate for all jars
 *    |-- lib

Modified: xml/forrest/trunk/forrest.properties
==============================================================================
--- xml/forrest/trunk/forrest.properties	(original)
+++ xml/forrest/trunk/forrest.properties	Fri Mar 12 22:51:54 2004
@@ -1,3 +1,17 @@
+# 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.
+
 ##############
 # Properties used by forrest.build.xml for building the website
 ##############

Modified: xml/forrest/trunk/module.xml
==============================================================================
--- xml/forrest/trunk/module.xml	(original)
+++ xml/forrest/trunk/module.xml	Fri Mar 12 22:51:54 2004
@@ -1,4 +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.
+-->
 <module name="xml-forrest">
 
     <url href="http://xml.apache.org/forrest/"/>

Modified: xml/forrest/trunk/properties.xml
==============================================================================
--- xml/forrest/trunk/properties.xml	(original)
+++ xml/forrest/trunk/properties.xml	Fri Mar 12 22:51:54 2004
@@ -1,4 +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.
+-->
 <?xml-stylesheet type="text/xsl" href="tools/stylesheets/properties.xsl"?>
 <!-- Build properties - these override any property specified in the build -->
 <properties>

Modified: xml/forrest/trunk/status.xml
==============================================================================
--- xml/forrest/trunk/status.xml	(original)
+++ xml/forrest/trunk/status.xml	Fri Mar 12 22:51:54 2004
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <?xml-stylesheet type="text/xsl" href="./tools/stylesheets/status.xsl"?>
 <status>