]> Dogcows Code - chaz/openbox/commitdiff
Just put copyright starting year in README so we don't need to keep updating it....
authorDana Jansens <danakj@orodu.net>
Sun, 30 Sep 2012 16:27:26 +0000 (12:27 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 30 Sep 2012 18:50:21 +0000 (14:50 -0400)
README
openbox/openbox.c

diff --git a/README b/README
index 9c6686406103920941eebe149d60f204f4e06a50..ff52ea93d26d75c5742179e7baa4cd5722e8b225 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Openbox
-Copyright (C) 2004-2007  Mikael Magnusson
-Copyright (C) 2002-2007  Dana Jansens
+Copyright (C) 2004  Mikael Magnusson
+Copyright (C) 2002  Dana Jansens
 
 ----
 
index fbc01fdddd20739ab9ddb16b55b3ee2e87d46ad0..4ac09cd6665f02cb47870a40acbb61e057542691 100644 (file)
@@ -515,9 +515,9 @@ static void print_version(void)
 {
     g_print("Openbox %s\n", PACKAGE_VERSION);
     g_print(_("Copyright (c)"));
-    g_print(" 2008-2011   Mikael Magnusson\n");
+    g_print(" 2004   Mikael Magnusson\n");
     g_print(_("Copyright (c)"));
-    g_print(" 2003-2011   Dana Jansens\n\n");
+    g_print(" 2002   Dana Jansens\n\n");
     g_print("This program comes with ABSOLUTELY NO WARRANTY.\n");
     g_print("This is free software, and you are welcome to redistribute it\n");
     g_print("under certain conditions. See the file COPYING for details.\n\n");
This page took 0.023059 seconds and 4 git commands to generate.