You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2008/03/16 05:04:01 UTC

svn commit: r637530 - in /cocoon/trunk: build-docs.sh build.sh

Author: crossley
Date: Sat Mar 15 21:03:59 2008
New Revision: 637530

URL: http://svn.apache.org/viewvc?rev=637530&view=rev
Log:
Add missing Apache License header.

Modified:
    cocoon/trunk/build-docs.sh
    cocoon/trunk/build.sh

Modified: cocoon/trunk/build-docs.sh
URL: http://svn.apache.org/viewvc/cocoon/trunk/build-docs.sh?rev=637530&r1=637529&r2=637530&view=diff
==============================================================================
--- cocoon/trunk/build-docs.sh (original)
+++ cocoon/trunk/build-docs.sh Sat Mar 15 21:03:59 2008
@@ -1,4 +1,20 @@
 #! /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.
+
 mvn install -N
 cd site
 MAVEN_OPTS=-Xmx512M

Modified: cocoon/trunk/build.sh
URL: http://svn.apache.org/viewvc/cocoon/trunk/build.sh?rev=637530&r1=637529&r2=637530&view=diff
==============================================================================
--- cocoon/trunk/build.sh (original)
+++ cocoon/trunk/build.sh Sat Mar 15 21:03:59 2008
@@ -1,5 +1,21 @@
 #!/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.
+
+
 # Cocoon Build Script
 #   Invoke maven with necessary options
 #