From 08840bab44c38d0c69b5780c57b2bf370c96d58c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 18 Jan 2012 22:05:02 +0000 Subject: Tempus fugit. Update all copyright dates to 2012. --- fish/fish.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fish/fish.c') 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" -- cgit