diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-21 11:57:31 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-21 11:57:31 +0000 |
| commit | b2b8ad92bfbc60392737fe9945e719b238d34933 (patch) | |
| tree | 0c16b2c883182d0bc2a54aca939c9383e18c7c68 /openbox/openbox.c | |
| parent | 3fadb639fa41b9b0dd58a475a10e56f94feee0a9 (diff) | |
update copyright notices
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 5428ba01..3f764f2b 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -1,6 +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) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify @@ -356,6 +357,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, and others\n"); g_print("Copyright (c) 2003 Ben Jansens, and others\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"); |
