summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <thomas@thurman.org.uk>2007-06-18 17:30:28 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-06-18 17:30:28 +0000
commitbdd9e2887887a1cd78daef288182b32232dcb217 (patch)
tree87a34f892b8524b49415e075a70dc8c798f74c4b
parent1f05ddcd0e6d821c1a5601025178bae4c5801eab (diff)
downloadmetacity-bdd9e2887887a1cd78daef288182b32232dcb217.tar.gz
Update copyright year because it was five years out of date.
2007-06-18 Thomas Thurman <thomas@thurman.org.uk> * src/main.c (version): Update copyright year because it was five years out of date. svn path=/trunk/; revision=3254
-rw-r--r--ChangeLog5
-rw-r--r--src/main.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f79fddcb..f6bfb645 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-06-18 Thomas Thurman <thomas@thurman.org.uk>
+ * src/main.c (version): Update copyright year because it was
+ five years out of date.
+
+2007-06-18 Thomas Thurman <thomas@thurman.org.uk>
+
* configure.in: post-release bump to 2.19.34.
2007-06-18 Thomas Thurman <thomas@thurman.org.uk>
diff --git a/src/main.c b/src/main.c
index 6c93e74c..4406c946 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);