diff options
Diffstat (limited to 'edit')
-rw-r--r-- | edit/Makefile.am | 2 | ||||
-rw-r--r-- | edit/virt-edit.c | 4 | ||||
-rw-r--r-- | edit/virt-edit.pod | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/edit/Makefile.am b/edit/Makefile.am index d94e42e9..67ae7134 100644 --- a/edit/Makefile.am +++ b/edit/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-edit -# 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 diff --git a/edit/virt-edit.c b/edit/virt-edit.c index 28cee566..baa0b3e7 100644 --- a/edit/virt-edit.c +++ b/edit/virt-edit.c @@ -1,5 +1,5 @@ /* virt-edit - * 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 @@ -75,7 +75,7 @@ usage (int status) else { fprintf (stdout, _("%s: Edit a file in a virtual machine\n" - "Copyright (C) 2009-2011 Red Hat Inc.\n" + "Copyright (C) 2009-2012 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" diff --git a/edit/virt-edit.pod b/edit/virt-edit.pod index 83f815ea..bec45421 100644 --- a/edit/virt-edit.pod +++ b/edit/virt-edit.pod @@ -371,7 +371,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 |