You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/05/31 04:23:51 UTC

svn commit: r410418 - in /forrest/zone: config/ htdocs/ htdocs/fr/ htdocs/ft/ htdocs/fts/

Author: crossley
Date: Tue May 30 19:23:50 2006
New Revision: 410418

URL: http://svn.apache.org/viewvc?rev=410418&view=rev
Log:
Insert new Apache License header.

Modified:
    forrest/zone/config/run-forrestbot.sh
    forrest/zone/config/setenv-java-14.sh
    forrest/zone/config/setenv-java-15.sh
    forrest/zone/config/setenv.sh
    forrest/zone/config/update-forrest-trunk.sh
    forrest/zone/htdocs/fr/cocoon-2-2.xml
    forrest/zone/htdocs/fr/cocoon-block-portal.xml
    forrest/zone/htdocs/fr/cocoon-doco-global.xml
    forrest/zone/htdocs/ft/apache-projects.xml
    forrest/zone/htdocs/ft/cocoon-docs.xml
    forrest/zone/htdocs/ft/cocoon-site.xml
    forrest/zone/htdocs/ft/forrest-sample-2.xml
    forrest/zone/htdocs/ft/forrest-seed.xml
    forrest/zone/htdocs/fts/forrest-seed.xml
    forrest/zone/htdocs/index.html

Modified: forrest/zone/config/run-forrestbot.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/run-forrestbot.sh?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/config/run-forrestbot.sh (original)
+++ forrest/zone/config/run-forrestbot.sh Tue May 30 19:23:50 2006
@@ -1,5 +1,21 @@
 #!/usr/bin/bash
 
+# 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.
+
+
 # Purpose:
 # - Set the environment.
 # - In certain cases, do some special processing.

Modified: forrest/zone/config/setenv-java-14.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/setenv-java-14.sh?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/config/setenv-java-14.sh (original)
+++ forrest/zone/config/setenv-java-14.sh Tue May 30 19:23:50 2006
@@ -1,5 +1,21 @@
 #!/usr/bin/bash
 
+# 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.
+
+
 # Java 1.4.2_06
 export JAVA_HOME=/usr/j2se
 

Modified: forrest/zone/config/setenv-java-15.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/setenv-java-15.sh?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/config/setenv-java-15.sh (original)
+++ forrest/zone/config/setenv-java-15.sh Tue May 30 19:23:50 2006
@@ -1,5 +1,21 @@
 #!/usr/bin/bash
 
+# 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.
+
+
 # Java 1.5
 export JAVA_HOME=/usr/java
 

Modified: forrest/zone/config/setenv.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/setenv.sh?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/config/setenv.sh (original)
+++ forrest/zone/config/setenv.sh Tue May 30 19:23:50 2006
@@ -1,5 +1,21 @@
 #!/usr/bin/bash
 
+# 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.
+
+
 export SHELL=/usr/bin/bash
 export DOC_ROOT=/var/apache2/htdocs
 export CONFIG=/export/home/config

Modified: forrest/zone/config/update-forrest-trunk.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/update-forrest-trunk.sh?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/config/update-forrest-trunk.sh (original)
+++ forrest/zone/config/update-forrest-trunk.sh Tue May 30 19:23:50 2006
@@ -1,5 +1,21 @@
 #!/usr/bin/bash
 
+# 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.
+
+
 # FIXME: Need better error handling if SVN fails or if build fails.
 
 source /export/home/config/setenv.sh

Modified: forrest/zone/htdocs/fr/cocoon-2-2.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/fr/cocoon-2-2.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/fr/cocoon-2-2.xml (original)
+++ forrest/zone/htdocs/fr/cocoon-2-2.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="cocoon-2-2" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="Cocoon developers &lt;dev@cocoon.apache.org>"/>

Modified: forrest/zone/htdocs/fr/cocoon-block-portal.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/fr/cocoon-block-portal.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/fr/cocoon-block-portal.xml (original)
+++ forrest/zone/htdocs/fr/cocoon-block-portal.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="cocoon-block-portal" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="Cocoon developers &lt;dev@cocoon.apache.org>"/>

Modified: forrest/zone/htdocs/fr/cocoon-doco-global.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/fr/cocoon-doco-global.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/fr/cocoon-doco-global.xml (original)
+++ forrest/zone/htdocs/fr/cocoon-doco-global.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="cocoon-doco-global" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="Cocoon developers &lt;dev@cocoon.apache.org>"/>

Modified: forrest/zone/htdocs/ft/apache-projects.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/apache-projects.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/apache-projects.xml (original)
+++ forrest/zone/htdocs/ft/apache-projects.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="apache-projects" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="Ross Gardler &lt;rgardler@apache.org>, David Crossley &lt;crossley@apache.org>"/>

Modified: forrest/zone/htdocs/ft/cocoon-docs.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/cocoon-docs.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/cocoon-docs.xml (original)
+++ forrest/zone/htdocs/ft/cocoon-docs.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="cocoon-docs" default="main">
   <property name="notify.email.host" value="localhost"/>  
   <property name="notify.email.to" value="dev@cocoon.apache.org"/>

Modified: forrest/zone/htdocs/ft/cocoon-site.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/cocoon-site.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/cocoon-site.xml (original)
+++ forrest/zone/htdocs/ft/cocoon-site.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="cocoon-site" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="Cocoon Developers &lt;dev@cocoon.apache.org>"/>

Modified: forrest/zone/htdocs/ft/forrest-sample-2.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/forrest-sample-2.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-sample-2.xml (original)
+++ forrest/zone/htdocs/ft/forrest-sample-2.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="forrest-sample-2" default="main">
 <!--
    Note: There are local edits to

Modified: forrest/zone/htdocs/ft/forrest-seed.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/forrest-seed.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-seed.xml (original)
+++ forrest/zone/htdocs/ft/forrest-seed.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="forrest-seed" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="Forrest developers &lt;dev@forrest.apache.org>"/>

Modified: forrest/zone/htdocs/fts/forrest-seed.xml
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/fts/forrest-seed.xml?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/fts/forrest-seed.xml (original)
+++ forrest/zone/htdocs/fts/forrest-seed.xml Tue May 30 19:23:50 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <project name="forrest-seed" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="David Crossley &lt;crossley@apache.org&gt;"/>

Modified: forrest/zone/htdocs/index.html
URL: http://svn.apache.org/viewvc/forrest/zone/htdocs/index.html?rev=410418&r1=410417&r2=410418&view=diff
==============================================================================
--- forrest/zone/htdocs/index.html (original)
+++ forrest/zone/htdocs/index.html Tue May 30 19:23:50 2006
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -114,7 +130,7 @@
 
 <div class="copyright">
   Copyright &copy;
-  2002-2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+  2002-2006 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 </body>
 </html>