summaryrefslogtreecommitdiffstats
path: root/fish
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 /fish
parentd8a1389df35ddd5b6d9af86dc27c1978ea07348f (diff)
downloadlibguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.gz
libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.xz
libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.zip
Tempus fugit.
Update all copyright dates to 2012.
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile.am2
-rw-r--r--fish/copy.c2
-rw-r--r--fish/edit.c2
-rw-r--r--fish/fish.c4
-rw-r--r--fish/glob.c2
-rw-r--r--fish/guestfish.pod2
-rw-r--r--fish/keys.c2
-rw-r--r--fish/man.c2
-rw-r--r--fish/more.c2
-rw-r--r--fish/options.c2
-rw-r--r--fish/options.h2
-rw-r--r--fish/progress.c2
-rw-r--r--fish/progress.h2
13 files changed, 14 insertions, 14 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index 2624a7d5..658f1e01 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 820e092a..4ff1693f 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 7bd6244c..b615ef45 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 3cf15b20..e388832e 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 e05e7753..0141040a 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 7ceb0710..c0827c79 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1299,7 +1299,7 @@ Richard W.M. Jones (C<rjones at redhat dot com>)
=head1 COPYRIGHT
-Copyright (C) 2009-2011 Red Hat Inc.
+Copyright (C) 2009-2012 Red Hat Inc.
L<http://libguestfs.org/>
This program is free software; you can redistribute it and/or modify
diff --git a/fish/keys.c b/fish/keys.c
index fe98b610..b66db521 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 9b491227..7d0318cc 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 9008bd1c..2ac2c3b6 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 f6523898..1a2e8c53 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 7411a2ab..2b049f2f 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 b812a578..6c30e952 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 0b08a939..4fc0eaf0 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