diff options
author | Eric Blake <eblake@redhat.com> | 2010-03-12 10:47:26 -0700 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-03-18 16:48:05 +0100 |
commit | 0a3363357979fd8c08332baed12dca446684ce0e (patch) | |
tree | 8391351c973a745a376bb8344172f53959c4a8f9 /src/node_device/node_device_udev.h | |
parent | maint: fix typo (diff) | |
download | libvirt-0a3363357979fd8c08332baed12dca446684ce0e.tar.gz libvirt-0a3363357979fd8c08332baed12dca446684ce0e.tar.bz2 libvirt-0a3363357979fd8c08332baed12dca446684ce0e.zip |
maint: make Red Hat copyright notices consistent
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.
Diffstat (limited to 'src/node_device/node_device_udev.h')
-rw-r--r-- | src/node_device/node_device_udev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_device/node_device_udev.h b/src/node_device/node_device_udev.h index 8367494e8..cdaa142a7 100644 --- a/src/node_device/node_device_udev.h +++ b/src/node_device/node_device_udev.h @@ -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 |