diff options
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 |