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 /fuse | |
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 'fuse')
-rw-r--r-- | fuse/Makefile.am | 2 | ||||
-rw-r--r-- | fuse/guestmount.c | 4 | ||||
-rw-r--r-- | fuse/guestmount.pod | 2 | ||||
-rwxr-xr-x | fuse/test-fuse.sh | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am index 16c93db8..d6db45c8 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# 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/fuse/guestmount.c b/fuse/guestmount.c index 7782be1e..66baf929 100644 --- a/fuse/guestmount.c +++ b/fuse/guestmount.c @@ -1,5 +1,5 @@ /* guestmount - mount guests using libguestfs and FUSE - * 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 @@ -911,7 +911,7 @@ usage (int status) fprintf (stdout, _("%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" - "Copyright (C) 2009-2010 Red Hat Inc.\n" + "Copyright (C) 2009-2012 Red Hat Inc.\n" "Usage:\n" " %s [--options] [-- [--FUSE-options]] mountpoint\n" "Options:\n" diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index c0897062..fbd043d9 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -331,7 +331,7 @@ Richard W.M. Jones (C<rjones at redhat dot com>) =head1 COPYRIGHT -Copyright (C) 2009-2010 Red Hat Inc. +Copyright (C) 2009-2012 Red Hat Inc. L<http://libguestfs.org/> This program is free software; you can redistribute it and/or modify diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index 1accd896..517222a4 100755 --- a/fuse/test-fuse.sh +++ b/fuse/test-fuse.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# 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 |