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/12 07:34:19 UTC

svn commit: rev 9377 - in xml/forrest/trunk/src/core: . bin var

Author: crossley
Date: Thu Mar 11 22:34:18 2004
New Revision: 9377

Modified:
   xml/forrest/trunk/src/core/bin/appendcp.bat
   xml/forrest/trunk/src/core/bin/forrest
   xml/forrest/trunk/src/core/bin/forrest.bat
   xml/forrest/trunk/src/core/bin/setpwdvar.bat
   xml/forrest/trunk/src/core/default-forrest.properties
   xml/forrest/trunk/src/core/forrest.antproxy.xml
   xml/forrest/trunk/src/core/forrest.build.xml
   xml/forrest/trunk/src/core/var/skinlist2echo.xsl
   xml/forrest/trunk/src/core/var/skinlist2fetch.xsl
Log:
Add Apache License 2.0


Modified: xml/forrest/trunk/src/core/bin/appendcp.bat
==============================================================================
--- xml/forrest/trunk/src/core/bin/appendcp.bat	(original)
+++ xml/forrest/trunk/src/core/bin/appendcp.bat	Thu Mar 11 22:34:18 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.
+
 If %OS%'==Windows_NT' Set NTSwitch=/F "Tokens=*"
 For %NTSwitch% %%V In (%1) Do set CLASSPATH=%CLASSPATH%;%%V
 

Modified: xml/forrest/trunk/src/core/bin/forrest
==============================================================================
--- xml/forrest/trunk/src/core/bin/forrest	(original)
+++ xml/forrest/trunk/src/core/bin/forrest	Thu Mar 11 22:34:18 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.
+
+
 # set the current working dir as the PROJECT_HOME variable 
 
 cygwin=false;

Modified: xml/forrest/trunk/src/core/bin/forrest.bat
==============================================================================
--- xml/forrest/trunk/src/core/bin/forrest.bat	(original)
+++ xml/forrest/trunk/src/core/bin/forrest.bat	Thu Mar 11 22:34:18 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
 if "%OS%"=="Windows_NT" @setlocal
 

Modified: xml/forrest/trunk/src/core/bin/setpwdvar.bat
==============================================================================
--- xml/forrest/trunk/src/core/bin/setpwdvar.bat	(original)
+++ xml/forrest/trunk/src/core/bin/setpwdvar.bat	Thu Mar 11 22:34:18 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
 
 if "%1*"=="*" goto recurse 

Modified: xml/forrest/trunk/src/core/default-forrest.properties
==============================================================================
--- xml/forrest/trunk/src/core/default-forrest.properties	(original)
+++ xml/forrest/trunk/src/core/default-forrest.properties	Thu Mar 11 22:34:18 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.
+
 ##############
 # Default properties used by forrest.build.xml for building the website
 ##############

Modified: xml/forrest/trunk/src/core/forrest.antproxy.xml
==============================================================================
--- xml/forrest/trunk/src/core/forrest.antproxy.xml	(original)
+++ xml/forrest/trunk/src/core/forrest.antproxy.xml	Thu Mar 11 22:34:18 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="site" basedir="." name="Forrest Ant proxy targets">
 

Modified: xml/forrest/trunk/src/core/forrest.build.xml
==============================================================================
--- xml/forrest/trunk/src/core/forrest.build.xml	(original)
+++ xml/forrest/trunk/src/core/forrest.build.xml	Thu Mar 11 22:34:18 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.
+-->
 
 <!--
 FORREST SITE BUILDER

Modified: xml/forrest/trunk/src/core/var/skinlist2echo.xsl
==============================================================================
--- xml/forrest/trunk/src/core/var/skinlist2echo.xsl	(original)
+++ xml/forrest/trunk/src/core/var/skinlist2echo.xsl	Thu Mar 11 22:34:18 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.
+-->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 	<xsl:template match="skins">

Modified: xml/forrest/trunk/src/core/var/skinlist2fetch.xsl
==============================================================================
--- xml/forrest/trunk/src/core/var/skinlist2fetch.xsl	(original)
+++ xml/forrest/trunk/src/core/var/skinlist2fetch.xsl	Thu Mar 11 22:34:18 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.
+-->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" indent="yes" />