summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-22 16:44:18 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-22 16:44:18 +0000
commitd9f14c1d010860e658f4a9adc6682e0264b410aa (patch)
treefa64cadf0b06ad0b4e34ea8061c6c9f45b064aac /openbox
parent4d50b21835d7dd00ecc40efd64c5573d7e048500 (diff)
update copyright step 2
Diffstat (limited to 'openbox')
-rw-r--r--openbox/action.c1
-rw-r--r--openbox/action.h1
-rw-r--r--openbox/client.h1
-rw-r--r--openbox/client_list_menu.c1
-rw-r--r--openbox/client_list_menu.h1
-rw-r--r--openbox/dock.c1
-rw-r--r--openbox/extensions.c29
-rw-r--r--openbox/extensions.h1
-rw-r--r--openbox/focus.h1
-rw-r--r--openbox/frame.h1
-rw-r--r--openbox/framerender.c1
-rw-r--r--openbox/geom.h1
-rw-r--r--openbox/grab.c1
-rw-r--r--openbox/keyboard.h1
-rw-r--r--openbox/keytree.c1
-rw-r--r--openbox/mainloop.h1
-rw-r--r--openbox/menu.c1
-rw-r--r--openbox/menuframe.h1
-rw-r--r--openbox/mouse.c1
-rw-r--r--openbox/place.c1
-rw-r--r--openbox/place.h1
-rw-r--r--openbox/prop.c1
-rw-r--r--openbox/prop.h1
-rw-r--r--openbox/resist.c1
-rw-r--r--openbox/stacking.c1
-rw-r--r--openbox/stacking.h1
-rw-r--r--openbox/startupnotify.c1
-rw-r--r--openbox/xerror.c1
28 files changed, 42 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