diff --git a/Makefile.am b/Makefile.am
index 22ae04ea0..f92552941 100644
--- a/Makefile.am
+++ b/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/README b/README
index bf978ca25..dc9332f8b 100644
--- a/README
+++ b/README
@@ -261,7 +261,7 @@ appliance. You will need to port the febootstrap first
Copyright and license information
----------------------------------------------------------------------
-Copyright (C) 2009-2011 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
The library is distributed under the LGPLv2+. The programs are
distributed under the GPLv2+. Please see the files COPYING and
diff --git a/appliance/make.sh.in b/appliance/make.sh.in
index e856c3fd9..0335f6e0f 100755
--- a/appliance/make.sh.in
+++ b/appliance/make.sh.in
@@ -1,6 +1,6 @@
#!/bin/bash -
# @configure_input@
-# Copyright (C) 2009-2010 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/bugs-in-changelog.sh b/bugs-in-changelog.sh
index 84efc5112..b5a6e2c0b 100755
--- a/bugs-in-changelog.sh
+++ b/bugs-in-changelog.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# bugs-in-changelog.sh
-# Copyright (C) 2009-2010 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/cat/Makefile.am b/cat/Makefile.am
index 3180b26d2..22433e370 100644
--- a/cat/Makefile.am
+++ b/cat/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs virt-cat, virt-filesystems and virt-ls.
-# 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/cat/virt-cat.c b/cat/virt-cat.c
index 775c77353..2a6b64fc6 100644
--- a/cat/virt-cat.c
+++ b/cat/virt-cat.c
@@ -1,5 +1,5 @@
/* virt-cat
- * 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/cat/virt-cat.pod b/cat/virt-cat.pod
index d125e6fc8..10e5f9992 100755
--- a/cat/virt-cat.pod
+++ b/cat/virt-cat.pod
@@ -255,7 +255,7 @@ Richard W.M. Jones L
=head1 COPYRIGHT
-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/cat/virt-filesystems.c b/cat/virt-filesystems.c
index ac6466fbc..dce440be1 100644
--- a/cat/virt-filesystems.c
+++ b/cat/virt-filesystems.c
@@ -1,5 +1,5 @@
/* virt-filesystems
- * 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/cat/virt-ls.c b/cat/virt-ls.c
index 1ca016a8c..b79afa310 100644
--- a/cat/virt-ls.c
+++ b/cat/virt-ls.c
@@ -1,5 +1,5 @@
/* virt-ls
- * 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
@@ -101,7 +101,7 @@ usage (int status)
else {
fprintf (stdout,
_("%s: list files in a virtual machine\n"
- "Copyright (C) 2010-2011 Red Hat Inc.\n"
+ "Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
diff --git a/cat/virt-ls.pod b/cat/virt-ls.pod
index cd1166b8d..2300f2db6 100755
--- a/cat/virt-ls.pod
+++ b/cat/virt-ls.pod
@@ -510,7 +510,7 @@ Richard W.M. Jones L
=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
diff --git a/configure.ac b/configure.ac
index fbcc1e4e2..a28739fae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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/contrib/autobuild/autobuild.sh b/contrib/autobuild/autobuild.sh
index 69956f8ad..1196eea41 100755
--- a/contrib/autobuild/autobuild.sh
+++ b/contrib/autobuild/autobuild.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# libguestfs autobuild script
-# 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/contrib/visualize-alignment/tracetops.ml b/contrib/visualize-alignment/tracetops.ml
index 6b8e4248a..60d0ef823 100755
--- a/contrib/visualize-alignment/tracetops.ml
+++ b/contrib/visualize-alignment/tracetops.ml
@@ -1,7 +1,7 @@
#!/usr/bin/ocamlrun /usr/bin/ocaml
(* Convert *.qtr (qemu block device trace) to Postscript.
- * Copyright (C) 2009-2010 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
* By Richard W.M. Jones .
*
* This program is free software; you can redistribute it and/or modify
diff --git a/daemon/checksum.c b/daemon/checksum.c
index ca5abe76e..684f83f47 100644
--- a/daemon/checksum.c
+++ b/daemon/checksum.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/cpmv.c b/daemon/cpmv.c
index b51ed419a..ba7de2bb4 100644
--- a/daemon/cpmv.c
+++ b/daemon/cpmv.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/daemon.h b/daemon/daemon.h
index 69097c34f..babe5bccc 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/du.c b/daemon/du.c
index efff2085c..62f11422c 100644
--- a/daemon/du.c
+++ b/daemon/du.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/file.c b/daemon/file.c
index 0f27b68da..e0f87948c 100644
--- a/daemon/file.c
+++ b/daemon/file.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/find.c b/daemon/find.c
index c5097200d..0b8c243f8 100644
--- a/daemon/find.c
+++ b/daemon/find.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/grub.c b/daemon/grub.c
index 061703602..9cd4f6e54 100644
--- a/daemon/grub.c
+++ b/daemon/grub.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/guestfsd.c b/daemon/guestfsd.c
index 38cfd1a18..ad260a385 100644
--- a/daemon/guestfsd.c
+++ b/daemon/guestfsd.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/inotify.c b/daemon/inotify.c
index 3fc7b92b4..e7ce42353 100644
--- a/daemon/inotify.c
+++ b/daemon/inotify.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/lvm-filter.c b/daemon/lvm-filter.c
index 07d872bd9..97fb850c3 100644
--- a/daemon/lvm-filter.c
+++ b/daemon/lvm-filter.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/lvm.c b/daemon/lvm.c
index c12118ce5..9a71c65fa 100644
--- a/daemon/lvm.c
+++ b/daemon/lvm.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/mkfs.c b/daemon/mkfs.c
index b1b725c72..5475582d3 100644
--- a/daemon/mkfs.c
+++ b/daemon/mkfs.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/ntfs.c b/daemon/ntfs.c
index 076e297c0..e8be34455 100644
--- a/daemon/ntfs.c
+++ b/daemon/ntfs.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * Copyright (C) 2009-2010 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/daemon/parted.c b/daemon/parted.c
index 0d2294842..16f0843c6 100644
--- a/daemon/parted.c
+++ b/daemon/parted.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/proto.c b/daemon/proto.c
index bbba2054e..bf0d75fd0 100644
--- a/daemon/proto.c
+++ b/daemon/proto.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/realpath.c b/daemon/realpath.c
index ea936c6ac..c58fc6c21 100644
--- a/daemon/realpath.c
+++ b/daemon/realpath.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/sync.c b/daemon/sync.c
index bde181feb..bdde4e00c 100644
--- a/daemon/sync.c
+++ b/daemon/sync.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/tar.c b/daemon/tar.c
index 9e45dee94..9295f0d74 100644
--- a/daemon/tar.c
+++ b/daemon/tar.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/xattr.c b/daemon/xattr.c
index cb700d777..24457488f 100644
--- a/daemon/xattr.c
+++ b/daemon/xattr.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/daemon/zero.c b/daemon/zero.c
index 67112d838..398f8440c 100644
--- a/daemon/zero.c
+++ b/daemon/zero.c
@@ -1,5 +1,5 @@
/* libguestfs - the guestfsd daemon
- * 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/df/Makefile.am b/df/Makefile.am
index 2b2c47e71..0f87d6e40 100644
--- a/df/Makefile.am
+++ b/df/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs virt-df
-# 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/df/df.c b/df/df.c
index 2502037e8..f398d0c26 100644
--- a/df/df.c
+++ b/df/df.c
@@ -1,5 +1,5 @@
/* virt-df
- * 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/df/main.c b/df/main.c
index d7fdf5390..fecb3b388 100644
--- a/df/main.c
+++ b/df/main.c
@@ -1,5 +1,5 @@
/* virt-df
- * 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/df/output.c b/df/output.c
index 2950fff26..d604566d9 100644
--- a/df/output.c
+++ b/df/output.c
@@ -1,5 +1,5 @@
/* virt-df
- * 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/df/virt-df.pod b/df/virt-df.pod
index 24b35837f..5ddd59422 100755
--- a/df/virt-df.pod
+++ b/df/virt-df.pod
@@ -264,7 +264,7 @@ Richard W.M. Jones L
=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
diff --git a/edit/Makefile.am b/edit/Makefile.am
index d94e42e94..67ae71344 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 28cee5666..baa0b3e7a 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 83f815eac..bec454215 100644
--- a/edit/virt-edit.pod
+++ b/edit/virt-edit.pod
@@ -371,7 +371,7 @@ Richard W.M. Jones L
=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
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d898c99c4..7577d6362 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs C examples
-# 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/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod
index e4e487580..722995286 100644
--- a/examples/guestfs-recipes.pod
+++ b/examples/guestfs-recipes.pod
@@ -400,7 +400,7 @@ Richard W.M. Jones (C)
=head1 COPYRIGHT
-Copyright (C) 2009-2011 Red Hat Inc. L
+Copyright (C) 2009-2012 Red Hat Inc. L
The examples in this manual page may be freely copied, modified and
distributed without any restrictions.
diff --git a/fish/Makefile.am b/fish/Makefile.am
index 2624a7d55..658f1e012 100644
--- a/fish/Makefile.am
+++ b/fish/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/fish/copy.c b/fish/copy.c
index 820e092a2..4ff1693f0 100644
--- a/fish/copy.c
+++ b/fish/copy.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * 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/fish/edit.c b/fish/edit.c
index 7bd6244ca..b615ef454 100644
--- a/fish/edit.c
+++ b/fish/edit.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * 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/fish/fish.c b/fish/fish.c
index 3cf15b205..e388832ed 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * 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
@@ -104,7 +104,7 @@ usage (int status)
fprintf (stdout,
_("%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
- "Copyright (C) 2009-2011 Red Hat Inc.\n"
+ "Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
diff --git a/fish/glob.c b/fish/glob.c
index e05e7753b..0141040ae 100644
--- a/fish/glob.c
+++ b/fish/glob.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * Copyright (C) 2009-2010 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/fish/guestfish.pod b/fish/guestfish.pod
index 7ceb07104..c0827c79e 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1299,7 +1299,7 @@ Richard W.M. Jones (C)
=head1 COPYRIGHT
-Copyright (C) 2009-2011 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
L
This program is free software; you can redistribute it and/or modify
diff --git a/fish/keys.c b/fish/keys.c
index fe98b610e..b66db521b 100644
--- a/fish/keys.c
+++ b/fish/keys.c
@@ -1,5 +1,5 @@
/* libguestfs - guestfish and guestmount shared option parsing
- * 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/fish/man.c b/fish/man.c
index 9b4912277..7d0318cc9 100644
--- a/fish/man.c
+++ b/fish/man.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * 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/fish/more.c b/fish/more.c
index 9008bd1c4..2ac2c3b66 100644
--- a/fish/more.c
+++ b/fish/more.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * 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/fish/options.c b/fish/options.c
index f65238982..1a2e8c532 100644
--- a/fish/options.c
+++ b/fish/options.c
@@ -1,5 +1,5 @@
/* libguestfs - guestfish and guestmount shared option parsing
- * 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/fish/options.h b/fish/options.h
index 7411a2ab1..2b049f2f1 100644
--- a/fish/options.h
+++ b/fish/options.h
@@ -1,5 +1,5 @@
/* libguestfs - guestfish and guestmount shared option parsing
- * 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/fish/progress.c b/fish/progress.c
index b812a5786..6c30e9524 100644
--- a/fish/progress.c
+++ b/fish/progress.c
@@ -1,5 +1,5 @@
/* libguestfs - mini library for progress bars.
- * 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/fish/progress.h b/fish/progress.h
index 0b08a9399..4fc0eaf08 100644
--- a/fish/progress.h
+++ b/fish/progress.h
@@ -1,5 +1,5 @@
/* libguestfs - mini library for progress bars.
- * 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/fuse/Makefile.am b/fuse/Makefile.am
index 16c93db87..d6db45c85 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 7782be1e7..66baf9293 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 c0897062a..fbd043d9e 100644
--- a/fuse/guestmount.pod
+++ b/fuse/guestmount.pod
@@ -331,7 +331,7 @@ Richard W.M. Jones (C)
=head1 COPYRIGHT
-Copyright (C) 2009-2010 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
L
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 1accd896f..517222a45 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
diff --git a/generator/Makefile.am b/generator/Makefile.am
index b01cf35ce..c556322e1 100644
--- a/generator/Makefile.am
+++ b/generator/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs
-# 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/generator/generator_actions.ml b/generator/generator_actions.ml
index 99e698497..d2e9f67d9 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -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/generator/generator_actions.mli b/generator/generator_actions.mli
index 711bf4fa2..a273caa4e 100644
--- a/generator/generator_actions.mli
+++ b/generator/generator_actions.mli
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_bindtests.ml b/generator/generator_bindtests.ml
index 4d4795a48..f2dc0de51 100644
--- a/generator/generator_bindtests.ml
+++ b/generator/generator_bindtests.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_c.ml b/generator/generator_c.ml
index 8382b30ab..35c0534b4 100644
--- a/generator/generator_c.ml
+++ b/generator/generator_c.ml
@@ -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/generator/generator_checks.ml b/generator/generator_checks.ml
index 0898683a0..464b9cd8b 100644
--- a/generator/generator_checks.ml
+++ b/generator/generator_checks.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_csharp.ml b/generator/generator_csharp.ml
index 5cc71c35a..db03c2b4b 100644
--- a/generator/generator_csharp.ml
+++ b/generator/generator_csharp.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_daemon.ml b/generator/generator_daemon.ml
index 9f15abdf9..88cc8bf23 100644
--- a/generator/generator_daemon.ml
+++ b/generator/generator_daemon.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_docstrings.ml b/generator/generator_docstrings.ml
index 082014ca9..c5d6627fb 100644
--- a/generator/generator_docstrings.ml
+++ b/generator/generator_docstrings.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_fish.ml b/generator/generator_fish.ml
index 175f8dc63..f86d97b10 100644
--- a/generator/generator_fish.ml
+++ b/generator/generator_fish.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_haskell.ml b/generator/generator_haskell.ml
index a57cfd838..b6eaf5f7b 100644
--- a/generator/generator_haskell.ml
+++ b/generator/generator_haskell.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_java.ml b/generator/generator_java.ml
index 16fb85357..3a13052d9 100644
--- a/generator/generator_java.ml
+++ b/generator/generator_java.ml
@@ -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/generator/generator_main.ml b/generator/generator_main.ml
index 53a0f29f5..669a27206 100644
--- a/generator/generator_main.ml
+++ b/generator/generator_main.ml
@@ -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/generator/generator_ocaml.ml b/generator/generator_ocaml.ml
index 125347b4c..5128ce689 100644
--- a/generator/generator_ocaml.ml
+++ b/generator/generator_ocaml.ml
@@ -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/generator/generator_optgroups.ml b/generator/generator_optgroups.ml
index c6e22df4d..e964fbb53 100644
--- a/generator/generator_optgroups.ml
+++ b/generator/generator_optgroups.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_perl.ml b/generator/generator_perl.ml
index 8418f865a..31f1418dc 100644
--- a/generator/generator_perl.ml
+++ b/generator/generator_perl.ml
@@ -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/generator/generator_php.ml b/generator/generator_php.ml
index 28bd6683c..5e7294c03 100644
--- a/generator/generator_php.ml
+++ b/generator/generator_php.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_pr.ml b/generator/generator_pr.ml
index 221a8ebd7..c0a2fb621 100644
--- a/generator/generator_pr.ml
+++ b/generator/generator_pr.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_pr.mli b/generator/generator_pr.mli
index f4d658e72..47e76c8b4 100644
--- a/generator/generator_pr.mli
+++ b/generator/generator_pr.mli
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_prepopts.ml b/generator/generator_prepopts.ml
index faa49615f..ab8d33c5e 100644
--- a/generator/generator_prepopts.ml
+++ b/generator/generator_prepopts.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_prepopts.mli b/generator/generator_prepopts.mli
index 36fce42c0..b6efb6175 100644
--- a/generator/generator_prepopts.mli
+++ b/generator/generator_prepopts.mli
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_python.ml b/generator/generator_python.ml
index 98b54a848..7d8513a71 100644
--- a/generator/generator_python.ml
+++ b/generator/generator_python.ml
@@ -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/generator/generator_ruby.ml b/generator/generator_ruby.ml
index 1f75b4601..d438a8922 100644
--- a/generator/generator_ruby.ml
+++ b/generator/generator_ruby.ml
@@ -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/generator/generator_structs.ml b/generator/generator_structs.ml
index 83442d187..e44eca25f 100644
--- a/generator/generator_structs.ml
+++ b/generator/generator_structs.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_structs.mli b/generator/generator_structs.mli
index f47a9ad70..95ed22690 100644
--- a/generator/generator_structs.mli
+++ b/generator/generator_structs.mli
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_tests_c_api.ml b/generator/generator_tests_c_api.ml
index 0df9cd453..3f81d3de1 100644
--- a/generator/generator_tests_c_api.ml
+++ b/generator/generator_tests_c_api.ml
@@ -1,5 +1,5 @@
(* libguestfs
- * Copyright (C) 2009-2010 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/generator/generator_types.ml b/generator/generator_types.ml
index 17905ce77..233be54e4 100644
--- a/generator/generator_types.ml
+++ b/generator/generator_types.ml
@@ -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/generator/generator_utils.ml b/generator/generator_utils.ml
index e35842e12..83a4d22a8 100644
--- a/generator/generator_utils.ml
+++ b/generator/generator_utils.ml
@@ -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/generator/generator_utils.mli b/generator/generator_utils.mli
index 29f23f2b1..596c5f33e 100644
--- a/generator/generator_utils.mli
+++ b/generator/generator_utils.mli
@@ -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/generator/generator_xdr.ml b/generator/generator_xdr.ml
index c78a1328d..9fbd7a1e2 100644
--- a/generator/generator_xdr.ml
+++ b/generator/generator_xdr.ml
@@ -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/haskell/Guestfs010Basic.hs b/haskell/Guestfs010Basic.hs
index 2889e28bc..0f919e3e1 100644
--- a/haskell/Guestfs010Basic.hs
+++ b/haskell/Guestfs010Basic.hs
@@ -1,5 +1,5 @@
{- libguestfs Haskell bindings
- 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/inspector/Makefile.am b/inspector/Makefile.am
index 8ef8734ee..3e299417d 100644
--- a/inspector/Makefile.am
+++ b/inspector/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs virt-inspector
-# 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/inspector/virt-inspector.c b/inspector/virt-inspector.c
index 6b7cbe622..269e51d17 100644
--- a/inspector/virt-inspector.c
+++ b/inspector/virt-inspector.c
@@ -1,5 +1,5 @@
/* virt-inspector
- * 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/inspector/virt-inspector.pod b/inspector/virt-inspector.pod
index 04e421dc3..0e8d2939b 100755
--- a/inspector/virt-inspector.pod
+++ b/inspector/virt-inspector.pod
@@ -417,7 +417,7 @@ Matthew Booth L
=head1 COPYRIGHT
-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/java/run-java-tests b/java/run-java-tests
index 33bb6ca5c..6ebaadfeb 100755
--- a/java/run-java-tests
+++ b/java/run-java-tests
@@ -1,6 +1,6 @@
#!/bin/sh -
# libguestfs Perl bindings
-# 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/java/t/GuestFS010Basic.java b/java/t/GuestFS010Basic.java
index 84b96f8ef..21f88dd30 100644
--- a/java/t/GuestFS010Basic.java
+++ b/java/t/GuestFS010Basic.java
@@ -1,5 +1,5 @@
/* libguestfs Java bindings
- * Copyright (C) 2009-2010 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ocaml/guestfs_c.c b/ocaml/guestfs_c.c
index fd5e14ae0..c4b2a964b 100644
--- a/ocaml/guestfs_c.c
+++ b/ocaml/guestfs_c.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ocaml/guestfs_c.h b/ocaml/guestfs_c.h
index 2bcd577ea..8d3792108 100644
--- a/ocaml/guestfs_c.h
+++ b/ocaml/guestfs_c.h
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ocaml/t/guestfs_005_load.ml b/ocaml/t/guestfs_005_load.ml
index ace873fb2..5ffc30ebf 100644
--- a/ocaml/t/guestfs_005_load.ml
+++ b/ocaml/t/guestfs_005_load.ml
@@ -1,5 +1,5 @@
(* libguestfs OCaml bindings
- * Copyright (C) 2009-2010 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/ocaml/t/guestfs_010_basic.ml b/ocaml/t/guestfs_010_basic.ml
index 49006f7c2..b6750a1a4 100644
--- a/ocaml/t/guestfs_010_basic.ml
+++ b/ocaml/t/guestfs_010_basic.ml
@@ -1,5 +1,5 @@
(* libguestfs OCaml bindings
- * Copyright (C) 2009-2010 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/ocaml/t/guestfs_400_progress.ml b/ocaml/t/guestfs_400_progress.ml
index d49ddffd7..2cd3194fa 100644
--- a/ocaml/t/guestfs_400_progress.ml
+++ b/ocaml/t/guestfs_400_progress.ml
@@ -1,5 +1,5 @@
(* libguestfs OCaml bindings
- * 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/perl/Makefile.PL.in b/perl/Makefile.PL.in
index 349adbb27..9fbeb4572 100644
--- a/perl/Makefile.PL.in
+++ b/perl/Makefile.PL.in
@@ -1,5 +1,5 @@
# libguestfs Perl bindings
-# 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/perl/lib/Sys/Guestfs/Lib.pm b/perl/lib/Sys/Guestfs/Lib.pm
index 007db64c1..42d2e8197 100644
--- a/perl/lib/Sys/Guestfs/Lib.pm
+++ b/perl/lib/Sys/Guestfs/Lib.pm
@@ -1,5 +1,5 @@
# Sys::Guestfs::Lib
-# Copyright (C) 2009-2010 Red Hat Inc.
+# Copyright (C) 2009-2012 Red Hat Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -1406,7 +1406,7 @@ sub _inspect_initrd
=head1 COPYRIGHT
-Copyright (C) 2009-2010 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
=head1 LICENSE
diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
index f9af41b7f..cbe20cddb 100644
--- a/po-docs/Makefile.am
+++ b/po-docs/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs translations of man pages and POD files
-# 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/po-docs/ja.po b/po-docs/ja.po
index f91046a60..e5f5f21fc 100644
--- a/po-docs/ja.po
+++ b/po-docs/ja.po
@@ -1578,7 +1578,7 @@ msgstr ""
#. type: textblock
#: ../cat/virt-cat.pod:258 ../inspector/virt-inspector.pod:420
#: ../resize/virt-resize.pod:723 ../tools/virt-make-fs.pl:591
-msgid "Copyright (C) 2010-2011 Red Hat Inc."
+msgid "Copyright (C) 2010-2012 Red Hat Inc."
msgstr ""
#. type: textblock
@@ -3007,7 +3007,7 @@ msgstr ""
#. type: textblock
#: ../cat/virt-ls.pod:513 ../df/virt-df.pod:267 ../edit/virt-edit.pod:374
#: ../rescue/virt-rescue.pod:340
-msgid "Copyright (C) 2009-2011 Red Hat Inc."
+msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr ""
#. type: textblock
@@ -5833,7 +5833,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:403
-msgid "Copyright (C) 2009-2011 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -22255,7 +22255,7 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3346
#: ../test-tool/libguestfs-test-tool.pod:112
-msgid "Copyright (C) 2009-2011 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -23283,7 +23283,7 @@ msgstr ""
#. type: textblock
#: ../fuse/guestmount.pod:334
-msgid "Copyright (C) 2009-2010 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -42923,7 +42923,7 @@ msgstr ""
#. type: textblock
#: ../tools/virt-list-partitions.pl:283
-msgid "Copyright (C) 2009-2010 Red Hat Inc."
+msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr ""
#. type: textblock
diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am
index d0d5c147d..2aa26bf88 100644
--- a/po-docs/ja/Makefile.am
+++ b/po-docs/ja/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs translations of man pages and POD files
-# 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/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index ba23a9e66..a2c3a3f4e 100644
--- a/po-docs/libguestfs-docs.pot
+++ b/po-docs/libguestfs-docs.pot
@@ -1170,7 +1170,7 @@ msgstr ""
#. type: textblock
#: ../cat/virt-cat.pod:258 ../inspector/virt-inspector.pod:420 ../resize/virt-resize.pod:723 ../tools/virt-make-fs.pl:591
-msgid "Copyright (C) 2010-2011 Red Hat Inc."
+msgid "Copyright (C) 2010-2012 Red Hat Inc."
msgstr ""
#. type: textblock
@@ -2579,7 +2579,7 @@ msgstr ""
#. type: textblock
#: ../cat/virt-ls.pod:513 ../df/virt-df.pod:267 ../edit/virt-edit.pod:374 ../rescue/virt-rescue.pod:340
-msgid "Copyright (C) 2009-2011 Red Hat Inc."
+msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr ""
#. type: textblock
@@ -5302,7 +5302,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:403
-msgid "Copyright (C) 2009-2011 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -21529,7 +21529,7 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3346 ../test-tool/libguestfs-test-tool.pod:112
-msgid "Copyright (C) 2009-2011 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -22546,7 +22546,7 @@ msgstr ""
#. type: textblock
#: ../fuse/guestmount.pod:334
-msgid "Copyright (C) 2009-2010 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -41830,7 +41830,7 @@ msgstr ""
#. type: textblock
#: ../tools/virt-list-partitions.pl:283
-msgid "Copyright (C) 2009-2010 Red Hat Inc."
+msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr ""
#. type: textblock
diff --git a/po-docs/uk.po b/po-docs/uk.po
index 2f9f8143e..3e55d8825 100644
--- a/po-docs/uk.po
+++ b/po-docs/uk.po
@@ -1625,7 +1625,7 @@ msgstr ""
#. type: textblock
#: ../cat/virt-cat.pod:258 ../inspector/virt-inspector.pod:420
#: ../resize/virt-resize.pod:723 ../tools/virt-make-fs.pl:591
-msgid "Copyright (C) 2010-2011 Red Hat Inc."
+msgid "Copyright (C) 2010-2012 Red Hat Inc."
msgstr "©Red Hat Inc., 2010–2011"
#. type: textblock
@@ -3107,7 +3107,7 @@ msgstr ""
#. type: textblock
#: ../cat/virt-ls.pod:513 ../df/virt-df.pod:267 ../edit/virt-edit.pod:374
#: ../rescue/virt-rescue.pod:340
-msgid "Copyright (C) 2009-2011 Red Hat Inc."
+msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr "©Red Hat Inc., 2009–2011"
#. type: textblock
@@ -5965,7 +5965,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:403
-msgid "Copyright (C) 2009-2011 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -23014,7 +23014,7 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3346
#: ../test-tool/libguestfs-test-tool.pod:112
-msgid "Copyright (C) 2009-2011 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -24089,7 +24089,7 @@ msgstr ""
#. type: textblock
#: ../fuse/guestmount.pod:334
-msgid "Copyright (C) 2009-2010 Red Hat Inc. L"
+msgid "Copyright (C) 2009-2012 Red Hat Inc. L"
msgstr ""
#. type: textblock
@@ -44551,7 +44551,7 @@ msgstr ""
#. type: textblock
#: ../tools/virt-list-partitions.pl:283
-msgid "Copyright (C) 2009-2010 Red Hat Inc."
+msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr "© Red Hat Inc., 2009–2010"
#. type: textblock
diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am
index d0d5c147d..2aa26bf88 100644
--- a/po-docs/uk/Makefile.am
+++ b/po-docs/uk/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs translations of man pages and POD files
-# 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/po/Makefile.in.in b/po/Makefile.in.in
index 83d8838ac..406c2f4e5 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -1,5 +1,5 @@
# Makefile for PO directory in any package using GNU gettext.
-# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper
+# Copyright (C) 1995-1997, 2000-2007, 2009-2012 by Ulrich Drepper
#
# This file can be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU General Public
diff --git a/po/en_GB.po b/po/en_GB.po
index 214cbed18..18319da0b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -203,7 +203,7 @@ msgstr "%s: you cannot use -h and --csv options together.\n"
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -377,7 +377,7 @@ msgstr "IUse%"
#, c-format
msgid ""
"%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"
@@ -2245,7 +2245,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2844,7 +2844,7 @@ msgstr "%s: unknown long option: %s (%d)\n"
msgid ""
"%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"
@@ -3124,7 +3124,7 @@ msgstr ""
#, fuzzy, c-format
msgid ""
"%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"
@@ -3604,7 +3604,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/es.po b/po/es.po
index 2755c8296..695794d70 100644
--- a/po/es.po
+++ b/po/es.po
@@ -209,7 +209,7 @@ msgstr "%s: no puede utilizar al mismo tiempo las opciones -h y -cvs.\n"
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -238,7 +238,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: lista los archivos de una máquina virtual\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Utilización:\n"
" %s [--opciones] -d domname dir [dir ...]\n"
" %s [--opciones] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -423,7 +423,7 @@ msgstr "UtilizaciónI%"
#, c-format
msgid ""
"%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"
@@ -443,7 +443,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: Edita un archivo de la máquina virtual\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Utilización:\n"
" %s [--opciones] -d domname file [file ...]\n"
" %s [--opciones] -a disk.img [-a disk.img ...] file [file ...]\n"
@@ -2358,7 +2358,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2401,7 +2401,7 @@ msgid ""
msgstr ""
"%s: shell del sistema de archivos huésped\n"
"%s le permite editar el sistema de archivos de su máquina virtual\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Utilización:\n"
" %s [--opciones] cmd [: cmd : cmd ...]\n"
"Opciones:\n"
@@ -3072,7 +3072,7 @@ msgstr "%s: opción extensa desconocida: %s (%d)\n"
msgid ""
"%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"
@@ -3099,7 +3099,7 @@ msgid ""
msgstr ""
"%s: módulo FUSE para libguestfs\n"
"%s le permite montar un sistema de archivos de máquina virtual\n"
-"Copyright (C) 2009-2010 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Utilización:\n"
" %s [--opciones] [-- [--FUSE-options]] mountpoint\n"
"Opciones:\n"
@@ -3415,7 +3415,7 @@ msgstr "{filename}: no es posible leer formato initrd"
#, fuzzy, c-format
msgid ""
"%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"
@@ -3939,7 +3939,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
@@ -3950,7 +3950,7 @@ msgid ""
" -t n Set launch timeout (default: %d seconds)\n"
msgstr ""
"libguestfs-test-tool: herramienta de verificación interactiva\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Utilización:\n"
" libguestfs-test-tool [--opciones]\n"
"Opciones:\n"
diff --git a/po/gu.po b/po/gu.po
index e11a92553..e986c05e4 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -152,7 +152,7 @@ msgstr "%s: તમે -h અને --csv વિકલ્પોને ભેગ
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -306,7 +306,7 @@ msgstr "IUse%"
#, c-format
msgid ""
"%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"
@@ -2178,7 +2178,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2770,7 +2770,7 @@ msgstr "%s: અજ્ઞાત લાંબો વિકલ્પ: %s (%d)\n"
msgid ""
"%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"
@@ -3033,7 +3033,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3494,7 +3494,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/hi.po b/po/hi.po
index e13b274e7..4da463d4d 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -152,7 +152,7 @@ msgstr ""
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -306,7 +306,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -2177,7 +2177,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2767,7 +2767,7 @@ msgstr "%s: unknown long option: %s (%d)\n"
msgid ""
"%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"
@@ -3030,7 +3030,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3491,7 +3491,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/kn.po b/po/kn.po
index b3b286e9c..8f311ebec 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -152,7 +152,7 @@ msgstr ""
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -306,7 +306,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -2181,7 +2181,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2774,7 +2774,7 @@ msgstr "%s: ಗೊತ್ತಿರದ ಉದ್ದನೆಯ ಆಯ್ಕೆ: %s (
msgid ""
"%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"
@@ -3037,7 +3037,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3499,7 +3499,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/libguestfs.pot b/po/libguestfs.pot
index b75b7e682..5657d7f16 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -150,7 +150,7 @@ msgstr ""
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -304,7 +304,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -2172,7 +2172,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2754,7 +2754,7 @@ msgstr ""
msgid ""
"%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"
@@ -3017,7 +3017,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3477,7 +3477,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/ml.po b/po/ml.po
index bd605c1cd..546bab2d4 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -151,7 +151,7 @@ msgstr ""
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -305,7 +305,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -2179,7 +2179,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2769,7 +2769,7 @@ msgstr "%s: അപരിചിതമായ ലോങ് ഉപാധി: %s (%d)
msgid ""
"%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"
@@ -3032,7 +3032,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3493,7 +3493,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/mr.po b/po/mr.po
index 75a96425f..5bec3cf2f 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -204,7 +204,7 @@ msgstr "%s: -h व --csv पर्यायचा एकत्रपणे व
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -378,7 +378,7 @@ msgstr "IUse%"
#, c-format
msgid ""
"%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"
@@ -2255,7 +2255,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2896,7 +2896,7 @@ msgstr "%s: अपरिचीत लाँग पर्याय: %s (%d)\n"
msgid ""
"%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"
@@ -3196,7 +3196,7 @@ msgstr "{filename}: initrd स्वरूप वाचणे अशक्य"
#, fuzzy, c-format
msgid ""
"%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"
@@ -3690,7 +3690,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/nl.po b/po/nl.po
index 12c66b8f2..dcd85ce04 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -221,7 +221,7 @@ msgstr "%s: je kunt de -h en --csv opties ziet tezamen gebruiken.\n"
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -250,7 +250,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: toon bestanden in een virtuele machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Gebruik:\n"
" %s [--opties] -d domname dir [dir ...]\n"
" %s [--opties] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -427,7 +427,7 @@ msgstr "IUse%"
#, c-format
msgid ""
"%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"
@@ -447,7 +447,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: Bewerk een bestand in een virtuele machine\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Gebruik:\n"
" %s [--opties] -d domname bestand [bestand ...]\n"
" %s [--opties] -a disk.img [-a disk.img ...] bestand [bestand ...]\n"
@@ -2338,7 +2338,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2381,7 +2381,7 @@ msgid ""
msgstr ""
"%s: gast bestandssysteem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Gebruik:\n"
" %s [--opties] cmd [: cmd : cmd ...]\n"
"Opties:\n"
@@ -3044,7 +3044,7 @@ msgstr "%s: kon --smp parameter '%s' niet ontleden\n"
msgid ""
"%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"
@@ -3071,7 +3071,7 @@ msgid ""
msgstr ""
"%s: FUSE module voor libguestfs\n"
"%s laat je een virtuele machine bestandssysteem aankoppelen\n"
-"Copyright (C) 2009-2010 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Gebruik:\n"
" %s [--opties] [-- [--FUSE-opties]] aankoppelpunt\n"
"Opties:\n"
@@ -3374,7 +3374,7 @@ msgstr "{filename}: kon initrd formaat niet lezen"
#, fuzzy, c-format
msgid ""
"%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"
@@ -3398,7 +3398,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: Draai een redding shell op een virtuele machine\n"
-"Copyright (C) 2009-2010 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Gebruik:\n"
" %s [--opties] -d domnaam\n"
" %s [--opties] -a disk.img [-a disk.img ...]\n"
@@ -3896,7 +3896,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
@@ -3907,7 +3907,7 @@ msgid ""
" -t n Set launch timeout (default: %d seconds)\n"
msgstr ""
"libguestfs-test-tool: interactief test gereedschap\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Gebruik:\n"
" libguestfs-test-tool [--opties]\n"
"Opties:\n"
diff --git a/po/or.po b/po/or.po
index 6bd0928a9..d176df562 100644
--- a/po/or.po
+++ b/po/or.po
@@ -151,7 +151,7 @@ msgstr ""
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -305,7 +305,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -2177,7 +2177,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2767,7 +2767,7 @@ msgstr "%s: ଅଜଣା ଲମ୍ବା ବିକଳ୍ପ: %s (%d)\n"
msgid ""
"%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"
@@ -3030,7 +3030,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3490,7 +3490,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/pa.po b/po/pa.po
index 8076796a2..5717f198c 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -203,7 +203,7 @@ msgstr "%s: ਤੁਸੀਂ -h ਅਤੇ --csv ਚੋਣਾਂ ਇਕੱਠੀ
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -377,7 +377,7 @@ msgstr "IUse%"
#, c-format
msgid ""
"%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"
@@ -2251,7 +2251,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2891,7 +2891,7 @@ msgstr "%s: unknown long option: %s (%d)\n"
msgid ""
"%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"
@@ -3193,7 +3193,7 @@ msgstr "{filename}: initrd ਫਾਰਮੈਟ ਪੜ ਨਹੀਂ ਸਕਿਆ"
#, fuzzy, c-format
msgid ""
"%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"
@@ -3688,7 +3688,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/pl.po b/po/pl.po
index 80dfb4b5c..4479b3d92 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -223,7 +223,7 @@ msgstr "%s: nie można używać opcji -h oraz --csv jednocześnie.\n"
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -252,7 +252,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: wyświetla listę plików w maszynie wirtualnej\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Użycie:\n"
" %s [--opcje] -d nazwadom katalog [katalog...]\n"
" %s [--opcje] -a dysk.img [-a dysk.img ...] katalog [katalog...]\n"
@@ -433,7 +433,7 @@ msgstr "IUżyte%"
#, c-format
msgid ""
"%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"
@@ -453,7 +453,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: modyfikuje plik w maszynie wirtualnej\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Użycie:\n"
" %s [--opcje] -d nazwadom katalog [plik...]\n"
" %s [--opcje] -a dysk.img [-a dysk.img ...] plik [plik...]\n"
@@ -2350,7 +2350,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2393,7 +2393,7 @@ msgid ""
msgstr ""
"%s: powłoka systemu plików gościa\n"
"%s umożliwia modyfikowanie systemów plików maszyn wirtualnych\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Użycie:\n"
" %s [--opcje] polecenie [: polecenie : polecenie...]\n"
"Opcje:\n"
@@ -3061,7 +3061,7 @@ msgstr "%s: nie można przetworzyć parametru \"%s\" opcji --smp\n"
msgid ""
"%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"
@@ -3088,7 +3088,7 @@ msgid ""
msgstr ""
"%s: moduł FUSE dla biblioteki libguestfs\n"
"%s umożliwia zamontowanie systemu plików maszyny wirtualnej\n"
-"Copyright (C) 2009-2010 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Użycie:\n"
" %s [--opcje] [-- [--opcje-FUSE]] punkt_montowania\n"
"Opcje:\n"
@@ -3394,7 +3394,7 @@ msgstr "{filename}: nie można odczytać formatu initrd"
#, fuzzy, c-format
msgid ""
"%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"
@@ -3418,7 +3418,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
"%s: uruchamia powłokę ratunkową w maszynie wirtualnej\n"
-"Copyright (C) 2009-2010 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Użycie:\n"
" %s [--opcje] -d nazwa_domeny\n"
" %s [--opcje] -a dysk.img [-a dysk.img...]\n"
@@ -3926,7 +3926,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
@@ -3937,7 +3937,7 @@ msgid ""
" -t n Set launch timeout (default: %d seconds)\n"
msgstr ""
"libguestfs-test-tool: interaktywne narzędzie do testowania\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Użycie:\n"
" libguestfs-test-tool [--opcje]\n"
"Opcje:\n"
diff --git a/po/ta.po b/po/ta.po
index ad40ee70f..3e9fbb144 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -151,7 +151,7 @@ msgstr ""
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -305,7 +305,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -2177,7 +2177,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2768,7 +2768,7 @@ msgstr "%s: தெரியாத நீண்ட விருப்பம்: %
msgid ""
"%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"
@@ -3031,7 +3031,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3493,7 +3493,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/te.po b/po/te.po
index f31972085..70c9909fb 100644
--- a/po/te.po
+++ b/po/te.po
@@ -151,7 +151,7 @@ msgstr ""
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -305,7 +305,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -2176,7 +2176,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -2765,7 +2765,7 @@ msgstr "%s: తెలియని long ఐచ్చికము: %s (%d)\n"
msgid ""
"%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"
@@ -3028,7 +3028,7 @@ msgstr ""
#, c-format
msgid ""
"%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"
@@ -3489,7 +3489,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/po/uk.po b/po/uk.po
index 1c002614e..0e311650c 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -225,7 +225,7 @@ msgstr "%s: не можна одночасно використовувати п
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
-"Copyright (C) 2010-2011 Red Hat Inc.\n"
+"Copyright (C) 2010-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] -d domname dir [dir ...]\n"
" %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
@@ -435,7 +435,7 @@ msgstr "% IВикористання"
#, c-format
msgid ""
"%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"
@@ -2379,7 +2379,7 @@ msgstr ""
msgid ""
"%s: guest filesystem shell\n"
"%s lets you edit virtual machine filesystems\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] cmd [: cmd : cmd ...]\n"
"Options:\n"
@@ -3102,7 +3102,7 @@ msgstr "%s: не вдалося обробити параметр --smp «%s»\n
msgid ""
"%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"
@@ -3436,7 +3436,7 @@ msgstr "{filename}: не вдалося прочитати формат initrd"
#, fuzzy, c-format
msgid ""
"%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"
@@ -3971,7 +3971,7 @@ msgstr ""
#, c-format
msgid ""
"libguestfs-test-tool: interactive test tool\n"
-"Copyright (C) 2009-2011 Red Hat Inc.\n"
+"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/podwrapper.sh.in b/podwrapper.sh.in
index 967f44c93..ec750f16b 100755
--- a/podwrapper.sh.in
+++ b/podwrapper.sh.in
@@ -1,6 +1,6 @@
#!/bin/bash -
# podwrapper.sh
-# Copyright (C) 2010-2011 Red Hat Inc.
+# Copyright (C) 2010-2012 Red Hat Inc.
# @configure_input@
#
# This program is free software; you can redistribute it and/or modify
diff --git a/python/Makefile.am b/python/Makefile.am
index bbccb1ae3..b2c69e6bc 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs Python bindings
-# 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/python/guestfs-py-byhand.c b/python/guestfs-py-byhand.c
index 53c2e98c9..0d00ec146 100644
--- a/python/guestfs-py-byhand.c
+++ b/python/guestfs-py-byhand.c
@@ -1,5 +1,5 @@
/* libguestfs python bindings
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/python/guestfs-py.h b/python/guestfs-py.h
index 29e84ba35..e2ca6e33d 100644
--- a/python/guestfs-py.h
+++ b/python/guestfs-py.h
@@ -1,5 +1,5 @@
/* libguestfs python bindings
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/python/run-bindtests b/python/run-bindtests
index 8670387cf..0299ff1b5 100755
--- a/python/run-bindtests
+++ b/python/run-bindtests
@@ -1,6 +1,6 @@
#!/bin/sh -
# libguestfs Perl bindings
-# 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/python/run-python-tests b/python/run-python-tests
index 528dc2e18..7f416963f 100755
--- a/python/run-python-tests
+++ b/python/run-python-tests
@@ -1,6 +1,6 @@
#!/bin/sh -
# libguestfs Perl bindings
-# 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/python/t/010-basic.py b/python/t/010-basic.py
index e123f2923..63bd61729 100644
--- a/python/t/010-basic.py
+++ b/python/t/010-basic.py
@@ -1,5 +1,5 @@
# libguestfs Python bindings
-# Copyright (C) 2009-2010 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/rescue/Makefile.am b/rescue/Makefile.am
index cf173ce5c..83c870f6c 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 efde9837a..bda40c1fe 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 050db480b..9863e44a0 100755
--- a/rescue/virt-rescue.pod
+++ b/rescue/virt-rescue.pod
@@ -337,7 +337,7 @@ Richard W.M. Jones L
=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
diff --git a/resize/progress.ml b/resize/progress.ml
index 0ae72a387..e4fd47e08 100644
--- a/resize/progress.ml
+++ b/resize/progress.ml
@@ -1,5 +1,5 @@
(* virt-resize
- * 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/resize/progress.mli b/resize/progress.mli
index cd20e21ae..a9b3d37df 100644
--- a/resize/progress.mli
+++ b/resize/progress.mli
@@ -1,5 +1,5 @@
(* virt-resize
- * 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/resize/resize.ml b/resize/resize.ml
index 6d9755376..d15f07075 100644
--- a/resize/resize.ml
+++ b/resize/resize.ml
@@ -1,5 +1,5 @@
(* virt-resize
- * 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/resize/test-virt-resize.sh b/resize/test-virt-resize.sh
index 09e5f6174..7e38a439f 100755
--- a/resize/test-virt-resize.sh
+++ b/resize/test-virt-resize.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# libguestfs virt-resize 2.0 test script
-# 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/resize/utils.ml b/resize/utils.ml
index c11740fd3..3c253da2e 100644
--- a/resize/utils.ml
+++ b/resize/utils.ml
@@ -1,5 +1,5 @@
(* virt-resize
- * 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/resize/virt-resize.pod b/resize/virt-resize.pod
index 9ee9c6f6e..313413a5b 100644
--- a/resize/virt-resize.pod
+++ b/resize/virt-resize.pod
@@ -720,7 +720,7 @@ Richard W.M. Jones L
=head1 COPYRIGHT
-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/ruby/lib/guestfs.rb b/ruby/lib/guestfs.rb
index 24cc914ad..897941f21 100644
--- a/ruby/lib/guestfs.rb
+++ b/ruby/lib/guestfs.rb
@@ -1,5 +1,5 @@
# libguestfs Ruby bindings
-# Copyright (C) 2009-2011 Red Hat Inc.
+# Copyright (C) 2009-2012 Red Hat Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sparsify/progress.ml b/sparsify/progress.ml
index 6eca40f93..f925a9c6e 100644
--- a/sparsify/progress.ml
+++ b/sparsify/progress.ml
@@ -1,5 +1,5 @@
(* virt-sparsify
- * 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/sparsify/progress.mli b/sparsify/progress.mli
index c95d28008..677df6777 100644
--- a/sparsify/progress.mli
+++ b/sparsify/progress.mli
@@ -1,5 +1,5 @@
(* virt-sparsify
- * 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/sparsify/utils.ml b/sparsify/utils.ml
index b7c531d87..e34fe4032 100644
--- a/sparsify/utils.ml
+++ b/sparsify/utils.ml
@@ -1,5 +1,5 @@
(* virt-sparsify
- * 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/src/appliance.c b/src/appliance.c
index 57ff38f1f..0ece4d273 100644
--- a/src/appliance.c
+++ b/src/appliance.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/dbdump.c b/src/dbdump.c
index 45c67c62d..ca035db15 100644
--- a/src/dbdump.c
+++ b/src/dbdump.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 541afb3dc..a72c320a4 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/guestfs.c b/src/guestfs.c
index 9f7348665..31968e4ec 100644
--- a/src/guestfs.c
+++ b/src/guestfs.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 55f6e7f52..f6fd0bb8c 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -3343,7 +3343,7 @@ Richard W.M. Jones (C)
=head1 COPYRIGHT
-Copyright (C) 2009-2011 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
L
This library is free software; you can redistribute it and/or
diff --git a/src/inspect.c b/src/inspect.c
index a7291da4d..aeceed9f2 100644
--- a/src/inspect.c
+++ b/src/inspect.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/inspect_apps.c b/src/inspect_apps.c
index 18f2ae360..2f3e3f15a 100644
--- a/src/inspect_apps.c
+++ b/src/inspect_apps.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/inspect_fs.c b/src/inspect_fs.c
index 2b8c8e9bc..fa7aaa843 100644
--- a/src/inspect_fs.c
+++ b/src/inspect_fs.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/inspect_fs_cd.c b/src/inspect_fs_cd.c
index 96add97c8..97aa3b912 100644
--- a/src/inspect_fs_cd.c
+++ b/src/inspect_fs_cd.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/inspect_fs_unix.c b/src/inspect_fs_unix.c
index 63317b3e6..f34075d5d 100644
--- a/src/inspect_fs_unix.c
+++ b/src/inspect_fs_unix.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/inspect_fs_windows.c b/src/inspect_fs_windows.c
index 270b7616f..ad47b2d3b 100644
--- a/src/inspect_fs_windows.c
+++ b/src/inspect_fs_windows.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/launch.c b/src/launch.c
index e47eda9ab..1af74b990 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/match.c b/src/match.c
index 6038e41c5..b31721c44 100644
--- a/src/match.c
+++ b/src/match.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/proto.c b/src/proto.c
index e34e4ec0a..4a558ef71 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -1,5 +1,5 @@
/* libguestfs
- * Copyright (C) 2009-2011 Red Hat Inc.
+ * Copyright (C) 2009-2012 Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/test-tool/Makefile.am b/test-tool/Makefile.am
index 9ce5d4ede..d20dfc7a4 100644
--- a/test-tool/Makefile.am
+++ b/test-tool/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/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod
index 9a9286120..c1efb59c3 100644
--- a/test-tool/libguestfs-test-tool.pod
+++ b/test-tool/libguestfs-test-tool.pod
@@ -109,7 +109,7 @@ Richard W.M. Jones (C)
=head1 COPYRIGHT
-Copyright (C) 2009-2011 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
L
This program is free software; you can redistribute it and/or modify
diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c
index a49a45935..1c8f6f56f 100644
--- a/test-tool/test-tool.c
+++ b/test-tool/test-tool.c
@@ -1,5 +1,5 @@
/* libguestfs-test-tool
- * 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
@@ -77,7 +77,7 @@ static void
usage (void)
{
printf (_("libguestfs-test-tool: interactive test tool\n"
- "Copyright (C) 2009-2011 Red Hat Inc.\n"
+ "Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
" libguestfs-test-tool [--options]\n"
"Options:\n"
diff --git a/tests/c-api/Makefile.am b/tests/c-api/Makefile.am
index 0b6c68384..2ba310667 100644
--- a/tests/c-api/Makefile.am
+++ b/tests/c-api/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs
-# Copyright (C) 2009-2010 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/tests/data/Makefile.am b/tests/data/Makefile.am
index 43f40a192..885b9959d 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs test images
-# Copyright (C) 2009-2010 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/tests/extra/Makefile.am b/tests/extra/Makefile.am
index 83abc6512..22315e0d7 100644
--- a/tests/extra/Makefile.am
+++ b/tests/extra/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/tests/guests/Makefile.am b/tests/guests/Makefile.am
index ee28034ab..960f708ad 100644
--- a/tests/guests/Makefile.am
+++ b/tests/guests/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs test images
-# Copyright (C) 2009-2010 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/tests/guests/guest-aux/make-fedora-img.pl b/tests/guests/guest-aux/make-fedora-img.pl
index eb0cf770e..6eeaa9ab2 100755
--- a/tests/guests/guest-aux/make-fedora-img.pl
+++ b/tests/guests/guest-aux/make-fedora-img.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# libguestfs
-# 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/tests/guests/guest-aux/make-windows-img.sh b/tests/guests/guest-aux/make-windows-img.sh
index 74546302f..47b8abb18 100755
--- a/tests/guests/guest-aux/make-windows-img.sh
+++ b/tests/guests/guest-aux/make-windows-img.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# libguestfs
-# 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/tests/luks/Makefile.am b/tests/luks/Makefile.am
index 2bc21eda3..30ec83b9c 100644
--- a/tests/luks/Makefile.am
+++ b/tests/luks/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/tests/lvm/Makefile.am b/tests/lvm/Makefile.am
index 9c4c137fe..19c4ea3b4 100644
--- a/tests/lvm/Makefile.am
+++ b/tests/lvm/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/tests/md/Makefile.am b/tests/md/Makefile.am
index c778956fa..189f4ca49 100644
--- a/tests/md/Makefile.am
+++ b/tests/md/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/tests/protocol/Makefile.am b/tests/protocol/Makefile.am
index ce9282e25..b7a446e07 100644
--- a/tests/protocol/Makefile.am
+++ b/tests/protocol/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/tests/protocol/test-both-ends-cancel.sh b/tests/protocol/test-both-ends-cancel.sh
index accc01916..c866348eb 100755
--- a/tests/protocol/test-both-ends-cancel.sh
+++ b/tests/protocol/test-both-ends-cancel.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# libguestfs
-# 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/tests/regressions/Makefile.am b/tests/regressions/Makefile.am
index e43d9e9f4..f71572a28 100644
--- a/tests/regressions/Makefile.am
+++ b/tests/regressions/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/tests/regressions/rhbz501893.c b/tests/regressions/rhbz501893.c
index 86e85e58d..bcebe6f6a 100644
--- a/tests/regressions/rhbz501893.c
+++ b/tests/regressions/rhbz501893.c
@@ -1,6 +1,6 @@
/* Regression test for RHBZ#501893.
* Test that String parameters are checked for != NULL.
- * Copyright (C) 2009-2010 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/tests/regressions/rhbz576879.sh b/tests/regressions/rhbz576879.sh
index 852183d38..9d04f8abc 100755
--- a/tests/regressions/rhbz576879.sh
+++ b/tests/regressions/rhbz576879.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# libguestfs
-# 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/tools/Makefile.am b/tools/Makefile.am
index 2ecd0eeea..c025606fe 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,5 @@
# libguestfs virt-* tools
-# 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/tools/test-virt-make-fs.sh b/tools/test-virt-make-fs.sh
index 072269c57..5a3180690 100755
--- a/tools/test-virt-make-fs.sh
+++ b/tools/test-virt-make-fs.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# libguestfs
-# 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/tools/virt-list-filesystems b/tools/virt-list-filesystems
index 7ce2e9316..cb83a70e3 100755
--- a/tools/virt-list-filesystems
+++ b/tools/virt-list-filesystems
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# virt-list-filesystems
-# Copyright (C) 2009-2010 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/tools/virt-list-partitions b/tools/virt-list-partitions
index a17649d0e..693dac560 100755
--- a/tools/virt-list-partitions
+++ b/tools/virt-list-partitions
@@ -282,7 +282,7 @@ Richard W.M. Jones L
=head1 COPYRIGHT
-Copyright (C) 2009-2010 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/tools/virt-make-fs b/tools/virt-make-fs
index 3afbb438e..f941a8207 100755
--- a/tools/virt-make-fs
+++ b/tools/virt-make-fs
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# virt-make-fs
-# 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
@@ -588,7 +588,7 @@ Richard W.M. Jones L
=head1 COPYRIGHT
-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/tools/virt-tar b/tools/virt-tar
index 844ca1ae6..777dbbdde 100755
--- a/tools/virt-tar
+++ b/tools/virt-tar
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# virt-tar
-# Copyright (C) 2009-2010 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/update-bugs.sh b/update-bugs.sh
index 8b14b6e19..5f718871d 100755
--- a/update-bugs.sh
+++ b/update-bugs.sh
@@ -1,6 +1,6 @@
#!/bin/bash -
# update-bugs.sh
-# Copyright (C) 2009-2010 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