diff options
author | Eric Blake <eblake@redhat.com> | 2012-07-26 16:58:02 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-07-27 07:42:34 -0600 |
commit | 3ad13c92a73ed6afaeeab76d5dd598912ef8f72d (patch) | |
tree | aabd0f29bcabb3d2b33b4dd360647b359b24ed96 /tests/start | |
parent | maint: Use consistent copyright. (diff) | |
download | libvirt-3ad13c92a73ed6afaeeab76d5dd598912ef8f72d.tar.gz libvirt-3ad13c92a73ed6afaeeab76d5dd598912ef8f72d.tar.bz2 libvirt-3ad13c92a73ed6afaeeab76d5dd598912ef8f72d.zip |
maint: avoid regression on copyright listings
Commit f9ce7dad6 tried to kill uses of a raw street address, but
missed a few instances. Automate things so we don't introduce
new problems in the future.
* cfg.mk (sc_copyright_address): New rule.
(exclude_file_name_regexp--sc_copyright_address): Add exemption.
* bootstrap.conf: Adjust offenders.
* build-aux/augeas-gentest.pl: Likewise.
* examples/systemtap/events.stp: Likewise.
* examples/systemtap/qemu-monitor.stp: Likewise.
* examples/systemtap/rpc-monitor.stp: Likewise.
* src/dtrace2systemtap.pl: Likewise.
* src/esx/esx_vi_generator.py: Likewise.
* src/hyperv/hyperv_wmi_generator.py: Likewise.
* src/remote/qemu_protocol.x: Likewise.
* src/remote/remote_protocol.x: Likewise.
* src/rpc/gensystemtap.pl: Likewise.
* src/rpc/virnetprotocol.x: Likewise.
* tests/object-locking.ml: Likewise.
* tools/virt-xml-validate.in: Likewise.
Diffstat (limited to 'tests/start')
-rwxr-xr-x | tests/start | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/start b/tests/start index 524b12787..5d4c0a73c 100755 --- a/tests/start +++ b/tests/start @@ -14,7 +14,8 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see +# <http://www.gnu.org/licenses/>. test -z "$srcdir" && srcdir=$(pwd) test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/.. |