From d9f14c1d010860e658f4a9adc6682e0264b410aa Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 22 Aug 2006 16:44:18 +0000 Subject: [PATCH] update copyright step 2 --- openbox/action.c | 1 + openbox/action.h | 1 + openbox/client.h | 1 + openbox/client_list_menu.c | 1 + openbox/client_list_menu.h | 1 + openbox/dock.c | 1 + openbox/extensions.c | 29 +++++++++++++++-------------- openbox/extensions.h | 1 + openbox/focus.h | 1 + openbox/frame.h | 1 + openbox/framerender.c | 1 + openbox/geom.h | 1 + openbox/grab.c | 1 + openbox/keyboard.h | 1 + openbox/keytree.c | 1 + openbox/mainloop.h | 1 + openbox/menu.c | 1 + openbox/menuframe.h | 1 + openbox/mouse.c | 1 + openbox/place.c | 1 + openbox/place.h | 1 + openbox/prop.c | 1 + openbox/prop.h | 1 + openbox/resist.c | 1 + openbox/stacking.c | 1 + openbox/stacking.h | 1 + openbox/startupnotify.c | 1 + openbox/xerror.c | 1 + render/color.c | 1 + render/font.c | 1 + render/geom.h | 1 + render/gradient.c | 1 + render/image.c | 1 + render/instance.c | 1 + render/render.c | 1 + render/render.h | 1 + render/test.c | 1 + render/theme.c | 1 + render/theme.h | 1 + 39 files changed, 53 insertions(+), 14 deletions(-) diff --git a/openbox/action.c b/openbox/action.c index a30e6047..181ef38e 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- action.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/action.h b/openbox/action.h index 97392e1d..7aab7bd6 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- action.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/client.h b/openbox/client.h index 5f654d7e..41531979 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- client.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index dd8cad8b..dfd7c4e4 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- client_list_menu.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/client_list_menu.h b/openbox/client_list_menu.h index eac2bc91..63956cf1 100644 --- a/openbox/client_list_menu.h +++ b/openbox/client_list_menu.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- client_list_menu.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/dock.c b/openbox/dock.c index 06d50354..7b92ff58 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- dock.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/extensions.c b/openbox/extensions.c index 79e40c37..4807528e 100644 --- a/openbox/extensions.c +++ b/openbox/extensions.c @@ -1,19 +1,20 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- -extensions.c for the Openbox window manager -Copyright (c) 2003 Ben Jansens - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -See the COPYING file for a copy of the GNU General Public License. + extensions.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson + Copyright (c) 2003 Ben Jansens + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. */ #include "openbox.h" diff --git a/openbox/extensions.h b/openbox/extensions.h index f65cc292..a097957f 100644 --- a/openbox/extensions.h +++ b/openbox/extensions.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- extensions.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/focus.h b/openbox/focus.h index 014350f9..ce2c4d05 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- focus.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/frame.h b/openbox/frame.h index d50a2b72..af01bfad 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- frame.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/framerender.c b/openbox/framerender.c index e2c5ffd2..464e1c6b 100644 --- a/openbox/framerender.c +++ b/openbox/framerender.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- framerender.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/geom.h b/openbox/geom.h index d55bc081..fed39188 100644 --- a/openbox/geom.h +++ b/openbox/geom.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- geom.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/grab.c b/openbox/grab.c index 1515a3a9..b4c192b0 100644 --- a/openbox/grab.c +++ b/openbox/grab.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- grab.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/keyboard.h b/openbox/keyboard.h index 6e539cff..883d04b4 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- keyboard.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/keytree.c b/openbox/keytree.c index 676f3612..e033601a 100644 --- a/openbox/keytree.c +++ b/openbox/keytree.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- keytree.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/mainloop.h b/openbox/mainloop.h index 45cef182..9530f2a6 100644 --- a/openbox/mainloop.h +++ b/openbox/mainloop.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- mainloop.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/menu.c b/openbox/menu.c index 69a5fe5a..34150391 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- menu.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 83ec7521..5f0d8084 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- menuframe.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/mouse.c b/openbox/mouse.c index 0ed181d9..8a390d9f 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- mouse.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/place.c b/openbox/place.c index 1a528ce8..071e44be 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- place.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/place.h b/openbox/place.h index dd8831b7..2434ccbc 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- place.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/prop.c b/openbox/prop.c index d843e69d..c35bba99 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- prop.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/prop.h b/openbox/prop.h index edaaf2e6..fa45d5cd 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- prop.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/resist.c b/openbox/resist.c index 42c03675..bda77601 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- resist.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/stacking.c b/openbox/stacking.c index 6050d017..d063cfa2 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- stacking.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/stacking.h b/openbox/stacking.h index 365db0c0..edcedea2 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- stacking.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 0bf15d4a..e32144c0 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- startupnotify.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/openbox/xerror.c b/openbox/xerror.c index 25041fda..b9024150 100644 --- a/openbox/xerror.c +++ b/openbox/xerror.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- xerror.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/render/color.c b/render/color.c index c53a366e..a9121abd 100644 --- a/render/color.c +++ b/render/color.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- color.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens Copyright (c) 2003 Derek Foreman diff --git a/render/font.c b/render/font.c index 5771a1c2..0521e2af 100644 --- a/render/font.c +++ b/render/font.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- font.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens Copyright (c) 2003 Derek Foreman diff --git a/render/geom.h b/render/geom.h index 9768235e..a83636f8 100644 --- a/render/geom.h +++ b/render/geom.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- geom.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/render/gradient.c b/render/gradient.c index f4c9c957..e4ec20a1 100644 --- a/render/gradient.c +++ b/render/gradient.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- gradient.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens Copyright (c) 2003 Derek Foreman diff --git a/render/image.c b/render/image.c index 8903ad38..e67077fa 100644 --- a/render/image.c +++ b/render/image.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- image.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/render/instance.c b/render/instance.c index 19579249..386c87a3 100644 --- a/render/instance.c +++ b/render/instance.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- instance.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/render/render.c b/render/render.c index 84b9381d..77541f6d 100644 --- a/render/render.c +++ b/render/render.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- render.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens Copyright (c) 2003 Derek Foreman diff --git a/render/render.h b/render/render.h index 22a9bac7..38bcdeb5 100644 --- a/render/render.h +++ b/render/render.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- render.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens Copyright (c) 2003 Derek Foreman diff --git a/render/test.c b/render/test.c index cb67c2b0..c867cf78 100644 --- a/render/test.c +++ b/render/test.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- test.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens Copyright (c) 2003 Derek Foreman diff --git a/render/theme.c b/render/theme.c index 6c0316b9..31ef3b1a 100644 --- a/render/theme.c +++ b/render/theme.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- theme.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify diff --git a/render/theme.h b/render/theme.h index f61944b7..5190e07d 100644 --- a/render/theme.h +++ b/render/theme.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- theme.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify -- 2.39.2