Author: hwright
Date: Fri Dec 4 17:27:55 2009
New Revision: 887280
URL: http://svn.apache.org/viewvc?rev=887280&view=rev
Log:
More license cleanup.
* build/generator/build_locale.ezt,
build/generator/templates/vcnet_vc7_sln.ezt,
build/generator/templates/vcnet_sln.ezt,
build/generator/svn_locale.vcproj.ezt,
build/generator/svn_config.vcproj.ezt,
build/generator/serf.vcproj.ezt,
build/generator/neon.vcproj.ezt,
build/generator/vcnet_vcproj.ezt,
build/generator/zlib.vcproj.ezt:
Add the ALv2 license blurb.
* tools/dist/rat-excludes:
Add a couple of files to exclude from the license check.
Modified:
subversion/trunk/build/generator/build_locale.ezt
subversion/trunk/build/generator/neon.vcproj.ezt
subversion/trunk/build/generator/serf.vcproj.ezt
subversion/trunk/build/generator/svn_config.vcproj.ezt
subversion/trunk/build/generator/svn_locale.vcproj.ezt
subversion/trunk/build/generator/templates/vcnet_sln.ezt
subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt
subversion/trunk/build/generator/vcnet_vcproj.ezt
subversion/trunk/build/generator/zlib.vcproj.ezt
subversion/trunk/tools/dist/rat-excludes
Modified: subversion/trunk/build/generator/build_locale.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/build_locale.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/build_locale.ezt (original)
+++ subversion/trunk/build/generator/build_locale.ezt Fri Dec 4 17:27:55 2009
@@ -1,3 +1,21 @@
+...@rem Licensed to the Apache Software Foundation (ASF) under one
+...@rem or more contributor license agreements. See the NOTICE file
+...@rem distributed with this work for additional information
+...@rem regarding copyright ownership. The ASF licenses this file
+...@rem to you under the Apache License, Version 2.0 (the
+...@rem "License"); you may not use this file except in compliance
+...@rem with the License. You may obtain a copy of the License at
+...@rem
+...@rem http://www.apache.org/licenses/LICENSE-2.0
+...@rem
+...@rem Unless required by applicable law or agreed to in writing,
+...@rem software distributed under the License is distributed on an
+...@rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+...@rem KIND, either express or implied. See the License for the
+...@rem specific language governing permissions and limitations
+...@rem under the License.
+
+
@echo off
@rem **************************************************************************
cd ..\..\subversion\po
Modified: subversion/trunk/build/generator/neon.vcproj.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/neon.vcproj.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/neon.vcproj.ezt (original)
+++ subversion/trunk/build/generator/neon.vcproj.ezt Fri Dec 4 17:27:55 2009
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding = "Windows-1252"?>
+<!--
+ 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.
+-->
+
<VisualStudioProject
ProjectType="Visual C++"
Version="[version]"
Modified: subversion/trunk/build/generator/serf.vcproj.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/serf.vcproj.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/serf.vcproj.ezt (original)
+++ subversion/trunk/build/generator/serf.vcproj.ezt Fri Dec 4 17:27:55 2009
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding = "Windows-1252"?>
+<!--
+ 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.
+-->
<VisualStudioProject
ProjectType="Visual C++"
Version="[version]"
Modified: subversion/trunk/build/generator/svn_config.vcproj.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/svn_config.vcproj.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/svn_config.vcproj.ezt (original)
+++ subversion/trunk/build/generator/svn_config.vcproj.ezt Fri Dec 4 17:27:55
2009
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding = "Windows-1252"?>
+<!--
+ 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.
+-->
<VisualStudioProject
ProjectType="Visual C++"
Version="[version]"
Modified: subversion/trunk/build/generator/svn_locale.vcproj.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/svn_locale.vcproj.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/svn_locale.vcproj.ezt (original)
+++ subversion/trunk/build/generator/svn_locale.vcproj.ezt Fri Dec 4 17:27:55
2009
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding = "Windows-1252"?>
+<!--
+ 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.
+-->
<VisualStudioProject
ProjectType="Visual C++"
Version="[version]"
Modified: subversion/trunk/build/generator/templates/vcnet_sln.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/vcnet_sln.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_sln.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_sln.ezt Fri Dec 4
17:27:55 2009
@@ -1,3 +1,23 @@
+#
+#
+# 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.
+#
+#
Microsoft Visual Studio Solution File, Format Version [version]
# Visual Studio [vs_version]
[for targets]Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") =
"[targets.name]", "[targets.path]", "[targets.guid]"
Modified: subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_vc7_sln.ezt Fri Dec 4
17:27:55 2009
@@ -1,3 +1,23 @@
+#
+#
+# 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.
+#
+#
Microsoft Visual Studio Solution File, Format Version [version]
[for targets]Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") =
"[targets.name]", "[targets.path]", "[targets.guid]"
EndProject
Modified: subversion/trunk/build/generator/vcnet_vcproj.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/vcnet_vcproj.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/vcnet_vcproj.ezt (original)
+++ subversion/trunk/build/generator/vcnet_vcproj.ezt Fri Dec 4 17:27:55 2009
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding = "Windows-1252"?>
+<!--
+ 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.
+-->
<VisualStudioProject
ProjectType="Visual C++"
Version="[version]"
Modified: subversion/trunk/build/generator/zlib.vcproj.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/zlib.vcproj.ezt?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/build/generator/zlib.vcproj.ezt (original)
+++ subversion/trunk/build/generator/zlib.vcproj.ezt Fri Dec 4 17:27:55 2009
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding = "Windows-1252"?>
+<!--
+ 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.
+-->
<VisualStudioProject
ProjectType="Visual C++"
Version="[version]"
Modified: subversion/trunk/tools/dist/rat-excludes
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/dist/rat-excludes?rev=887280&r1=887279&r2=887280&view=diff
==============================================================================
--- subversion/trunk/tools/dist/rat-excludes (original)
+++ subversion/trunk/tools/dist/rat-excludes Fri Dec 4 17:27:55 2009
@@ -27,6 +27,8 @@
notes/webdav-general-summary
notes/webdav-protocol
notes/webdav-proxy
+build/generator/__init__.py
+build/generator/util/__init.py
subversion/tests/cmdline/getopt_tests_data/*
subversion/bindings/swig/NOTES
subversion/libsvn_fs_base/notes/TODO