]> Dogcows Code - chaz/openbox/commitdiff
update copyright step 2
authorMikael Magnusson <mikachu@comhem.se>
Tue, 22 Aug 2006 16:44:18 +0000 (16:44 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 22 Aug 2006 16:44:18 +0000 (16:44 +0000)
39 files changed:
openbox/action.c
openbox/action.h
openbox/client.h
openbox/client_list_menu.c
openbox/client_list_menu.h
openbox/dock.c
openbox/extensions.c
openbox/extensions.h
openbox/focus.h
openbox/frame.h
openbox/framerender.c
openbox/geom.h
openbox/grab.c
openbox/keyboard.h
openbox/keytree.c
openbox/mainloop.h
openbox/menu.c
openbox/menuframe.h
openbox/mouse.c
openbox/place.c
openbox/place.h
openbox/prop.c
openbox/prop.h
openbox/resist.c
openbox/stacking.c
openbox/stacking.h
openbox/startupnotify.c
openbox/xerror.c
render/color.c
render/font.c
render/geom.h
render/gradient.c
render/image.c
render/instance.c
render/render.c
render/render.h
render/test.c
render/theme.c
render/theme.h

index a30e604715d0581afc60b887123e57fd39f0af7b..181ef38ebef782c7c9056660da5d59abd6e87f23 100644 (file)
@@ -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
index 97392e1da335f2aef8981b81e9479c8187b82162..7aab7bd65b7767e1b5d56ed6fac8a8ee1b0be5cd 100644 (file)
@@ -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
index 5f654d7eb35a5e15c1b4d6a25a25cc99e1d17825..41531979ddf34a1bee854763dd9c17cae1aafa36 100644 (file)
@@ -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
index dd8cad8bcf01e672a90dc823b2f6c7c7df44fcfe..dfd7c4e4543dd988e586ee7f920ce395f2c5faa2 100644 (file)
@@ -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
index eac2bc91667de9d062116139b39f99427e90bd44..63956cf12d12b1fe21a084818ae9814defeee418 100644 (file)
@@ -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
index 06d50354ff56271b1a28cf789c12ac9afdc93a8a..7b92ff5892f2cb12734727b35c0bcb72d930f066 100644 (file)
@@ -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
index 79e40c37fb131e6d353542973f65564bdf919c27..4807528eb7efa3114db5d1fab0454bd013888208 100644 (file)
@@ -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"
index f65cc292faef8b6f353751fa839925a61df6a64d..a097957f405b997256b430434b0466eb63c4bb91 100644 (file)
@@ -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
index 014350f9901c8d2c208aa593cea35e3756b57bc0..ce2c4d05eb6ebfebcf25004a3fc94ccaf29262dd 100644 (file)
@@ -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
index d50a2b72f8f1bbe92f5952965e0acbd1b31d3f65..af01bfade591fd305cdd37506c13142784dbbd7a 100644 (file)
@@ -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
index e2c5ffd2bed8eb57cd2def3c701f77a039c826e1..464e1c6bb71f2440e2df6617f781710eb85ba26d 100644 (file)
@@ -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
index d55bc0817bb54768509eacfe3e81f6219334ca0a..fed39188263a1438fe26babca8893b1a5a208a23 100644 (file)
@@ -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
index 1515a3a9932411bd8a2cfefc3017e19082ed2aa8..b4c192b0bfdde8151271fdf9b50d136fe8aa3661 100644 (file)
@@ -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
index 6e539cffe46a5b51f23b7abad409e40ca3ba71a7..883d04b4ceaac369a91c9acb5556559a2792d728 100644 (file)
@@ -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
index 676f3612f011f4b991335c9f80b5949426786057..e033601a307fca90157649a231292f32b9da37c1 100644 (file)
@@ -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
index 45cef18205b0b03bf5c0821347c60e9945cb1888..9530f2a60c15d718b434abbf1f6aeedffa8cc654 100644 (file)
@@ -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
index 69a5fe5aa4010d6da5bdbdeb95830a6070c9c2f6..34150391fe8e760fb7eb9b0354cc77d39787c420 100644 (file)
@@ -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
index 83ec7521018af08d18aca5f31e4cc8f668505cad..5f0d80846299d7000fc2b028c57930e2081cfe74 100644 (file)
@@ -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
index 0ed181d94e1fb509a41b15a09deeb07d2cb658df..8a390d9f0cd9bb50b16b91d4c84a53b545672c19 100644 (file)
@@ -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
index 1a528ce825081abcd97ec95dc8a5a02449c95f0c..071e44be0ca163551f65197a3f6efd0c3e93365e 100644 (file)
@@ -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
index dd8831b799154a10db4458d2b8f5f21359f00150..2434ccbc303d2e234c5ac83c4d183f56b63f989b 100644 (file)
@@ -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
index d843e69dc5ea0473d3e6c409990de634665dd19b..c35bba990cf063df24bba38199146a38d3475d0b 100644 (file)
@@ -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
index edaaf2e6b93f161f511ce05e788270a79e8b559c..fa45d5cdd81d4b30cb1673ec62f0245864501451 100644 (file)
@@ -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
index 42c03675c7ca722f995c99b840eb79662e9db75b..bda7760136508530e7eb75ab0d195a119795ce67 100644 (file)
@@ -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
index 6050d0178e49880295a98f1001d5a03d764c59c0..d063cfa22aff0a427347a45e7363d1009ee3ec24 100644 (file)
@@ -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
index 365db0c0995d4ba0e3fc796e0f9972aed2a589eb..edcedea24909235955b525c5bc73d7c97bceb126 100644 (file)
@@ -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
index 0bf15d4a25caba8e7fb1827896cccb816f4155a7..e32144c0a896b4f7139aa23876e17f9658b74e5f 100644 (file)
@@ -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
index 25041fda3eb2b37ac4d5e8acd0ed8b91f9f85b4b..b9024150861d000e677de186109bccba6341681d 100644 (file)
@@ -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
index c53a366e9eb30cfb1de481ff64bf0db4b24f460e..a9121abd2b61665a76994267c9dce70874e0098c 100644 (file)
@@ -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
 
index 5771a1c225b459bf03a2a35bfac3f841c67ada48..0521e2af6c8575a7600e3ff5a0952573945e9631 100644 (file)
@@ -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
 
index 9768235ebe5a3c8daf4295efd7066877a03da480..a83636f8577c043f42dee688440014fa4f6e8f96 100644 (file)
@@ -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
index f4c9c957ba7a9d3a341a702bfb9b2f280cc6663b..e4ec20a1000ce5f01a2409e460437572147223d1 100644 (file)
@@ -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
 
index 8903ad385d79a9368fa344ce1bd71ceec98f5d62..e67077fa4d14a1d4ce99b6c65b75359d22f78b4a 100644 (file)
@@ -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
index 195792498a3ccb9725437cb205fed073bd409512..386c87a3e5d7477356607c0b1524d659960cacd6 100644 (file)
@@ -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
index 84b9381d78cdde757bd31826484412498cc8305c..77541f6db4ce53b152d59dbe821a7b63235c0d6b 100644 (file)
@@ -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
 
index 22a9bac7061c763db3139cdd714f1f9a4daf0974..38bcdeb5d225c6e98de12b7c17a6459a03cda209 100644 (file)
@@ -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
 
index cb67c2b0e023da71742f7523ae5bbecf81807a3e..c867cf782b77dc0a4ee6c9bc5eac22ebdac2f7cc 100644 (file)
@@ -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
 
index 6c0316b9d5be2e137a1fba0a111e2e6acb995b6e..31ef3b1a53780dd088f0abf466ddb020605e8cd6 100644 (file)
@@ -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
index f61944b7bde4b2f008499c6117ec83eb848be9d7..5190e07d534f78a67748fa265393b6e39bcd7789 100644 (file)
@@ -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
This page took 0.050033 seconds and 4 git commands to generate.