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 21:06:24 UTC

svn commit: r675311 - in /directory/apacheds/trunk: resources/sh-scripts/ schema-bootstrap/src/main/schema/ schema-extras/src/main/schema/ server-sar/src/main/resources/META-INF/ server-tools/src/main/resources/org/apache/directory/server/tools/ server...

Author: akarasulu
Date: Wed Jul  9 12:06:22 2008
New Revision: 675311

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

Modified:
    directory/apacheds/trunk/resources/sh-scripts/apidocs.sh
    directory/apacheds/trunk/resources/sh-scripts/groups.sh
    directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema
    directory/apacheds/trunk/schema-bootstrap/src/main/schema/core.schema
    directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/apachedns.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/autofs.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/collective.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/corba.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/cosine.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/dhcp.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/inetorgperson.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/java.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/krb5kdc.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/misc.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/mozilla.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/nis.schema
    directory/apacheds/trunk/schema-extras/src/main/schema/samba.schema
    directory/apacheds/trunk/server-sar/src/main/resources/META-INF/jboss-service.xml
    directory/apacheds/trunk/server-tools/src/main/resources/org/apache/directory/server/tools/product.properties
    directory/apacheds/trunk/server-unit/src/test/resources/org/apache/directory/server/active-directory.ldif
    directory/apacheds/trunk/server-xml/src/main/resources/server.xml
    directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml

Modified: directory/apacheds/trunk/resources/sh-scripts/apidocs.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/resources/sh-scripts/apidocs.sh?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/resources/sh-scripts/apidocs.sh (original)
+++ directory/apacheds/trunk/resources/sh-scripts/apidocs.sh Wed Jul  9 12:06:22 2008
@@ -1,5 +1,24 @@
 #!/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. 
+
+
+
 OUTPUTDIR='target/site/docs/api'
 
 SOURCEPATH=$(find . -maxdepth 4 -name src | awk '{ print $1"/main/java" }' | tr '\n' ':')

Modified: directory/apacheds/trunk/resources/sh-scripts/groups.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/resources/sh-scripts/groups.sh?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/resources/sh-scripts/groups.sh (original)
+++ directory/apacheds/trunk/resources/sh-scripts/groups.sh Wed Jul  9 12:06:22 2008
@@ -1,5 +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. 
+
 RESOURCES=../../resources
 
 for project in *

Modified: directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema (original)
+++ directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # =============================================================================
 #                                Apache Schema
 # =============================================================================
@@ -463,4 +480,4 @@
 # =================================================
 # END SSL/TLS Key Management for LDAPS and StartTLS 
 # =================================================
-    
\ No newline at end of file
+    

Modified: directory/apacheds/trunk/schema-bootstrap/src/main/schema/core.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-bootstrap/src/main/schema/core.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-bootstrap/src/main/schema/core.schema (original)
+++ directory/apacheds/trunk/schema-bootstrap/src/main/schema/core.schema Wed Jul  9 12:06:22 2008
@@ -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. 
+
+
 # $OpenLDAP: pkg/ldap/servers/slapd/schema/core.schema,v 1.64.2.3 2002/09/06 01:13:55 kurt Exp $
 #
 # OpenLDAP Core schema

