X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=7e8fadc2eb4e7420d0cde5f9aa461e12cd307c40;hb=80a6f06c0a3d6de2c7d94066c5a9764b97a600af;hp=6ada770adaafbc3e8c83623e495d6f18323e1cf9;hpb=1b4ff4e93f8bc312a862d3f08afeb0f4809527ae;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 6ada770a..7e8fadc2 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- openbox.c for the Openbox window manager - Copyright (c) 2004 Mikael Magnusson + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify @@ -358,7 +358,7 @@ static void signal_handler(gint signal, gpointer data) static void print_version() { g_print("Openbox %s\n", PACKAGE_VERSION); - g_print("Copyright (c) 2004 Mikael Magnusson\n"); + g_print("Copyright (c) 2006 Mikael Magnusson\n"); g_print("Copyright (c) 2003 Ben 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");