You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/08/28 16:10:04 UTC

svn commit: r570436 - in /directory/apacheds/trunk: ./ bootstrap-plugin/src/main/resources/ core-unit/src/test/resources/ core-unit/src/test/resources/org/apache/directory/server/core/ core-unit/src/test/resources/org/apache/directory/server/core/norma...

Author: elecharny
Date: Tue Aug 28 07:10:04 2007
New Revision: 570436

URL: http://svn.apache.org/viewvc?rev=570436&view=rev
Log:
adding missing ASL header

Modified:
    directory/apacheds/trunk/bootstrap-plugin/src/main/resources/log4j.properties
    directory/apacheds/trunk/core-unit/src/test/resources/log4j.properties
    directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/normalization/testDireve308Example.ldif
    directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/org.apache.directory.server.core.TestPTest.ldif
    directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/schema/nonspecific.ldif
    directory/apacheds/trunk/core/src/test/resources/log4j.properties
    directory/apacheds/trunk/pom.xml
    directory/apacheds/trunk/protocol-dhcp/src/test/resources/log4j.properties
    directory/apacheds/trunk/protocol-shared/src/test/java/org/apache/directory/server/protocol/shared/catalog/configuration-dns.ldif
    directory/apacheds/trunk/protocol-shared/src/test/log4j.properties

Modified: directory/apacheds/trunk/bootstrap-plugin/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/bootstrap-plugin/src/main/resources/log4j.properties?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/bootstrap-plugin/src/main/resources/log4j.properties (original)
+++ directory/apacheds/trunk/bootstrap-plugin/src/main/resources/log4j.properties Tue Aug 28 07:10:04 2007
@@ -1,3 +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.
+#############################################################################
 log4j.rootCategory=ERROR, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Modified: directory/apacheds/trunk/core-unit/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/src/test/resources/log4j.properties?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/core-unit/src/test/resources/log4j.properties (original)
+++ directory/apacheds/trunk/core-unit/src/test/resources/log4j.properties Tue Aug 28 07:10:04 2007
@@ -1,3 +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.
+#############################################################################
 log4j.rootCategory=OFF, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Modified: directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/normalization/testDireve308Example.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/normalization/testDireve308Example.ldif?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/normalization/testDireve308Example.ldif (original)
+++ directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/normalization/testDireve308Example.ldif Tue Aug 28 07:10:04 2007
@@ -1,3 +1,26 @@
+#
+#  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.
+#
+#   EXAMPLE.COM is reserved for testing according to this RFC:
+#
+#   http://www.rfc-editor.org/rfc/rfc2606.txt
+#
+
 dn: ou=direct report view,ou=system
 objectClass: organizationalUnit
 ou: direct report view

Modified: directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/org.apache.directory.server.core.TestPTest.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/org.apache.directory.server.core.TestPTest.ldif?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/org.apache.directory.server.core.TestPTest.ldif (original)
+++ directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/org.apache.directory.server.core.TestPTest.ldif Tue Aug 28 07:10:04 2007
@@ -1,3 +1,26 @@
+#
+#  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.
+#
+#   EXAMPLE.COM is reserved for testing according to this RFC:
+#
+#   http://www.rfc-editor.org/rfc/rfc2606.txt
+#
+
 dn: uid=user.1,ou=test
 objectClass: top
 objectClass: person

Modified: directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/schema/nonspecific.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/schema/nonspecific.ldif?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/schema/nonspecific.ldif (original)
+++ directory/apacheds/trunk/core-unit/src/test/resources/org/apache/directory/server/core/schema/nonspecific.ldif Tue Aug 28 07:10:04 2007
@@ -1,3 +1,25 @@
+#
+#  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.
+#
+#   EXAMPLE.COM is reserved for testing according to this RFC:
+#
+#   http://www.rfc-editor.org/rfc/rfc2606.txt
+#
 
 dn: cn=person0,ou=system
 objectClass: person

Modified: directory/apacheds/trunk/core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/src/test/resources/log4j.properties?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/test/resources/log4j.properties (original)
+++ directory/apacheds/trunk/core/src/test/resources/log4j.properties Tue Aug 28 07:10:04 2007
@@ -1,3 +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.
+#############################################################################
 log4j.rootCategory=ERROR, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Tue Aug 28 07:10:04 2007
@@ -338,6 +338,7 @@
     <module>server-main</module>
     <module>server-jndi</module>
     <module>kerberos-shared</module>
+    <!--module>kerberos-unit</module-->
     <module>mitosis</module>
     <module>server-replication</module>
   </modules>
@@ -547,7 +548,7 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
+	  <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
             <!-- TODO delete version tag after upgrade to TLP pom 9 -->
             <version>2.0.3</version>

