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 /edit | |
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 '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 |