You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/05/02 19:51:40 UTC

svn commit: r1098692 - /incubator/opennlp/site/trunk/cgi-bin/download.cgi

Author: joern
Date: Mon May  2 17:51:39 2011
New Revision: 1098692

URL: http://svn.apache.org/viewvc?rev=1098692&view=rev
Log:
OPENNLP-162 Added AL header to download.cgi

Modified:
    incubator/opennlp/site/trunk/cgi-bin/download.cgi

Modified: incubator/opennlp/site/trunk/cgi-bin/download.cgi
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/cgi-bin/download.cgi?rev=1098692&r1=1098691&r2=1098692&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/cgi-bin/download.cgi (original)
+++ incubator/opennlp/site/trunk/cgi-bin/download.cgi Mon May  2 17:51:39 2011
@@ -1,4 +1,20 @@
 #!/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)