Modified: directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema (original)
+++ directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # =============================================================================
 #                               System Schema
 #

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/apachedns.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/apachedns.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/apachedns.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/apachedns.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # =============================================================================
 #                ApacheDS schema for storing DNS zones in LDAP
 # =============================================================================

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/autofs.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/autofs.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/autofs.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/autofs.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # Depends upon core.schema and cosine.schema
 
 # OID Base is 1.3.6.1.4.1.2312.4

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/collective.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/collective.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/collective.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/collective.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # From RFC 3671 [portions trimmed]:
 # 	Collective Attributes in LDAP
 

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/corba.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/corba.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/corba.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/corba.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # Corba Object Schema
 # $OpenLDAP: pkg/ldap/servers/slapd/schema/corba.schema,v 1.2 2002/01/04 20:17:55 kurt Exp $
 # depends upon core.schema

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/cosine.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/cosine.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/cosine.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/cosine.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # $OpenLDAP: pkg/ldap/servers/slapd/schema/cosine.schema,v 1.15 2002/01/11 19:28:06 kurt Exp $
 #
 # RFC1274: Cosine and Internet X.500 schema

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/dhcp.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/dhcp.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/dhcp.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/dhcp.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 attributetype ( 2.16.840.1.113719.1.203.4.1 
 	NAME 'dhcpPrimaryDN' 
 	DESC 'The DN of the dhcpServer which is the primary server for the configuration.' 

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/inetorgperson.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/inetorgperson.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/inetorgperson.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/inetorgperson.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # $OpenLDAP: pkg/ldap/servers/slapd/schema/inetorgperson.schema,v 1.14 2001/12/05 22:16:36 kurt Exp $
 #
 # InetOrgPerson (RFC2798)

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/java.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/java.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/java.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/java.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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 Object Schema
 # $OpenLDAP: pkg/ldap/servers/slapd/schema/java.schema,v 1.3 2002/01/04 20:17:55 kurt Exp $
 # depends upon core.schema

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/krb5kdc.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/krb5kdc.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/krb5kdc.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/krb5kdc.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # $Id: krb5-kdc.schema,v 1.1 2004/03/22 17:25:05 quanah Exp $
 # Definitions for a Kerberos V KDC schema
 

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/misc.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/misc.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/misc.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/misc.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # $OpenLDAP: pkg/ldap/servers/slapd/schema/misc.schema,v 1.23.2.1 2003/02/15 15:44:08 kurt Exp $
 #
 # Assorted definitions from several sources, including

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/mozilla.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/mozilla.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/mozilla.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/mozilla.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # created mozillaAbPersonObsolete schema
 # from mozillaOrgPerson schema v.0.6
 # for OpenLDAP Directory servers

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/nis.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/nis.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/nis.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/nis.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 # $OpenLDAP: /servers/slapd/schema/nis.schema,v 1.15.2.3 2008/02/11 23:26:49 kurt Exp $
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##

Modified: directory/apacheds/trunk/schema-extras/src/main/schema/samba.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-extras/src/main/schema/samba.schema?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-extras/src/main/schema/samba.schema (original)
+++ directory/apacheds/trunk/schema-extras/src/main/schema/samba.schema Wed Jul  9 12:06:22 2008
@@ -1,3 +1,20 @@
+# 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. 
+
 ##
 ## schema file for OpenLDAP 2.x
 ## Schema for storing Samba user accounts and group maps in LDAP

Modified: directory/apacheds/trunk/server-sar/src/main/resources/META-INF/jboss-service.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-sar/src/main/resources/META-INF/jboss-service.xml?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/server-sar/src/main/resources/META-INF/jboss-service.xml (original)
+++ directory/apacheds/trunk/server-sar/src/main/resources/META-INF/jboss-service.xml Wed Jul  9 12:06:22 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.
+-->
+
 <!DOCTYPE server>
 
 <server>

Modified: directory/apacheds/trunk/server-tools/src/main/resources/org/apache/directory/server/tools/product.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-tools/src/main/resources/org/apache/directory/server/tools/product.properties?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/server-tools/src/main/resources/org/apache/directory/server/tools/product.properties (original)
+++ directory/apacheds/trunk/server-tools/src/main/resources/org/apache/directory/server/tools/product.properties Wed Jul  9 12:06:22 2008
@@ -1 +1,18 @@
+# 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.  
+
 product.version=${pom.version}

Modified: directory/apacheds/trunk/server-unit/src/test/resources/org/apache/directory/server/active-directory.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-unit/src/test/resources/org/apache/directory/server/active-directory.ldif?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/server-unit/src/test/resources/org/apache/directory/server/active-directory.ldif (original)
+++ directory/apacheds/trunk/server-unit/src/test/resources/org/apache/directory/server/active-directory.ldif Wed Jul  9 12:06:22 2008
@@ -1,5 +1,23 @@
 # Generated by Apache Directory Studio on October 5, 2007 2:13:05 PM
 
+# 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.  
+
+
 # SCHEMA 'ACTIVE-DIRECTORY'
 dn: cn=active-directory, ou=schema
 objectclass: metaSchema

Modified: directory/apacheds/trunk/server-xml/src/main/resources/server.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/server.xml?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/server.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/server.xml Wed Jul  9 12:06:22 2008
@@ -1,5 +1,24 @@
 <?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.
+-->
+
 
 <spring:beans xmlns:spring="http://xbean.apache.org/schemas/spring/1.0" 
 			  xmlns:s="http://www.springframework.org/schema/beans"

Modified: directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml?rev=675311&r1=675310&r2=675311&view=diff
==============================================================================
--- directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml (original)
+++ directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml Wed Jul  9 12:06:22 2008
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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.
+-->
+
 <supplementalDataModels>
   <supplement>
     <project>