Hi All,

The RAT output [1] showed as of 10/10/11 that there were 12 files without
the ASL v2.0 license header.

If patch is approved, I'm happy to apply myself.

Those are:

Unapproved Licenses:
/home/buildslave2/slave2/subversion-trunk/build/subversion/tests/cmdline/dif
f_tests_data/3449_spurious_v1
/home/buildslave2/slave2/subversion-trunk/build/subversion/tests/cmdline/dif
f_tests_data/3449_spurious_v2
/home/buildslave2/slave2/subversion-trunk/build/subversion/tests/cmdline/dif
f_tests_data/3449_spurious_v3
/home/buildslave2/slave2/subversion-trunk/build/tools/client-side/mergeinfo-
sanitizer.py
/home/buildslave2/slave2/subversion-trunk/build/tools/dev/benchmarks/suite1/
cronjob
/home/buildslave2/slave2/subversion-trunk/build/tools/dev/benchmarks/suite1/
crontab.entry
/home/buildslave2/slave2/subversion-trunk/build/tools/dist/_gnupg.py
/home/buildslave2/slave2/subversion-trunk/build/tools/dist/templates/downloa
d.ezt
/home/buildslave2/slave2/subversion-trunk/build/tools/dist/templates/htacces
s.ezt
/home/buildslave2/slave2/subversion-trunk/build/tools/dist/templates/rc-news
.ezt
/home/buildslave2/slave2/subversion-trunk/build/tools/dist/templates/rc-rele
ase-ann.ezt
/home/buildslave2/slave2/subversion-trunk/build/tools/dist/templates/stable-
release-ann.ezt

The attached patch proposes that::

[[[

* tools/dist/rat-excludes

  Entries added:

  subversion/tests/cmdline/diff_tests_data/ 
  tools/dev/benchmarks/suite1/crontab.entry 
  tools/dist/_gnupg.py 
  tools/dist/templates/*.ezt

* tools/client-side/mergeinfo-sanitizer.py 
* tools/dev/benchmarks/suite1/cronjob 

  These have license headers added
]]]

[1] - http://ci.apache.org/projects/subversion/rat-output.html

Gav...


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.

Reply via email to