From 5913b8c5ab048e020837a1095484eee230375be3 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 10 Jan 2006 19:43:21 +0000 Subject: [PATCH] Whoops, I forgot to keep my copyright info updated with my previous 2006-01-10 Elijah Newren * src/bell.c: * src/boxes.c: * src/boxes.h: * src/constraints.c: * src/core.c: * src/display.c: * src/display.h: * src/edge-resistance.c: * src/frames.c: * src/keybindings.c: * src/main.c: * src/prefs.c: * src/prefs.h: * src/screen.c: * src/screen.h: * src/window.c: * src/window.h: Whoops, I forgot to keep my copyright info updated with my previous commits as Havoc had asked me to do. Doing that now... --- ChangeLog | 22 ++++++++++++++++++++++ src/bell.c | 2 +- src/boxes.c | 2 +- src/boxes.h | 2 +- src/constraints.c | 2 +- src/core.c | 2 +- src/display.c | 2 +- src/display.h | 2 +- src/edge-resistance.c | 2 +- src/frames.c | 2 +- src/keybindings.c | 2 +- src/main.c | 1 + src/prefs.c | 1 + src/prefs.h | 1 + src/screen.c | 2 +- src/screen.h | 2 +- src/window.c | 2 +- src/window.h | 2 +- 18 files changed, 39 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 576fa0d7d..ead3eb82a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2006-01-10 Elijah Newren + + * src/bell.c: + * src/boxes.c: + * src/boxes.h: + * src/constraints.c: + * src/core.c: + * src/display.c: + * src/display.h: + * src/edge-resistance.c: + * src/frames.c: + * src/keybindings.c: + * src/main.c: + * src/prefs.c: + * src/prefs.h: + * src/screen.c: + * src/screen.h: + * src/window.c: + * src/window.h: + Whoops, I forgot to keep my copyright info updated with my previous + commits as Havoc had asked me to do. Doing that now... + 2006-01-10 Elijah Newren Add a raise on click option, basically only because all the major diff --git a/src/bell.c b/src/bell.c index 1aefc77dd..b73a75279 100644 --- a/src/bell.c +++ b/src/bell.c @@ -2,7 +2,7 @@ /* * Copyright (C) 2002 Sun Microsystems Inc. - * Copyright (C) 2005 Elijah Newren + * Copyright (C) 2005, 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/boxes.c b/src/boxes.c index d0d1c6850..0c1c3f8dd 100644 --- a/src/boxes.c +++ b/src/boxes.c @@ -1,7 +1,7 @@ /* Simple box operations */ /* - * Copyright (C) 2005 Elijah Newren + * Copyright (C) 2005, 2006 Elijah Newren * [meta_rectangle_intersect() is copyright the GTK+ Team according to Havoc, * see gdkrectangle.c. As far as Havoc knows, he probably wrote * meta_rectangle_equal(), and I'm guessing it's (C) Red Hat. So...] diff --git a/src/boxes.h b/src/boxes.h index 86a2b1dc9..4f5f26670 100644 --- a/src/boxes.h +++ b/src/boxes.h @@ -1,7 +1,7 @@ /* Simple box operations */ /* - * Copyright (C) 2005 Elijah Newren + * Copyright (C) 2005, 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/constraints.c b/src/constraints.c index be04bcb1c..ab2dc4d11 100644 --- a/src/constraints.c +++ b/src/constraints.c @@ -3,7 +3,7 @@ /* * Copyright (C) 2002, 2003 Red Hat, Inc. * Copyright (C) 2003, 2004 Rob Adams - * Copyright (C) 2005 Elijah Newren + * Copyright (C) 2005, 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/core.c b/src/core.c index 72c49e1ed..eec011571 100644 --- a/src/core.c +++ b/src/core.c @@ -3,7 +3,7 @@ /* * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2003 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/display.c b/src/display.c index d05f398a0..f277a4031 100644 --- a/src/display.c +++ b/src/display.c @@ -4,7 +4,7 @@ * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2002, 2003, 2004 Red Hat, Inc. * Copyright (C) 2003, 2004 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/display.h b/src/display.h index 0c47db92c..d89558c04 100644 --- a/src/display.h +++ b/src/display.h @@ -4,7 +4,7 @@ * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2002 Red Hat, Inc. * Copyright (C) 2003 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/edge-resistance.c b/src/edge-resistance.c index 14a3e5717..755f2a817 100644 --- a/src/edge-resistance.c +++ b/src/edge-resistance.c @@ -1,7 +1,7 @@ /* Edge resistance for move/resize operations */ /* - * Copyright (C) 2005 Elijah Newren + * Copyright (C) 2005, 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/frames.c b/src/frames.c index 0cc9e7308..6b2e629af 100644 --- a/src/frames.c +++ b/src/frames.c @@ -3,7 +3,7 @@ /* * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2003 Red Hat, Inc. - * Copyright (C) 2005 Elijah Newren + * Copyright (C) 2005, 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/keybindings.c b/src/keybindings.c index 42aa64d80..2cdd13fee 100644 --- a/src/keybindings.c +++ b/src/keybindings.c @@ -4,7 +4,7 @@ * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2002 Red Hat Inc. * Copyright (C) 2003 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/main.c b/src/main.c index 39cd6d4f9..03feb4cfe 100644 --- a/src/main.c +++ b/src/main.c @@ -2,6 +2,7 @@ /* * Copyright (C) 2001 Havoc Pennington + * Copyright (C) 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/prefs.c b/src/prefs.c index 1557cd6ee..48530ec64 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -2,6 +2,7 @@ /* * Copyright (C) 2001 Havoc Pennington, Copyright (C) 2002 Red Hat Inc. + * Copyright (C) 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/prefs.h b/src/prefs.h index 390e5352c..17ca7877c 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -2,6 +2,7 @@ /* * Copyright (C) 2001 Havoc Pennington + * Copyright (C) 2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/screen.c b/src/screen.c index 5b73e2b78..381611a6f 100644 --- a/src/screen.c +++ b/src/screen.c @@ -6,7 +6,7 @@ * Some ICCCM manager selection code derived from fvwm2, * Copyright (C) 2001 Dominik Vogt, Matthias Clasen, and fvwm2 team * Copyright (C) 2003 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/screen.h b/src/screen.h index 67d171aaf..6c316f750 100644 --- a/src/screen.h +++ b/src/screen.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2003 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/window.c b/src/window.c index e736d4f42..4089d4128 100644 --- a/src/window.c +++ b/src/window.c @@ -4,7 +4,7 @@ * Copyright (C) 2001 Havoc Pennington, Anders Carlsson * Copyright (C) 2002, 2003 Red Hat, Inc. * Copyright (C) 2003 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/window.h b/src/window.h index 441e588cb..7fdb28070 100644 --- a/src/window.h +++ b/src/window.h @@ -4,7 +4,7 @@ * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2002 Red Hat, Inc. * Copyright (C) 2003, 2004 Rob Adams - * Copyright (C) 2004, 2005 Elijah Newren + * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as