Author: hwright
Date: Mon Dec  7 18:53:53 2009
New Revision: 888078

URL: http://svn.apache.org/viewvc?rev=888078&view=rev
Log:
More license cleanup.

* packages/rpm/rhel-3/find-osrel,
  packages/rpm/rhel-3/subversion.conf,
  packages/rpm/rhel-3/subversion.spec,
  packages/rpm/rhel-3/Makefile,
  packages/rpm/rhel-4/find-osrel,
  packages/rpm/rhel-4/subversion.conf,
  packages/rpm/rhel-4/subversion.spec,
  packages/rpm/rhel-4/Makefile,
  packages/rpm/rhel-5/find-osrel,
  packages/rpm/rhel-5/subversion.conf,
  packages/rpm/rhel-5/subversion.spec,
  packages/rpm/rhel-5/Makefile:
    Add APv2 header.

Modified:
    subversion/trunk/packages/rpm/rhel-3/Makefile
    subversion/trunk/packages/rpm/rhel-3/find-osrel
    subversion/trunk/packages/rpm/rhel-3/subversion.conf
    subversion/trunk/packages/rpm/rhel-3/subversion.spec
    subversion/trunk/packages/rpm/rhel-4/Makefile
    subversion/trunk/packages/rpm/rhel-4/find-osrel
    subversion/trunk/packages/rpm/rhel-4/subversion.conf
    subversion/trunk/packages/rpm/rhel-4/subversion.spec
    subversion/trunk/packages/rpm/rhel-5/Makefile
    subversion/trunk/packages/rpm/rhel-5/find-osrel
    subversion/trunk/packages/rpm/rhel-5/subversion.conf
    subversion/trunk/packages/rpm/rhel-5/subversion.spec

Modified: subversion/trunk/packages/rpm/rhel-3/Makefile
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-3/Makefile?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-3/Makefile (original)
+++ subversion/trunk/packages/rpm/rhel-3/Makefile Mon Dec  7 18:53:53 2009
@@ -1,4 +1,24 @@
 ##########################################################################
+#                                                                        #
+#                                                                        #
+#   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.                                                   #
+#                                                                        #
+#                                                                        #
 # Build an RPM from the current spec file and subversion directory tree. #
 #                                                                        #
 # Note: The RPM and Makefile are set up to GENERATE RPMS as a non-root   #

Modified: subversion/trunk/packages/rpm/rhel-3/find-osrel
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-3/find-osrel?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-3/find-osrel (original)
+++ subversion/trunk/packages/rpm/rhel-3/find-osrel Mon Dec  7 18:53:53 2009
@@ -1,4 +1,25 @@
 #!/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 [ -f /etc/aurora-release ]; then
   case `rpm -q fedora-release` in
     fedora-release-2.0*) echo al2;;

Modified: subversion/trunk/packages/rpm/rhel-3/subversion.conf
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-3/subversion.conf?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-3/subversion.conf (original)
+++ subversion/trunk/packages/rpm/rhel-3/subversion.conf Mon Dec  7 18:53:53 
2009
@@ -1,3 +1,24 @@
+#
+#
+#   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.
+#
+#
+
 # Needed to do Subversion Apache server.
 #LoadModule dav_svn_module     modules/mod_dav_svn.so
 

Modified: subversion/trunk/packages/rpm/rhel-3/subversion.spec
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-3/subversion.spec?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-3/subversion.spec (original)
+++ subversion/trunk/packages/rpm/rhel-3/subversion.spec Mon Dec  7 18:53:53 
2009
@@ -1,3 +1,24 @@
+#
+#
+#   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.
+#
+#
+
 %define apache_version 2.0.46-61.1
 %define neon_version 0.26.1
 %define swig_version 1.3.25

Modified: subversion/trunk/packages/rpm/rhel-4/Makefile
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-4/Makefile?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-4/Makefile (original)
+++ subversion/trunk/packages/rpm/rhel-4/Makefile Mon Dec  7 18:53:53 2009
@@ -1,4 +1,24 @@
 ##########################################################################
