You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/07/08 15:19:08 UTC

svn commit: r1144305 - in /directory/studio/trunk/application/application-updatesite/src/main/resources: htaccess index.html site--xml.cgi site.xml

Author: pamarcelot
Date: Fri Jul  8 13:19:07 2011
New Revision: 1144305

URL: http://svn.apache.org/viewvc?rev=1144305&view=rev
Log:
Added missing ASL headers to update site files. (RAT was complaining)

Modified:
    directory/studio/trunk/application/application-updatesite/src/main/resources/htaccess
    directory/studio/trunk/application/application-updatesite/src/main/resources/index.html
    directory/studio/trunk/application/application-updatesite/src/main/resources/site--xml.cgi
    directory/studio/trunk/application/application-updatesite/src/main/resources/site.xml

Modified: directory/studio/trunk/application/application-updatesite/src/main/resources/htaccess
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-updatesite/src/main/resources/htaccess?rev=1144305&r1=1144304&r2=1144305&view=diff
==============================================================================
--- directory/studio/trunk/application/application-updatesite/src/main/resources/htaccess (original)
+++ directory/studio/trunk/application/application-updatesite/src/main/resources/htaccess Fri Jul  8 13:19:07 2011
@@ -1,3 +1,21 @@
+#  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.
+
+
 RewriteEngine on
 
 RewriteBase /studio/update

Modified: directory/studio/trunk/application/application-updatesite/src/main/resources/index.html
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-updatesite/src/main/resources/index.html?rev=1144305&r1=1144304&r2=1144305&view=diff
==============================================================================
--- directory/studio/trunk/application/application-updatesite/src/main/resources/index.html (original)
+++ directory/studio/trunk/application/application-updatesite/src/main/resources/index.html Fri Jul  8 13:19:07 2011
@@ -1,4 +1,22 @@
 <html>
+<!--
+  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.
+-->
 <head>
 <title>studio-updatesite</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: directory/studio/trunk/application/application-updatesite/src/main/resources/site--xml.cgi
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-updatesite/src/main/resources/site--xml.cgi?rev=1144305&r1=1144304&r2=1144305&view=diff
==============================================================================
--- directory/studio/trunk/application/application-updatesite/src/main/resources/site--xml.cgi (original)
+++ directory/studio/trunk/application/application-updatesite/src/main/resources/site--xml.cgi Fri Jul  8 13:19:07 2011
@@ -1,4 +1,22 @@
 #!/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)

Modified: directory/studio/trunk/application/application-updatesite/src/main/resources/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-updatesite/src/main/resources/site.xml?rev=1144305&r1=1144304&r2=1144305&view=diff
==============================================================================
--- directory/studio/trunk/application/application-updatesite/src/main/resources/site.xml (original)
+++ directory/studio/trunk/application/application-updatesite/src/main/resources/site.xml Fri Jul  8 13:19:07 2011
@@ -1,4 +1,22 @@
 <?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.
+-->
 <site>
    <description url="http://directory.apache.org/studio/update/1.x">
       The Apache Directory Studio update site.