Modified: directory/apacheds/trunk/protocol-dhcp/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-dhcp/src/test/resources/log4j.properties?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-dhcp/src/test/resources/log4j.properties (original)
+++ directory/apacheds/trunk/protocol-dhcp/src/test/resources/log4j.properties Tue Aug 28 07:10:04 2007
@@ -1,3 +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.
+#############################################################################
 log4j.rootCategory=OFF, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Modified: directory/apacheds/trunk/protocol-shared/src/test/java/org/apache/directory/server/protocol/shared/catalog/configuration-dns.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-shared/src/test/java/org/apache/directory/server/protocol/shared/catalog/configuration-dns.ldif?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-shared/src/test/java/org/apache/directory/server/protocol/shared/catalog/configuration-dns.ldif (original)
+++ directory/apacheds/trunk/protocol-shared/src/test/java/org/apache/directory/server/protocol/shared/catalog/configuration-dns.ldif Tue Aug 28 07:10:04 2007
@@ -1,25 +1,25 @@
-#
-#  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. 
-#
-#   EXAMPLE.COM is reserved for testing according to this RFC:
-#
-#   http://www.rfc-editor.org/rfc/rfc2606.txt
-#
+#
+#  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. 
+#
+#   EXAMPLE.COM is reserved for testing according to this RFC:
+#
+#   http://www.rfc-editor.org/rfc/rfc2606.txt
+#
 
 version: 1
 dn: ou=configuration,ou=system
@@ -38,46 +38,46 @@
 cn: dns
 apacheServicePid: org.apache.dns.factory
 
-dn: cn=org.apache.dns.1,cn=dns,ou=services,ou=configuration,ou=system
+dn: cn=org.apache.dns.1,cn=dns,ou=services,ou=configuration,ou=system
 objectClass: apacheServiceConfiguration
-objectClass: extensibleObject
+objectClass: extensibleObject
 cn: org.apache.dns.1
 ipAddress: 192.168.0.1
 ipPort: 53
 baseDn: dc=example,dc=com
 apacheServicePid: org.apache.dns.1
-apacheServiceFactoryPid: org.apache.dns.factory
-
-dn: ou=catalog,cn=org.apache.dns.1,cn=dns,ou=services,ou=configuration,ou=system
-objectClass: top
-objectClass: organizationalUnit
-ou: catalog
-
-dn: cn=example.com,ou=catalog,cn=org.apache.dns.1,cn=dns,ou=services,ou=configuration,ou=system
-objectClass: top
-objectClass: apacheCatalogEntry
-cn: example.com
-apacheCatalogEntryName: example.com
-apacheCatalogEntryBaseDn: ou=zones,dc=example,dc=com
+apacheServiceFactoryPid: org.apache.dns.factory
+
+dn: ou=catalog,cn=org.apache.dns.1,cn=dns,ou=services,ou=configuration,ou=system
+objectClass: top
+objectClass: organizationalUnit
+ou: catalog
+
+dn: cn=example.com,ou=catalog,cn=org.apache.dns.1,cn=dns,ou=services,ou=configuration,ou=system
+objectClass: top
+objectClass: apacheCatalogEntry
+cn: example.com
+apacheCatalogEntryName: example.com
+apacheCatalogEntryBaseDn: ou=zones,dc=example,dc=com
 
 dn: cn=org.apache.dns.2,cn=dns,ou=services,ou=configuration,ou=system
-objectClass: apacheServiceConfiguration
+objectClass: apacheServiceConfiguration
 objectClass: extensibleObject
-cn: org.apache.dns.2
+cn: org.apache.dns.2
 ipAddress:  10.0.0.1
 ipPort: 10000
 baseDn: dc=apache,dc=org
 apacheServicePid: org.apache.dns.2
 apacheServiceFactoryPid: org.apache.dns.factory
-
-dn: ou=catalog,cn=org.apache.dns.2,cn=dns,ou=services,ou=configuration,ou=system
-objectClass: top
-objectClass: organizationalUnit
-ou: catalog
-
-dn: cn=apache.org,ou=catalog,cn=org.apache.dns.2,cn=dns,ou=services,ou=configuration,ou=system
-objectClass: top
-objectClass: apacheCatalogEntry
-cn: apache.org
-apacheCatalogEntryName: apache.org
-apacheCatalogEntryBaseDn: ou=zones,dc=apache,dc=org
+
+dn: ou=catalog,cn=org.apache.dns.2,cn=dns,ou=services,ou=configuration,ou=system
+objectClass: top
+objectClass: organizationalUnit
+ou: catalog
+
+dn: cn=apache.org,ou=catalog,cn=org.apache.dns.2,cn=dns,ou=services,ou=configuration,ou=system
+objectClass: top
+objectClass: apacheCatalogEntry
+cn: apache.org
+apacheCatalogEntryName: apache.org
+apacheCatalogEntryBaseDn: ou=zones,dc=apache,dc=org

Modified: directory/apacheds/trunk/protocol-shared/src/test/log4j.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-shared/src/test/log4j.properties?rev=570436&r1=570435&r2=570436&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-shared/src/test/log4j.properties (original)
+++ directory/apacheds/trunk/protocol-shared/src/test/log4j.properties Tue Aug 28 07:10:04 2007
@@ -1,3 +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.
+#############################################################################
 # Set root logger level to DEBUG and its only appender to A1.
 log4j.rootLogger=INFO, A1