summaryrefslogtreecommitdiffstats
path: root/cat
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-18 22:05:02 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-18 22:05:02 +0000
commit08840bab44c38d0c69b5780c57b2bf370c96d58c (patch)
treea09d90f385c268782bb79755e9e9f6e7c6b6d3cb /cat
parentd8a1389df35ddd5b6d9af86dc27c1978ea07348f (diff)
downloadlibguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.gz
libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.xz
libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.zip
Tempus fugit.
Update all copyright dates to 2012.
Diffstat (limited to 'cat')
-rw-r--r--cat/Makefile.am2
-rw-r--r--cat/virt-cat.c2
-rwxr-xr-xcat/virt-cat.pod2
-rw-r--r--cat/virt-filesystems.c2
-rw-r--r--cat/virt-ls.c4
-rwxr-xr-xcat/virt-ls.pod2
6 files changed, 7 insertions, 7 deletions
diff --git a/cat/Makefile.am b/cat/Makefile.am
index 3180b26d..22433e37 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 775c7735..2a6b64fc 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 d125e6fc..10e5f999 100755
--- a/cat/virt-cat.pod
+++ b/cat/virt-cat.pod
@@ -255,7 +255,7 @@ Richard W.M. Jones L<http://people.redhat.com/~rjones/>
=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 ac6466fb..dce440be 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 1ca016a8..b79afa31 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 cd1166b8..2300f2db 100755
--- a/cat/virt-ls.pod
+++ b/cat/virt-ls.pod
@@ -510,7 +510,7 @@ Richard W.M. Jones L<http://people.redhat.com/~rjones/>
=head1 COPYRIGHT
-Copyright (C) 2009-2011 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by