diff --git a/fish/alloc.c b/fish/alloc.c index 7454fb737..355ddc3f0 100644 --- a/fish/alloc.c +++ b/fish/alloc.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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 ecbd2da25..477bfe986 100644 --- a/fish/copy.c +++ b/fish/copy.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010-2012 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/destpaths.c b/fish/destpaths.c index e79a90c7c..ad57efd05 100644 --- a/fish/destpaths.c +++ b/fish/destpaths.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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/display.c b/fish/display.c index c5655468d..fefe5ee30 100644 --- a/fish/display.c +++ b/fish/display.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2011 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2011-2013 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/echo.c b/fish/echo.c index 7cf7c1a6f..8043f4b66 100644 --- a/fish/echo.c +++ b/fish/echo.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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 217852517..ab3e26ce2 100644 --- a/fish/edit.c +++ b/fish/edit.c @@ -1,4 +1,4 @@ -/* guestfish - the filesystem interactive shell +/* guestfish - guest filesystem shell * Copyright (C) 2009-2013 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/fish/events.c b/fish/events.c index 1607e42c2..fe534a85f 100644 --- a/fish/events.c +++ b/fish/events.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2011 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2011-2013 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 2651012a3..98f909016 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -1,4 +1,4 @@ -/* guestfish - the filesystem interactive shell +/* guestfish - guest filesystem shell * Copyright (C) 2009-2013 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify @@ -670,7 +670,7 @@ script (int prompt) if (prompt) { printf (_("\n" - "Welcome to guestfish, the libguestfs filesystem interactive shell for\n" + "Welcome to guestfish, the guest filesystem shell for\n" "editing virtual machine filesystems.\n" "\n" "Type: 'help' for help on commands\n" diff --git a/fish/glob.c b/fish/glob.c index baaef5ab8..c99cf20b5 100644 --- a/fish/glob.c +++ b/fish/glob.c @@ -1,4 +1,4 @@ -/* guestfish - the filesystem interactive shell +/* guestfish - guest filesystem shell * Copyright (C) 2009-2013 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/fish/guestfish.pod b/fish/guestfish.pod index fe915360c..a3e509e6d 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -2,7 +2,7 @@ =head1 NAME -guestfish - the libguestfs Filesystem Interactive SHell +guestfish - the guest filesystem shell =head1 SYNOPSIS @@ -44,7 +44,7 @@ L command. $ guestfish - Welcome to guestfish, the libguestfs filesystem interactive shell for + Welcome to guestfish, the guest filesystem shell for editing virtual machine filesystems. Type: 'help' for a list of commands diff --git a/fish/help.c b/fish/help.c index c14128763..3aaf6d890 100644 --- a/fish/help.c +++ b/fish/help.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/hexedit.c b/fish/hexedit.c index af72ebb5a..a22363960 100644 --- a/fish/hexedit.c +++ b/fish/hexedit.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/lcd.c b/fish/lcd.c index 19c661303..a5438875e 100644 --- a/fish/lcd.c +++ b/fish/lcd.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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 71f7486ef..47fd3f52b 100644 --- a/fish/man.c +++ b/fish/man.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010-2012 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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 b56545a18..175f6e7c1 100644 --- a/fish/more.c +++ b/fish/more.c @@ -1,4 +1,4 @@ -/* guestfish - the filesystem interactive shell +/* guestfish - guest filesystem shell * Copyright (C) 2009-2013 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/fish/prep-boot.c b/fish/prep-boot.c index 426c50bad..bbb3ae881 100644 --- a/fish/prep-boot.c +++ b/fish/prep-boot.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/prep-disk.c b/fish/prep-disk.c index 1caee5f07..4624aa44e 100644 --- a/fish/prep-disk.c +++ b/fish/prep-disk.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/prep-fs.c b/fish/prep-fs.c index 49f449a0d..956688a16 100644 --- a/fish/prep-fs.c +++ b/fish/prep-fs.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/prep-lv.c b/fish/prep-lv.c index a9b7b700e..a525f84c1 100644 --- a/fish/prep-lv.c +++ b/fish/prep-lv.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/prep-part.c b/fish/prep-part.c index fc3901432..91753b22d 100644 --- a/fish/prep-part.c +++ b/fish/prep-part.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/prep.c b/fish/prep.c index 254f33105..db872e626 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/rc.c b/fish/rc.c index 14c6034d7..bbaaee753 100644 --- a/fish/rc.c +++ b/fish/rc.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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/reopen.c b/fish/reopen.c index 6b3707e9a..001490264 100644 --- a/fish/reopen.c +++ b/fish/reopen.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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/setenv.c b/fish/setenv.c index d04b1d3bf..7466d8db5 100644 --- a/fish/setenv.c +++ b/fish/setenv.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2011 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2011-2013 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/supported.c b/fish/supported.c index 64b52943d..23ebfcf7f 100644 --- a/fish/supported.c +++ b/fish/supported.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2010-2013 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/tilde.c b/fish/tilde.c index 92679663d..0145c7916 100644 --- a/fish/tilde.c +++ b/fish/tilde.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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/time.c b/fish/time.c index 17d31a71a..f218e602b 100644 --- a/fish/time.c +++ b/fish/time.c @@ -1,5 +1,5 @@ -/* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. +/* guestfish - guest filesystem shell + * Copyright (C) 2009-2013 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