]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: make Red Hat copyright notices consistent
authorEric Blake <eblake@redhat.com>
Fri, 12 Mar 2010 17:47:26 +0000 (10:47 -0700)
committerJim Meyering <meyering@redhat.com>
Thu, 18 Mar 2010 15:48:05 +0000 (16:48 +0100)
Spell out 'Red Hat, Inc.':
 git grep -i 'Copyright.*Red Hat' | grep -v Inc

Include (C) consistently:
 git grep -i 'Copyright [^(].*Red Hat'

* src/lxc/lxc_container.c: Update copyright formatting.
* src/node_device/node_device_udev.c: Likewise.
* src/node_device/node_device_udev.h: Likewise.
* src/xen/xend_internal.h: Likewise.
* src/xen/xm_internal.c: Likewise.
* src/xen/xm_internal.h: Likewise.
* tests/xmconfigtest.c: Likewise.
* tests/object-locking.ml: Likewise.
* tools/virt-pki-validate.in: Likewise.
* tools/virt-xml-validate.in: Likewise.

src/lxc/lxc_container.c
src/node_device/node_device_udev.c
src/node_device/node_device_udev.h
src/xen/xend_internal.h
src/xen/xm_internal.c
src/xen/xm_internal.h
tests/object-locking.ml
tests/xmconfigtest.c
tools/virt-pki-validate.in
tools/virt-xml-validate.in

index 68b4656d93d2b15bb3b71929b573d4ceaedd09a2..706c796ba019c900c0bac28a1c7de6ae0b0a99d9 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright IBM Corp. 2008
- * Copyright Red Hat 2008-2009
+ * Copyright (C) 2008-2010 Red Hat, Inc.
+ * Copyright (C) 2008 IBM Corp.
  *
  * lxc_container.c: file description
  *
index 11e27e0662611fa2c32d1cef54639f350410ff18..e3114fa1fa54d820dea8b88a22ae55d7429f5adf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * node_device_udev.c: node device enumeration - libudev implementation
  *
- * Copyright (C) 2009-2010 Red Hat
+ * Copyright (C) 2009-2010 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
index 8367494e8fc4c40f5e71128521f618bbef5baabc..cdaa142a7c3c7a20d36fabc2160193f11a68a7f6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * node_device_udev.h: node device enumeration - libudev implementation
  *
- * Copyright (C) 2009 Red Hat
+ * Copyright (C) 2009-2010 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
index 483253f2e09ba577802f94b065a549003d0a3094..028a293b12c33c3e1de8ea2ffb669e803365593b 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * xend_internal.h
  *
+ * Copyright (C) 2006-2008, 2010 Red Hat, Inc.
  * Copyright (C) 2005,2006
  *
  *      Anthony Liguori <aliguori@us.ibm.com>
  *     Daniel Veillard <veillard@redhat.com>
  *
- * Copyright 2006-2008 Red Hat
  *
  *  This file is subject to the terms and conditions of the GNU Lesser General
  *  Public License. See the file COPYING in the main directory of this archive
index 3d4624dd792945bfa8c2b942bc4c5b5e61db5967..74bf0b6d5bd5f79d6e290c92740be45840f5d15e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xm_internal.h: helper routines for dealing with inactive domains
  *
- * Copyright (C) 2006-2007, 2009, 2010 Red Hat
+ * Copyright (C) 2006-2007, 2009-2010 Red Hat, Inc.
  * Copyright (C) 2006 Daniel P. Berrange
  *
  * This library is free software; you can redistribute it and/or
index 37132efaa91cc8f251edee6ff9f4aa4cf39d97e1..3ad34564295dad49b0c850481a049f77717c4f69 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xm_internal.h: helper routines for dealing with inactive domains
  *
- * Copyright (C) 2006-2007 Red Hat
+ * Copyright (C) 2006-2007, 2010 Red Hat, Inc.
  * Copyright (C) 2006 Daniel P. Berrange
  *
  * This library is free software; you can redistribute it and/or
index a4cd77d7e7306f2010319e14f45a693d25491c9a..1fddd5183b7434522fa2bc910ea2d40d7e4b54bf 100644 (file)
@@ -1,7 +1,7 @@
 (*
  * Analyse libvirt driver API methods for mutex locking mistakes
  *
- * Copyright 2008-2009 Red Hat, Inc
+ * Copyright (C) 2008-2010 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
index acb6d187c7c5a8d1c78a070aaf985f1a7af89c03..a199c729712b2e64ebc80dc8b9a1084b37ef0635 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xmconfigtest.c: Test backend for xm_internal config file handling
  *
- * Copyright (C) 2007 Red Hat
+ * Copyright (C) 2007, 2010 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
index 3e8c64282986f0e98411101d98545b2fba69f181..b3fc986dcf429bb4c8bdad74b50d9d95df351a27 100755 (executable)
@@ -297,7 +297,7 @@ Alternatively report bugs to your software distributor / vendor.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2009 by Red Hat, Inc
+Copyright (C) 2006-2009 by Red Hat, Inc
 
 =head1 LICENSE
 
index 03bd1a1cc5b3903a6cbae4c11d3eaa1d35113209..a296c7ff058f44cfabf150ae0c0da83778f8d211 100644 (file)
@@ -134,8 +134,8 @@ Alternatively report bugs to your software distributor / vendor.
 
 =head1 COPYRIGHT
 
-Copyright 2009 by Red Hat, Inc
-Copyright 2009 by Daniel P. Berrange
+Copyright (C) 2009 by Red Hat, Inc
+Copyright (C) 2009 by Daniel P. Berrange
 
 =head1 LICENSE