You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2008/07/09 20:48:00 UTC

svn commit: r675302 - in /directory/installers/branches/bigbang: apacheds-noarch/ apacheds/ apacheds/src/main/installers/ apacheds/src/main/resources/

Author: akarasulu
Date: Wed Jul  9 11:47:59 2008
New Revision: 675302

URL: http://svn.apache.org/viewvc?rev=675302&view=rev
Log:
fixing AL headers in files after RAT run

Modified:
    directory/installers/branches/bigbang/apacheds-noarch/apacheds.bat
    directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh
    directory/installers/branches/bigbang/apacheds/pom.xml
    directory/installers/branches/bigbang/apacheds/src/main/installers/bootstrapper.properties
    directory/installers/branches/bigbang/apacheds/src/main/resources/browserconnections.xml
    directory/installers/branches/bigbang/apacheds/src/main/resources/connections.xml

Modified: directory/installers/branches/bigbang/apacheds-noarch/apacheds.bat
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds-noarch/apacheds.bat?rev=675302&r1=675301&r2=675302&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds-noarch/apacheds.bat (original)
+++ directory/installers/branches/bigbang/apacheds-noarch/apacheds.bat Wed Jul  9 11:47:59 2008
@@ -1,5 +1,22 @@
 @echo off
 
+REM Licensed to the Apache Software Foundation (ASF) under one
+REM or more contributor license agreements.  See the NOTICE file
+REM distributed with this work for additional information
+REM regarding copyright ownership.  The ASF licenses this file
+REM to you under the Apache License, Version 2.0 (the
+REM "License"); you may not use this file except in compliance
+REM with the License.  You may obtain a copy of the License at
+REM 
+REM   http://www.apache.org/licenses/LICENSE-2.0
+REM 
+REM Unless required by applicable law or agreed to in writing,
+REM software distributed under the License is distributed on an
+REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM KIND, either express or implied.  See the License for the
+REM specific language governing permissions and limitations
+REM under the License. 
+
 REM this script starts ApacheDS (as non-windows-service)
 
 

Modified: directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh?rev=675302&r1=675301&r2=675302&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh (original)
+++ directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh Wed Jul  9 11:47:59 2008
@@ -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.
+
 if [ -e target/apacheds-noarch-installer-1.5.4-SNAPSHOT-app.jar ] ; then
   echo uber jar exists
 else

Modified: directory/installers/branches/bigbang/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds/pom.xml?rev=675302&r1=675301&r2=675302&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds/pom.xml (original)
+++ directory/installers/branches/bigbang/apacheds/pom.xml Wed Jul  9 11:47:59 2008
@@ -1,3 +1,22 @@
+<!--
+  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.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>

Modified: directory/installers/branches/bigbang/apacheds/src/main/installers/bootstrapper.properties
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds/src/main/installers/bootstrapper.properties?rev=675302&r1=675301&r2=675302&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds/src/main/installers/bootstrapper.properties (original)
+++ directory/installers/branches/bigbang/apacheds/src/main/installers/bootstrapper.properties Wed Jul  9 11:47:59 2008
@@ -1,2 +1,19 @@
+# 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.  
+
 bootstrap.start.class=org.apache.directory.server.Service
 bootstrap.stop.class=org.apache.directory.server.Service

Modified: directory/installers/branches/bigbang/apacheds/src/main/resources/browserconnections.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds/src/main/resources/browserconnections.xml?rev=675302&r1=675301&r2=675302&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds/src/main/resources/browserconnections.xml (original)
+++ directory/installers/branches/bigbang/apacheds/src/main/resources/browserconnections.xml Wed Jul  9 11:47:59 2008
@@ -1,4 +1,23 @@
 <?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.
+-->
+
 <java version="1.6.0_02" class="java.beans.XMLDecoder">
  <array class="[Ljava.lang.Object;" length="1">
   <void index="0">
@@ -16,4 +35,4 @@
   </void>
  </array>
 </java>
-        
\ No newline at end of file
+        

Modified: directory/installers/branches/bigbang/apacheds/src/main/resources/connections.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds/src/main/resources/connections.xml?rev=675302&r1=675301&r2=675302&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds/src/main/resources/connections.xml (original)
+++ directory/installers/branches/bigbang/apacheds/src/main/resources/connections.xml Wed Jul  9 11:47:59 2008
@@ -1,4 +1,23 @@
 <?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.
+-->
+
 <connections>
    <connection id="-8431166513633174058" name="Example" host="localhost" port="10389" encryptionMethod="NONE" authMethod="SIMPLE" bindPrincipal="uid=admin,ou=system" bindPassword="secret">
       <extendedProperties>
@@ -10,4 +29,4 @@
          <extendedProperty key="ldapbrowser.baseDn" value=""/>
       </extendedProperties>
    </connection>
-</connections>
\ No newline at end of file
+</connections>