You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/09/30 21:29:59 UTC

svn commit: r1177792 - in /directory/apacheds/trunk: core-integ/src/test/resources/ installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/deb/ kerberos-test/src/test/resources/org/apache/directory/server/kerberos/kdc/ ldif-p...

Author: felixk
Date: Fri Sep 30 19:29:58 2011
New Revision: 1177792

URL: http://svn.apache.org/viewvc?rev=1177792&view=rev
Log:
Add license header

Modified:
    directory/apacheds/trunk/core-integ/src/test/resources/AliasSearchIT.ldif
    directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/deb/control
    directory/apacheds/trunk/kerberos-test/src/test/resources/org/apache/directory/server/kerberos/kdc/KerberosIT.ldif
    directory/apacheds/trunk/ldif-partition/src/main/resources/ads-2.ldif
    directory/apacheds/trunk/ldif-partition/src/main/resources/sample-config.ldif
    directory/apacheds/trunk/src/site/site.xml
    directory/apacheds/trunk/test-framework/src/test/resources/test-entry.ldif

Modified: directory/apacheds/trunk/core-integ/src/test/resources/AliasSearchIT.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-integ/src/test/resources/AliasSearchIT.ldif?rev=1177792&r1=1177791&r2=1177792&view=diff
==============================================================================
--- directory/apacheds/trunk/core-integ/src/test/resources/AliasSearchIT.ldif (original)
+++ directory/apacheds/trunk/core-integ/src/test/resources/AliasSearchIT.ldif Fri Sep 30 19:29:58 2011
@@ -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: dc=example,dc=com
 objectClass: domain
 objectClass: top

Modified: directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/deb/control
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/deb/control?rev=1177792&r1=1177791&r2=1177792&view=diff
==============================================================================
--- directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/deb/control (original)
+++ directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/deb/control Fri Sep 30 19:29:58 2011
@@ -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
+#
 Package: apacheds
 Version: ${version.debian}
 Section: devel

Modified: directory/apacheds/trunk/kerberos-test/src/test/resources/org/apache/directory/server/kerberos/kdc/KerberosIT.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-test/src/test/resources/org/apache/directory/server/kerberos/kdc/KerberosIT.ldif?rev=1177792&r1=1177791&r2=1177792&view=diff
==============================================================================
--- directory/apacheds/trunk/kerberos-test/src/test/resources/org/apache/directory/server/kerberos/kdc/KerberosIT.ldif (original)
+++ directory/apacheds/trunk/kerberos-test/src/test/resources/org/apache/directory/server/kerberos/kdc/KerberosIT.ldif Fri Sep 30 19:29:58 2011
@@ -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: dc=example,dc=com
 objectClass: top
 objectClass: domain

Modified: directory/apacheds/trunk/ldif-partition/src/main/resources/ads-2.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldif-partition/src/main/resources/ads-2.ldif?rev=1177792&r1=1177791&r2=1177792&view=diff
==============================================================================
--- directory/apacheds/trunk/ldif-partition/src/main/resources/ads-2.ldif (original)
+++ directory/apacheds/trunk/ldif-partition/src/main/resources/ads-2.ldif Fri Sep 30 19:29:58 2011
@@ -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
+#
+
 # Generated by Apache Directory Studio on 31 July, 2009 12:23:12 AM
 
 # SCHEMA "ADS-2"

Modified: directory/apacheds/trunk/ldif-partition/src/main/resources/sample-config.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldif-partition/src/main/resources/sample-config.ldif?rev=1177792&r1=1177791&r2=1177792&view=diff
==============================================================================
--- directory/apacheds/trunk/ldif-partition/src/main/resources/sample-config.ldif (original)
+++ directory/apacheds/trunk/ldif-partition/src/main/resources/sample-config.ldif Fri Sep 30 19:29:58 2011
@@ -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=config
 objectClass: organizationalUnit
 objectClass: extensibleObject

Modified: directory/apacheds/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/src/site/site.xml?rev=1177792&r1=1177791&r2=1177792&view=diff
==============================================================================
--- directory/apacheds/trunk/src/site/site.xml (original)
+++ directory/apacheds/trunk/src/site/site.xml Fri Sep 30 19:29:58 2011
@@ -24,11 +24,6 @@
     <href>http://directory.apache.org/apacheds/1.5/</href>
     <name>${project.name}</name>
   </bannerLeft>
-  <skin>
-    <groupId>org.apache.directory.skins</groupId>
-    <artifactId>directory-skin</artifactId>
-    <version>${skin.version}</version>
-  </skin>
   <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm"/>
   <version position="right"/>
   <body>

Modified: directory/apacheds/trunk/test-framework/src/test/resources/test-entry.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/test-framework/src/test/resources/test-entry.ldif?rev=1177792&r1=1177791&r2=1177792&view=diff
==============================================================================
--- directory/apacheds/trunk/test-framework/src/test/resources/test-entry.ldif (original)
+++ directory/apacheds/trunk/test-framework/src/test/resources/test-entry.ldif Fri Sep 30 19:29:58 2011
@@ -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: cn=testPerson1,ou=system 
 objectClass: person 
 cn: testPerson1