From bdd9e2887887a1cd78daef288182b32232dcb217 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Mon, 18 Jun 2007 17:30:28 +0000 Subject: [PATCH] Update copyright year because it was five years out of date. 2007-06-18 Thomas Thurman * src/main.c (version): Update copyright year because it was five years out of date. svn path=/trunk/; revision=3254 --- ChangeLog | 5 +++++ src/main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f79fddcbd..f6bfb6450 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-18 Thomas Thurman + + * src/main.c (version): Update copyright year because it was + five years out of date. + 2007-06-18 Thomas Thurman * configure.in: post-release bump to 2.19.34. diff --git a/src/main.c b/src/main.c index 6c93e74c4..4406c9468 100644 --- a/src/main.c +++ b/src/main.c @@ -65,7 +65,7 @@ static void version (void) { g_print (_("metacity %s\n" - "Copyright (C) 2001-2002 Havoc Pennington, Red Hat, Inc., and others\n" + "Copyright (C) 2001-2008 Havoc Pennington, Red Hat, Inc., and others\n" "This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"), VERSION);