From 556394cfc2c89422679798602672aa14eaf88c13 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 21 Aug 2001 06:00:12 +0000 Subject: [PATCH] * gcmd.c (gnome_about_cmd): Update copyright years. --- gnome/ChangeLog | 2 ++ gnome/gcmd.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome/ChangeLog b/gnome/ChangeLog index 9be181fe8..930e130bc 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,5 +1,7 @@ 2001-08-21 Pavel Roskin + * gcmd.c (gnome_about_cmd): Update copyright years. + * application.x-gnumeric.desktop: Remove, it's unused. * gimp.image.desktop: Likewise. * Makefile.in: Remove references to *.desktop files. diff --git a/gnome/gcmd.c b/gnome/gcmd.c index c53882bfb..28efc18ba 100644 --- a/gnome/gcmd.c +++ b/gnome/gcmd.c @@ -89,7 +89,7 @@ gnome_about_cmd (void) } about = gnome_about_new (_("GNU Midnight Commander"), VERSION, - "Copyright 1994-1999 the Free Software Foundation", + "Copyright 1994-2001 the Free Software Foundation", authors, _("The GNOME edition of the Midnight Commander file manager."), NULL);