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:52:14 UTC

svn commit: r675306 - /directory/project/trunk/resources/

Author: akarasulu
Date: Wed Jul  9 11:52:13 2008
New Revision: 675306

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

Modified:
    directory/project/trunk/resources/IntelliJIDEA60-apacheds.xml
    directory/project/trunk/resources/codesize.sh
    directory/project/trunk/resources/formatting.xml
    directory/project/trunk/resources/generate_modules_index_xdoc.sh
    directory/project/trunk/resources/gpg-sign-all
    directory/project/trunk/resources/pomartifactId.sh
    directory/project/trunk/resources/pomdesc.sh
    directory/project/trunk/resources/pomdistSiteUrl.sh
    directory/project/trunk/resources/pomgroupId.sh
    directory/project/trunk/resources/pommodules.sh
    directory/project/trunk/resources/pomname.sh
    directory/project/trunk/resources/superclean.sh

Modified: directory/project/trunk/resources/IntelliJIDEA60-apacheds.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/IntelliJIDEA60-apacheds.xml?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/IntelliJIDEA60-apacheds.xml (original)
+++ directory/project/trunk/resources/IntelliJIDEA60-apacheds.xml Wed Jul  9 11:52:13 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.
+-->
+
 <code_scheme name="apacheds">
   <option name="USE_SAME_INDENTS" value="false" />
   <option name="XML_INDENT_OPTIONS">

Modified: directory/project/trunk/resources/codesize.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/codesize.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/codesize.sh (original)
+++ directory/project/trunk/resources/codesize.sh Wed Jul  9 11:52:13 2008
@@ -1,5 +1,23 @@
 #!/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.
+
+
 # This script is supposed to be run from 'directory/trunks'
 # with the command 'resources/codesize.sh'
 

Modified: directory/project/trunk/resources/formatting.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/formatting.xml?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/formatting.xml (original)
+++ directory/project/trunk/resources/formatting.xml Wed Jul  9 11:52:13 2008
@@ -1,4 +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.
+-->
+
+
 <profiles version="8">
 <profile name="directory" version="8">
 <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/>

Modified: directory/project/trunk/resources/generate_modules_index_xdoc.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/generate_modules_index_xdoc.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/generate_modules_index_xdoc.sh (original)
+++ directory/project/trunk/resources/generate_modules_index_xdoc.sh Wed Jul  9 11:52:13 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. 
+
 # This script finds all modules by looking at pom.xmls starting from
 # where it's invoked and generates an index page with a table of project
 # names and descriptions. The generated document is a complete xdoc doc.

Modified: directory/project/trunk/resources/gpg-sign-all
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/gpg-sign-all?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/gpg-sign-all (original)
+++ directory/project/trunk/resources/gpg-sign-all Wed Jul  9 11:52:13 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. 
+
 DEFAULT_KEY="akarasulu@apache.org"
 
 while :

Modified: directory/project/trunk/resources/pomartifactId.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/pomartifactId.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/pomartifactId.sh (original)
+++ directory/project/trunk/resources/pomartifactId.sh Wed Jul  9 11:52:13 2008
@@ -1,5 +1,23 @@
 #!/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. 
+
+
 # This script prints the artifactId of a project looking
 # at the pom whose name given as a parameter.
 

Modified: directory/project/trunk/resources/pomdesc.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/pomdesc.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/pomdesc.sh (original)
+++ directory/project/trunk/resources/pomdesc.sh Wed Jul  9 11:52:13 2008
@@ -1,5 +1,23 @@
 #!/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. 
+
+
 # This script prints the description of a project looking
 # at the pom whose name given as a parameter.
 

Modified: directory/project/trunk/resources/pomdistSiteUrl.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/pomdistSiteUrl.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/pomdistSiteUrl.sh (original)
+++ directory/project/trunk/resources/pomdistSiteUrl.sh Wed Jul  9 11:52:13 2008
@@ -1,4 +1,21 @@
 #!/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. 
+
 
 # This script prints the distribution site url of a project
 # looking at the pom whose name given as a parameter.

Modified: directory/project/trunk/resources/pomgroupId.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/pomgroupId.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/pomgroupId.sh (original)
+++ directory/project/trunk/resources/pomgroupId.sh Wed Jul  9 11:52:13 2008
@@ -1,5 +1,23 @@
 #!/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. 
+
+
 # This script prints the groupId of a project looking
 # at the pom whose name given as a parameter.
 

Modified: directory/project/trunk/resources/pommodules.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/pommodules.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/pommodules.sh (original)
+++ directory/project/trunk/resources/pommodules.sh Wed Jul  9 11:52:13 2008
@@ -1,5 +1,23 @@
 #!/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. 
+
+
 # This script lists the modules of a project looking
 # at the pom whose name given as a parameter.
 

Modified: directory/project/trunk/resources/pomname.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/pomname.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/pomname.sh (original)
+++ directory/project/trunk/resources/pomname.sh Wed Jul  9 11:52:13 2008
@@ -1,5 +1,23 @@
 #!/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. 
+
+
 # This script prints the name of a project looking
 # at the pom whose name given as a parameter.
 

Modified: directory/project/trunk/resources/superclean.sh
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/superclean.sh?rev=675306&r1=675305&r2=675306&view=diff
==============================================================================
--- directory/project/trunk/resources/superclean.sh (original)
+++ directory/project/trunk/resources/superclean.sh Wed Jul  9 11:52:13 2008
@@ -1,5 +1,23 @@
 #!/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. 
+
+
 # This script is supposed to be run from 'directory/trunks'
 # with the command 'resources/superclean.sh'