You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2009/12/15 07:15:17 UTC

svn commit: r890658 [25/27] - in /subversion/branches/issue-3242-dev: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ build/generator/util/ build/hudson/ build/hudson/jobs/ build/hudson/jobs/subversion-1.6.x...

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnbuild.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnbuild.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnbuild.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnbuild.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svncheck.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svncheck.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svncheck.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svncheck.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 
 set -x

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnclean.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnclean.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnclean.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnclean.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnlog.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnlog.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnlog.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/svnlog.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/unmount-ramdrive.c
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/unmount-ramdrive.c?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/unmount-ramdrive.c (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/i686-debian-sarge1/unmount-ramdrive.c Tue Dec 15 06:14:36 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.
+ *
+ */
+
 
 #include <stdio.h>
 #include <unistd.h>

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnbuild.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnbuild.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnbuild.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnbuild.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 echo "========= getting apr 0.9.x"
 cp -r ../apr .

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svncheck.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svncheck.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svncheck.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svncheck.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnclean.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnclean.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnclean.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnclean.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 # ../unmount_ramd.sh
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnlog.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnlog.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnlog.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/osx10.4-gcc4.0.1-ia32/svnlog.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 # upload file to server
 FILENAME=tests-`date +%Y%m%d%H%M`.log.tgz

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/mount-ramdrive.c
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/mount-ramdrive.c?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/mount-ramdrive.c (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/mount-ramdrive.c Tue Dec 15 06:14:36 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.
+ *
+ */
+
 
 #include <stdio.h>
 #include <unistd.h>

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnbuild.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnbuild.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnbuild.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnbuild.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck-bindings.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck-bindings.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck-bindings.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck-bindings.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svncheck.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 
 set -x

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnclean.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnclean.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnclean.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnclean.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnlog.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnlog.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnlog.sh (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/svnlog.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+#
+# 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.
+#
+#
 
 set -x
 

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/unmount-ramdrive.c
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/unmount-ramdrive.c?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/unmount-ramdrive.c (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/ubuntu-x64/unmount-ramdrive.c Tue Dec 15 06:14:36 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.
+ *
+ */
+
 
 #include <stdio.h>
 #include <unistd.h>

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/config.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/config.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/config.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/config.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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
 set HTTPD_BIN_DIR=C:\Apache2
 set GETTEXT_DIR=C:\svn-builder\djh-xp-vse2005\gettext

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/do_all.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/do_all.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/do_all.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/do_all.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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.
+
 cmd.exe /c ..\svnbuild.bat > build.log
 cmd.exe /c ..\svncheck.bat fsfs ra_local > fsfs_local.log
 cmd.exe /c ..\svncheck.bat fsfs ra_svn > fsfs_svn.log

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnbuild.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnbuild.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnbuild.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnbuild.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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
 IF NOT EXIST ..\config.bat GOTO noconfig
 call ..\config.bat

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svncheck.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svncheck.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svncheck.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svncheck.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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
 IF NOT EXIST ..\config.bat GOTO noconfig
 call ..\config.bat

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnclean.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnclean.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnclean.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnclean.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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
 IF NOT EXIST ..\config.bat GOTO noconfig
 call ..\config.bat

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnlog.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnlog.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnlog.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/win32-xp-VS2005/svnlog.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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 IF NOT EXIST ..\config.bat GOTO noconfig
 REM call ..\config.bat
@@ -10,4 +27,4 @@
 
 :noconfig
 echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
-EXIT 2
\ No newline at end of file
+EXIT 2

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/config.bat.tmpl
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/config.bat.tmpl?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/config.bat.tmpl (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/config.bat.tmpl Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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.
+
 set MSDEV=C:\Program Files\VS6.0
 set HTTPD_BIN_DIR=C:\Program Files\Apache2
 set TEST_DIR=C:\tmp\svn-auto-test

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnbuild.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnbuild.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnbuild.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnbuild.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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.
+
 IF NOT EXIST ..\config.bat GOTO noconfig
 call ..\config.bat
 
@@ -57,4 +74,4 @@
 
 :noconfig
 echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
-EXIT 2
\ No newline at end of file
+EXIT 2

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svncheck.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svncheck.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svncheck.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svncheck.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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.
+
 IF NOT EXIST ..\config.bat GOTO noconfig
 call ..\config.bat
 
@@ -31,4 +48,4 @@
 
 :noconfig
 echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
-EXIT 2
\ No newline at end of file
+EXIT 2

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnclean.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnclean.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnclean.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnclean.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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.
+
 IF NOT EXIST ..\config.bat GOTO noconfig
 call ..\config.bat
 
@@ -8,4 +25,4 @@
 
 :noconfig
 echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
-EXIT 2
\ No newline at end of file
+EXIT 2

Modified: subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnlog.bat
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnlog.bat?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnlog.bat (original)
+++ subversion/branches/issue-3242-dev/tools/buildbot/slaves/xp-vc60-ia32/svnlog.bat Tue Dec 15 06:14:36 2009
@@ -1,3 +1,20 @@
+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.
+
 IF NOT EXIST ..\config.bat GOTO noconfig
 call ..\config.bat
 
@@ -5,4 +22,4 @@
 
 :noconfig
 echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
-EXIT 2
\ No newline at end of file
+EXIT 2

Modified: subversion/branches/issue-3242-dev/tools/client-side/bash_completion
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/bash_completion?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/bash_completion (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/bash_completion Tue Dec 15 06:14:36 2009
@@ -134,6 +134,7 @@
 #   status/previous are those at the end of the line, not at the entry position
 # - url completion should select more cases where it is relevant
 # - url completion of http:// schemas could suggest sub directories?
+# - add completion for experimental 'obliterate' feature?
 _svn()
 {
 	local cur cmds cmdOpts pOpts mOpts rOpts qOpts nOpts optsParam opt
@@ -534,6 +535,9 @@
 	    # Thus the handling is reprogrammed here...
 	    # The code assumes that property names look like *:*,
 	    # but it also works reasonably well with simple names.
+	    #
+	    # This hack is broken in bash4... not sure what to do about it,
+            # especially while keeping the bash3 compatibility:-(
 	    local choices=
 
 	    if [[ $cur == *:* ]]

Modified: subversion/branches/issue-3242-dev/tools/client-side/change-svn-wc-format.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/change-svn-wc-format.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/change-svn-wc-format.py (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/change-svn-wc-format.py Tue Dec 15 06:14:36 2009
@@ -3,10 +3,10 @@
 # change-svn-wc-format.py: Change the format of a Subversion working copy.
 #
 # ====================================================================
-#    Licensed to the Subversion Corporation (SVN Corp.) under one
+#    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 SVN Corp. licenses this file
+#    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

Modified: subversion/branches/issue-3242-dev/tools/client-side/server-version.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/server-version.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/server-version.py (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/server-version.py Tue Dec 15 06:14:36 2009
@@ -1,5 +1,25 @@
 #!/usr/bin/env python
 #
+#
+# 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.
+#
+#
+#
 # server-version.py: print a Subversion server's version number
 #
 # USAGE: server-version.py URL

Modified: subversion/branches/issue-3242-dev/tools/client-side/showchange.pl
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/showchange.pl?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/showchange.pl (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/showchange.pl Tue Dec 15 06:14:36 2009
@@ -1,4 +1,22 @@
 #!/usr/bin/perl -w
+# ====================================================================
+#    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.
+# ====================================================================
 
 use strict;
 

Modified: subversion/branches/issue-3242-dev/tools/client-side/svn-graph.pl
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/svn-graph.pl?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/svn-graph.pl (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/svn-graph.pl Tue Dec 15 06:14:36 2009
@@ -5,10 +5,10 @@
 #                of a node
 #
 # ====================================================================
-#    Licensed to the Subversion Corporation (SVN Corp.) under one
+#    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 SVN Corp. licenses this file
+#    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

Modified: subversion/branches/issue-3242-dev/tools/client-side/svn-viewspec.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/svn-viewspec.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/svn-viewspec.py (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/svn-viewspec.py Tue Dec 15 06:14:36 2009
@@ -1,10 +1,10 @@
 #!/usr/bin/env python
 #
 # ====================================================================
-#    Licensed to the Subversion Corporation (SVN Corp.) under one
+#    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 SVN Corp. licenses this file
+#    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

Modified: subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc-test.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc-test.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc-test.py (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc-test.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 
 # Usage: svnmucc-test.py [build-dir-top [base-url]]
 

Modified: subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc.c
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc.c?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc.c (original)
+++ subversion/branches/issue-3242-dev/tools/client-side/svnmucc/svnmucc.c Tue Dec 15 06:14:36 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.
+ *
+ */
+
 /*  Multiple URL Command Client
 
     Combine a list of mv, cp and rm commands on URLs into a single commit.

Modified: subversion/branches/issue-3242-dev/tools/dev/analyze-svnlogs.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/analyze-svnlogs.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/analyze-svnlogs.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/analyze-svnlogs.py Tue Dec 15 06:14:36 2009
@@ -1,5 +1,25 @@
 #!/usr/bin/python
 #
+#
+# 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.
+#
+#
+#
 # Generate a report of each area each committer has touched over all time.
 #
 # $ svn log -v ^/ > svnlogdata

Modified: subversion/branches/issue-3242-dev/tools/dev/contribulyze.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/contribulyze.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/contribulyze.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/contribulyze.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 
 # See usage() for details, or run with --help option.
 #
@@ -490,7 +510,7 @@
 log_separator = '-' * 72 + '\n'
 log_header_re = re.compile\
                 ('^(r[0-9]+) \| ([^|]+) \| ([^|]+) \| ([0-9]+)[^0-9]')
-field_re = re.compile('^(Patch|Review(ed)?|Suggested|Found) by:\s*(.*)')
+field_re = re.compile('^(Patch|Review(ed)?|Suggested|Found) by:\s*\S.*$')
 field_aliases = { 'Reviewed' : 'Review' }
 parenthetical_aside_re = re.compile('^\s*\(.*\)\s*$')
 
@@ -545,6 +565,8 @@
                                          + (field.alias or field.name)
                                          + ' by:\s+|\s+)([^\s(].*)')
                 m = in_field_re.match(line)
+                if m is None:
+                  sys.stderr.write("Error matching: %s\n" % (line))
                 user, real, email = Contributor.parse(m.group(2))
                 if user == 'me':
                   user = log.committer

Modified: subversion/branches/issue-3242-dev/tools/dev/datecheck.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/datecheck.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/datecheck.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/datecheck.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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 is a debugging script to test date-ordering in an SVN repository.
 

Modified: subversion/branches/issue-3242-dev/tools/dev/find-bad-style.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/find-bad-style.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/find-bad-style.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/find-bad-style.py Tue Dec 15 06:14:36 2009
@@ -1,5 +1,25 @@
 #!/usr/bin/python
 #
+#
+# 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.
+#
+#
+#
 # Find places in our code where whitespace is erroneously used before
 # the open-paren on a function all. This is typically manifested like:
 #

Modified: subversion/branches/issue-3242-dev/tools/dev/find-unmoved-deprecated.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/find-unmoved-deprecated.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/find-unmoved-deprecated.sh (original)
+++ subversion/branches/issue-3242-dev/tools/dev/find-unmoved-deprecated.sh Tue Dec 15 06:14:36 2009
@@ -1,5 +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.
+#
+#
+#
 # Find functions marked a SVN_DEPRECATED, but which have not been moved
 # to their associated deprecated.c file.
 #

Modified: subversion/branches/issue-3242-dev/tools/dev/gen-javahl-errors.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/gen-javahl-errors.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/gen-javahl-errors.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/gen-javahl-errors.py Tue Dec 15 06:14:36 2009
@@ -4,17 +4,22 @@
 #                       C error codes
 #
 # ====================================================================
-# Copyright (c) 2007-2009 CollabNet.  All rights reserved.
+#    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
 #
-# * This software is licensed as described in the file COPYING, which
-# you should have received as part of this distribution.  The terms
-# are also available at http://subversion.tigris.org/license-1.html.
-# If newer versions of this license are posted there, you may use a
-# newer version instead, at your option.
+#      http://www.apache.org/licenses/LICENSE-2.0
 #
-# * This software consists of voluntary contributions made by many
-# individuals.  For exact contribution history, see the revision
-# history and logs, available at http://subversion.tigris.org/.
+#    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.
 # ====================================================================
 #
 

Modified: subversion/branches/issue-3242-dev/tools/dev/gen_junit_report.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/gen_junit_report.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/gen_junit_report.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/gen_junit_report.py Tue Dec 15 06:14:36 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.
+#
+#
 #!/bin/env python
 
 # $Id$
@@ -13,17 +33,64 @@
 import os
 import getopt
 
-def xml_encode(data):
-    """encode the xml characters in the data"""
-    encode = {
+def replace_from_map(data, encode):
+    """replace substrings in DATA with replacements defined in ENCODING"""
+    for pattern, replacement in encode.items():
+        data = data.replace(pattern, replacement)
+    return data
+
+xml_encode_map = {
       '&': '&amp;',
       '<': '&lt;',
       '>': '&gt;',
       '"': '&quot;',
-      "'": '&apos;'
+      "'": '&apos;',
+      }
+
+def xml_encode(data):
+    """encode the xml characters in the data"""
+    return replace_from_map(data, xml_encode_map)
+
+special_encode_map = {
+    ']]>': ']]]]><![CDATA[>', # CDATA terminator sequence
+    '\000': '&#9216;',        # U+2400 SYMBOL FOR NULL
+    '\001': '&#9217;',        # U+2401 SYMBOL FOR START OF HEADING
+    '\002': '&#9218;',        # U+2402 SYMBOL FOR START OF TEXT
+    '\003': '&#9219;',        # U+2403 SYMBOL FOR END OF TEXT
+    '\004': '&#9220;',        # U+2404 SYMBOL FOR END OF TRANSMISSION
+    '\005': '&#9221;',        # U+2405 SYMBOL FOR ENQUIRY
+    '\006': '&#9222;',        # U+2406 SYMBOL FOR ACKNOWLEDGE
+    '\007': '&#9223;',        # U+2407 SYMBOL FOR BELL
+    '\010': '&#9224;',        # U+2408 SYMBOL FOR BACKSPACE
+    '\011': '&#9225;',        # U+2409 SYMBOL FOR HORIZONTAL TABULATION
+   #'\012': '&#9226;',        # U+240A SYMBOL FOR LINE FEED
+    '\013': '&#9227;',        # U+240B SYMBOL FOR VERTICAL TABULATION
+    '\014': '&#9228;',        # U+240C SYMBOL FOR FORM FEED
+   #'\015': '&#9229;',        # U+240D SYMBOL FOR CARRIAGE RETURN
+    '\016': '&#9230;',        # U+240E SYMBOL FOR SHIFT OUT
+    '\017': '&#9231;',        # U+240F SYMBOL FOR SHIFT IN
+    '\020': '&#9232;',        # U+2410 SYMBOL FOR DATA LINK ESCAPE
+    '\021': '&#9233;',        # U+2411 SYMBOL FOR DEVICE CONTROL ONE
+    '\022': '&#9234;',        # U+2412 SYMBOL FOR DEVICE CONTROL TWO
+    '\023': '&#9235;',        # U+2413 SYMBOL FOR DEVICE CONTROL THREE
+    '\024': '&#9236;',        # U+2414 SYMBOL FOR DEVICE CONTROL FOUR
+    '\025': '&#9237;',        # U+2415 SYMBOL FOR NEGATIVE ACKNOWLEDGE
+    '\026': '&#9238;',        # U+2416 SYMBOL FOR SYNCHRONOUS IDLE
+    '\027': '&#9239;',        # U+2417 SYMBOL FOR END OF TRAMSNISSION BLOCK
+    '\030': '&#9240;',        # U+2418 SYMBOL FOR CANCEL
+    '\031': '&#9241;',        # U+2419 SYMBOL FOR END OF MEDIUM
+    '\032': '&#9242;',        # U+241A SYMBOL FOR SUBSTITUTE
+    '\033': '&#9243;',        # U+241B SYMBOL FOR ESCAPE
+    '\034': '&#9244;',        # U+241C SYMBOL FOR FILE SEPARATOR
+    '\035': '&#9245;',        # U+241D SYMBOL FOR GROUP SEPARATOR
+    '\036': '&#9246;',        # U+241E SYMBOL FOR RECORD SEPARATOR
+    '\037': '&#9247;',        # U+241F SYMBOL FOR UNIT SEPARATOR
     }
-    for char in encode.keys():
-        data = data.replace(char, encode[char])
+
+def escape_special_characters(data):
+    """remove special characters in test failure reasons"""
+    if data:
+        data = replace_from_map(data, special_encode_map)
     return data
 
 def start_junit():
@@ -52,6 +119,7 @@
     """mark the test case as FAILED"""
     casename = xml_encode(casename)
     sub_test_name = test_name.replace('.', '-')
+    reason = escape_special_characters(reason)
     case = """<testcase time="ELAPSED_CASE_%s" name="%s" classname="%s">
       <failure type="Failed"><![CDATA[%s]]></failure>
     </testcase>""" % (test_name, casename, sub_test_name, reason)
@@ -61,6 +129,7 @@
     """mark the test case as XFAILED"""
     casename = xml_encode(casename)
     sub_test_name = test_name.replace('.', '-')
+    reason = escape_special_characters(reason)
     case = """<testcase time="ELAPSED_CASE_%s" name="%s" classname="%s">
       <system-out><![CDATA[%s]]></system-out>
     </testcase>""" % (test_name, casename, sub_test_name, reason)

Modified: subversion/branches/issue-3242-dev/tools/dev/gnuify-changelog.pl
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/gnuify-changelog.pl?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/gnuify-changelog.pl (original)
+++ subversion/branches/issue-3242-dev/tools/dev/gnuify-changelog.pl Tue Dec 15 06:14:36 2009
@@ -1,5 +1,22 @@
 #!/usr/bin/perl -w
-
+# ====================================================================
+#    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.
+# ====================================================================
 # a script to munge the output of 'svn log' into something approaching the
 # style of a GNU ChangeLog.
 #

Modified: subversion/branches/issue-3242-dev/tools/dev/graph-dav-servers.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/graph-dav-servers.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/graph-dav-servers.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/graph-dav-servers.py Tue Dec 15 06:14:36 2009
@@ -1,5 +1,25 @@
 #!/usr/bin/env python
 #
+#
+# 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.
+#
+#
+#
 # graph-svn-dav.py by Brian W. Fitzpatrick <fi...@red-bean.com>
 #
 # This was originally a quick hack to make a pretty picture of svn DAV servers.

Modified: subversion/branches/issue-3242-dev/tools/dev/iz/ff2csv.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/iz/ff2csv.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/iz/ff2csv.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/iz/ff2csv.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 # -*- Python -*-
 """Transform find-fix.py output into Excellable csv."""
 

Modified: subversion/branches/issue-3242-dev/tools/dev/iz/find-fix.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/iz/find-fix.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/iz/find-fix.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/iz/find-fix.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 # -*- Python -*-
 """find-fix.py: produce a find/fix report for Subversion's IZ database
 

Modified: subversion/branches/issue-3242-dev/tools/dev/iz/run-queries.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/iz/run-queries.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/iz/run-queries.sh (original)
+++ subversion/branches/issue-3242-dev/tools/dev/iz/run-queries.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +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.
+#
+#
 
 if test $# != 3; then
   echo "USAGE: $0 DATABASE_USER DATABASE_PASSWORD MYSQL_DATABASE"

Modified: subversion/branches/issue-3242-dev/tools/dev/lock-check.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/lock-check.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/lock-check.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/lock-check.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 
 ### Repository lock checker.  Gets an exclusive lock on the provided
 ### repository, then runs db_stat to see if the lock counts have been

Modified: subversion/branches/issue-3242-dev/tools/dev/min-includes.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/min-includes.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/min-includes.sh (original)
+++ subversion/branches/issue-3242-dev/tools/dev/min-includes.sh Tue Dec 15 06:14:36 2009
@@ -1,5 +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.
+#
+#
+#
 # Attempt to figure out the minimum set of includes for our header files.
 #
 # ### this is incomplete. it merely lists the header files in order from

Modified: subversion/branches/issue-3242-dev/tools/dev/mklog.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/mklog.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/mklog.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/mklog.py Tue Dec 15 06:14:36 2009
@@ -1,5 +1,25 @@
 #!/usr/bin/env python
 #
+#
+# 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.
+#
+#
+#
 # Read a diff from stdin, and output a log message template to stdout.
 # Hint: It helps if the diff was generated using 'svn diff -x -p'
 #

Modified: subversion/branches/issue-3242-dev/tools/dev/mlpatch.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/mlpatch.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/mlpatch.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/mlpatch.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 
 # mlpatch.py: Run with no arguments for usage
 

Modified: subversion/branches/issue-3242-dev/tools/dev/normalize-dump.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/normalize-dump.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/normalize-dump.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/normalize-dump.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 
 import sys
 import re

Modified: subversion/branches/issue-3242-dev/tools/dev/po-merge.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/po-merge.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/po-merge.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/po-merge.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 
 import os, re, sys
 

Modified: subversion/branches/issue-3242-dev/tools/dev/prebuild-cleanup.sh
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/prebuild-cleanup.sh?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/prebuild-cleanup.sh (original)
+++ subversion/branches/issue-3242-dev/tools/dev/prebuild-cleanup.sh Tue Dec 15 06:14:36 2009
@@ -1,4 +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.
+#
+#
 
 ### Purify a system, to simulate building Subversion on a "clean" box.
 ###

Modified: subversion/branches/issue-3242-dev/tools/dev/random-commits.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/random-commits.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/random-commits.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/random-commits.py Tue Dec 15 06:14:36 2009
@@ -1,5 +1,25 @@
 #!/usr/bin/env python
 #
+#
+# 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.
+#
+#
+#
 # USAGE: random-commits.py
 #
 # Using the FILELIST (see config below), a series of COUNT commits will be

Modified: subversion/branches/issue-3242-dev/tools/dev/scramble-tree.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/scramble-tree.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/scramble-tree.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/scramble-tree.py Tue Dec 15 06:14:36 2009
@@ -1,5 +1,25 @@
 #!/usr/bin/env python
 #
+#
+# 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.
+#
+#
+#
 # scramble-tree.py:  (See scramble-tree.py --help.)
 #
 # Makes multiple random file changes to a directory tree, for testing.

Modified: subversion/branches/issue-3242-dev/tools/dev/stress.pl
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/stress.pl?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/stress.pl (original)
+++ subversion/branches/issue-3242-dev/tools/dev/stress.pl Tue Dec 15 06:14:36 2009
@@ -1,4 +1,22 @@
 #!/usr/bin/perl -w
+# ====================================================================
+#    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.
+# ====================================================================
 
 # A script that allows some simple testing of Subversion, in
 # particular concurrent read, write and read-write access by the 'svn'

Modified: subversion/branches/issue-3242-dev/tools/dev/svn-merge-revs.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/tools/dev/svn-merge-revs.py?rev=890658&r1=890657&r2=890658&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/tools/dev/svn-merge-revs.py (original)
+++ subversion/branches/issue-3242-dev/tools/dev/svn-merge-revs.py Tue Dec 15 06:14:36 2009
@@ -1,4 +1,24 @@
 #!/usr/bin/env python
+#
+#
+# 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.
+#
+#
 
 import sys
 import os