diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-18 22:05:02 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-18 22:05:02 +0000 |
commit | 08840bab44c38d0c69b5780c57b2bf370c96d58c (patch) | |
tree | a09d90f385c268782bb79755e9e9f6e7c6b6d3cb /rescue | |
parent | d8a1389df35ddd5b6d9af86dc27c1978ea07348f (diff) | |
download | libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.gz libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.xz libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.zip |
Tempus fugit.
Update all copyright dates to 2012.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/Makefile.am | 2 | ||||
-rw-r--r-- | rescue/virt-rescue.c | 4 | ||||
-rwxr-xr-x | rescue/virt-rescue.pod | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/rescue/Makefile.am b/rescue/Makefile.am index cf173ce5..83c870f6 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-rescue -# Copyright (C) 2010-2011 Red Hat Inc. +# Copyright (C) 2010-2012 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/rescue/virt-rescue.c b/rescue/virt-rescue.c index efde9837..bda40c1f 100644 --- a/rescue/virt-rescue.c +++ b/rescue/virt-rescue.c @@ -1,5 +1,5 @@ /* virt-rescue - * Copyright (C) 2010-2011 Red Hat Inc. + * Copyright (C) 2010-2012 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -64,7 +64,7 @@ usage (int status) else { fprintf (stdout, _("%s: Run a rescue shell on a virtual machine\n" - "Copyright (C) 2009-2010 Red Hat Inc.\n" + "Copyright (C) 2009-2012 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" diff --git a/rescue/virt-rescue.pod b/rescue/virt-rescue.pod index 050db480..9863e44a 100755 --- a/rescue/virt-rescue.pod +++ b/rescue/virt-rescue.pod @@ -337,7 +337,7 @@ Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT -Copyright (C) 2009-2011 Red Hat Inc. +Copyright (C) 2009-2012 Red Hat Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |