Index: tools/client-side/mergeinfo-sanitizer.py =================================================================== --- tools/client-side/mergeinfo-sanitizer.py (revision 1180759) +++ tools/client-side/mergeinfo-sanitizer.py (working copy) @@ -1,4 +1,23 @@ #!/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 svn import sys import os Index: tools/dist/rat-excludes =================================================================== --- tools/dist/rat-excludes (revision 1180759) +++ tools/dist/rat-excludes (working copy) @@ -15,6 +15,7 @@ doc/doxygen.conf notes/** packages/ subversion/tests/cmdline/getopt_tests_data/* +subversion/tests/cmdline/diff_tests_data/* subversion/bindings/swig/NOTES subversion/libsvn_fs_base/notes/TODO subversion/libsvn_fs_base/notes/fs-history @@ -31,8 +32,11 @@ subversion/bindings/ctypes-python/csvn/ext/__init_ subversion/tests/cmdline/svntest/err.py tools/buildbot/master/public_html/buildbot.css tools/dist/rat-excludes +tools/dist/_gnupg.py +tools/dist/templates/*.ezt tools/dev/iz/defect.dem tools/dev/iz/ff2csv.command +tools/dev/benchmarks/suite1/crontab.entry tools/hook-scripts/mailer/tests/mailer-t1.output **/*.dump **/*.icns Index: tools/dev/benchmarks/suite1/cronjob =================================================================== --- tools/dev/benchmarks/suite1/cronjob (revision 1180759) +++ tools/dev/benchmarks/suite1/cronjob (working copy) @@ -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. +# ==================================================================== +# # This is the cronjob as run on our ASF box aka svn-qavm. # It uses neels' mad bash script magic called 'pat' to update and # build the latest trunk, invokes a benchmark and sends as mail.