Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E14E46770 for ; Fri, 8 Jul 2011 13:19:33 +0000 (UTC) Received: (qmail 44399 invoked by uid 500); 8 Jul 2011 13:19:33 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 44338 invoked by uid 500); 8 Jul 2011 13:19:32 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 44327 invoked by uid 99); 8 Jul 2011 13:19:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 13:19:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 13:19:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 359BC23889D5 for ; Fri, 8 Jul 2011 13:19:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1144305 - in /directory/studio/trunk/application/application-updatesite/src/main/resources: htaccess index.html site--xml.cgi site.xml Date: Fri, 08 Jul 2011 13:19:08 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110708131908.359BC23889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ + studio-updatesite 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 @@ + The Apache Directory Studio update site.