You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2016/06/02 14:00:24 UTC

svn commit: r1746579 - in /velocity/site: cms/trunk/content/download.cgi production/download.cgi

Author: cbrisson
Date: Thu Jun  2 14:00:24 2016
New Revision: 1746579

URL: http://svn.apache.org/viewvc?rev=1746579&view=rev
Log:
[site] fix missing licence header

Modified:
    velocity/site/cms/trunk/content/download.cgi
    velocity/site/production/download.cgi

Modified: velocity/site/cms/trunk/content/download.cgi
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/download.cgi?rev=1746579&r1=1746578&r2=1746579&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/download.cgi (original)
+++ velocity/site/cms/trunk/content/download.cgi Thu Jun  2 14:00:24 2016
@@ -1,6 +1,25 @@
 #!/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.    
+
 # Wrapper script around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)
+
 cd /www/www.apache.org/dyn/mirrors
 /www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Modified: velocity/site/production/download.cgi
URL: http://svn.apache.org/viewvc/velocity/site/production/download.cgi?rev=1746579&r1=1746578&r2=1746579&view=diff
==============================================================================
--- velocity/site/production/download.cgi (original)
+++ velocity/site/production/download.cgi Thu Jun  2 14:00:24 2016
@@ -1,6 +1,25 @@
 #!/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.    
+
 # Wrapper script around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)
+
 cd /www/www.apache.org/dyn/mirrors
 /www/www.apache.org/dyn/mirrors/mirrors.cgi $*