summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-07-26 16:58:02 -0600
committerEric Blake <eblake@redhat.com>2012-07-27 07:42:34 -0600
commit3ad13c92a73ed6afaeeab76d5dd598912ef8f72d (patch)
treeaabd0f29bcabb3d2b33b4dd360647b359b24ed96 /tests/object-locking.ml
parentmaint: Use consistent copyright. (diff)
downloadlibvirt-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/object-locking.ml')
-rw-r--r--tests/object-locking.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/object-locking.ml b/tests/object-locking.ml
index 68c414e20..48f84af52 100644
--- a/tests/object-locking.ml
+++ b/tests/object-locking.ml
@@ -1,7 +1,7 @@
(*
* Analyse libvirt driver API methods for mutex locking mistakes
*
- * Copyright (C) 2008-2010 Red Hat, Inc.
+ * Copyright (C) 2008-2010, 2012 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -14,8 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
*
* Author: Daniel P. Berrange <berrange@redhat.com>
*)