+#                                                                        #
+#                                                                        #
+#   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.                                                   #
+#                                                                        #
+#                                                                        #
 # Build an RPM from the current spec file and subversion directory tree. #
 #                                                                        #
 # Note: The RPM and Makefile are set up to GENERATE RPMS as a non-root   #

Modified: subversion/trunk/packages/rpm/rhel-4/find-osrel
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-4/find-osrel?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-4/find-osrel (original)
+++ subversion/trunk/packages/rpm/rhel-4/find-osrel Mon Dec  7 18:53:53 2009
@@ -1,4 +1,25 @@
 #!/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 [ -f /etc/aurora-release ]; then
   case `rpm -q fedora-release` in
     fedora-release-2.0*) echo al2;;

Modified: subversion/trunk/packages/rpm/rhel-4/subversion.conf
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-4/subversion.conf?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-4/subversion.conf (original)
+++ subversion/trunk/packages/rpm/rhel-4/subversion.conf Mon Dec  7 18:53:53 
2009
@@ -1,3 +1,24 @@
+#
+#
+#   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.
+#
+#
+
 # Needed to do Subversion Apache server.
 #LoadModule dav_svn_module     modules/mod_dav_svn.so
 

Modified: subversion/trunk/packages/rpm/rhel-4/subversion.spec
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-4/subversion.spec?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-4/subversion.spec (original)
+++ subversion/trunk/packages/rpm/rhel-4/subversion.spec Mon Dec  7 18:53:53 
2009
@@ -1,3 +1,24 @@
+#
+#
+#   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.
+#
+#
+
 %define apache_version 2.0.52
 %define apr_version 0.9.7
 %define neon_version 0.26.1

Modified: subversion/trunk/packages/rpm/rhel-5/Makefile
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-5/Makefile?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-5/Makefile (original)
+++ subversion/trunk/packages/rpm/rhel-5/Makefile Mon Dec  7 18:53:53 2009
@@ -1,4 +1,24 @@
 ##########################################################################
+#                                                                        #
+#                                                                        #
+#   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.                                                   #
+#                                                                        #
+#                                                                        #
 # Build an RPM from the current spec file and subversion directory tree. #
 #                                                                        #
 # Note: The RPM and Makefile are set up to GENERATE RPMS as a non-root   #

Modified: subversion/trunk/packages/rpm/rhel-5/find-osrel
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-5/find-osrel?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-5/find-osrel (original)
+++ subversion/trunk/packages/rpm/rhel-5/find-osrel Mon Dec  7 18:53:53 2009
@@ -1,4 +1,25 @@
 #!/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 [ -f /etc/aurora-release ]; then
   case `rpm -q fedora-release` in
     fedora-release-2.0*) echo al2;;

Modified: subversion/trunk/packages/rpm/rhel-5/subversion.conf
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-5/subversion.conf?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-5/subversion.conf (original)
+++ subversion/trunk/packages/rpm/rhel-5/subversion.conf Mon Dec  7 18:53:53 
2009
@@ -1,3 +1,24 @@
+#
+#
+#   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.
+#
+#
+
 # Needed to do Subversion Apache server.
 #LoadModule dav_svn_module     modules/mod_dav_svn.so
 

Modified: subversion/trunk/packages/rpm/rhel-5/subversion.spec
URL: 
http://svn.apache.org/viewvc/subversion/trunk/packages/rpm/rhel-5/subversion.spec?rev=888078&r1=888077&r2=888078&view=diff
==============================================================================
--- subversion/trunk/packages/rpm/rhel-5/subversion.spec (original)
+++ subversion/trunk/packages/rpm/rhel-5/subversion.spec Mon Dec  7 18:53:53 
2009
@@ -1,3 +1,24 @@
+#
+#
+#   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.
+#
+#
+
 %define apache_version 2.2.3
 %define apr_version 1.2.7
 %define neon_version 0.26.1


Reply via email to