summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-22 16:37:35 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-22 16:37:35 +0000
commit4d50b21835d7dd00ecc40efd64c5573d7e048500 (patch)
tree8a711e21871bf873c673774f770ddd9123c86e97 /openbox/openbox.c
parentf5202acb60c56c35e21a4d5cce8687a46df4da92 (diff)
update copyright step 1
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c4
1 files changed, 2 insertions, 2 deletions
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");