Add missing license headers. Some files mentioned only copyright

but not explicitly the license, there I assumed they're licensed
under the same license as the rest of KWin, which is GPLv2+ as of now.
CC-ing all people mentioned as copyright holders just in case
somebody wants some other license, e.g. the X11 license KWin used
to be licensed under until KDE3.2. Please check with other relevant
contributors and change accordingly in such case.
CCMAIL: Karol Szwed <gallium@kde.org>
CCMAIL: Luciano Montanaro <mikelima@cirulla.net>
CCMAIL: Sandro Giessl <sandro@giessl.com>
CCMAIL: Daniel M. Duley <mosfet@kde.org>
CCMAIL: Chris Lee <clee@kde.org>


svn path=/trunk/KDE/kdebase/workspace/; revision=742990
This commit is contained in:
Luboš Luňák 2007-11-29 15:32:50 +00:00
parent 9621df24f5
commit fc23037d3a
27 changed files with 556 additions and 166 deletions

View file

@ -1,16 +1,30 @@
/*********************************************************************
B-II KWin Client
Changes:
Customizable button positions by Karol Szwed <gallium@kde.org>
Thin frame in fixed size windows, titlebar gradient support, accessibility
improvements, customizable menu double click action and button hover
effects are
Copyright (c) 2003, 2004, 2006 Luciano Montanaro <mikelima@cirulla.net>
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef CLIENTS_B2_B2CLIENT #ifndef CLIENTS_B2_B2CLIENT
#define CLIENTS_B2_B2CLIENT #define CLIENTS_B2_B2CLIENT
/*
* B-II KWin Client
*
* Changes:
* Customizable button positions by Karol Szwed <gallium@kde.org>
*
* Thin frame in fixed size windows, titlebar gradient support, accessibility
* improvements, customizable menu double click action and button hover
* effects are
* Copyright (c) 2003, 2004, 2006 Luciano Montanaro <mikelima@cirulla.net>
*/
#include "b2client.h" #include "b2client.h"

View file

@ -1,10 +1,23 @@
/* /*********************************************************************
* B-II KWin Client B-II KWin Client
*
* Changes: Changes:
* Customizable button positions by Karol Szwed <gallium@kde.org> Customizable button positions by Karol Szwed <gallium@kde.org>
* Ported to the kde3.2 API by Luciano Montanaro <mikelima@cirulla.net> Ported to the kde3.2 API by Luciano Montanaro <mikelima@cirulla.net>
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef __B2CLIENT_H #ifndef __B2CLIENT_H
#define __B2CLIENT_H #define __B2CLIENT_H

View file

@ -1,3 +1,18 @@
/********************************************************************
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef __STDCLIENT_BITMAPS_H #ifndef __STDCLIENT_BITMAPS_H
#define __STDCLIENT_BITMAPS_H #define __STDCLIENT_BITMAPS_H

View file

@ -1,12 +1,25 @@
/* /********************************************************************
* This file contains the B2 configuration widget This file contains the B2 configuration widget
*
* Copyright (c) 2001 Copyright (c) 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
* Copyright (c) 2007 Copyright (c) 2007
* Luciano Montanaro <mikelima@cirulla.net> Luciano Montanaro <mikelima@cirulla.net>
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "config.h" #include "config.h"
#include <kglobal.h> #include <kglobal.h>

View file

@ -1,12 +1,25 @@
/* /********************************************************************
* This file contains the B2 configuration widget This file contains the B2 configuration widget
*
* Copyright (c) 2001 Copyright (c) 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
* Copyright (c) 2007 Copyright (c) 2007
* Luciano Montanaro <mikelima@cirulla.net> Luciano Montanaro <mikelima@cirulla.net>
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef _KDE_B2CONFIG_H #ifndef _KDE_B2CONFIG_H
#define _KDE_B2CONFIG_H #define _KDE_B2CONFIG_H

View file

@ -1,11 +1,24 @@
/* /*********************************************************************
*
* KDE2 Default configuration widget KDE2 Default configuration widget
*
* Copyright (c) 2001 Copyright (c) 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "config.h" #include "config.h"

View file

@ -1,11 +1,24 @@
/* /*********************************************************************
*
* KDE2 Default configuration widget KDE2 Default configuration widget
*
* Copyright (c) 2001 Copyright (c) 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef KDE2_CONFIG_H #ifndef KDE2_CONFIG_H
#define KDE2_CONFIG_H #define KDE2_CONFIG_H

View file

@ -1,17 +1,30 @@
/* /*********************************************************************
*
* KDE2 Default KWin client KDE2 Default KWin client
*
* Copyright (C) 1999, 2001 Daniel Duley <mosfet@kde.org> Copyright (C) 1999, 2001 Daniel Duley <mosfet@kde.org>
* Matthias Ettrich <ettrich@kde.org> Matthias Ettrich <ettrich@kde.org>
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
*
* Draws mini titlebars for tool windows. Draws mini titlebars for tool windows.
* Many features are now customizable. Many features are now customizable.
*
* drawColorBitmaps orignally from kdefx: drawColorBitmaps orignally from kdefx:
* Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org> Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org>
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "kde2.h" #include "kde2.h"

View file

@ -1,14 +1,27 @@
/* /*********************************************************************
*
* KDE2 Default KWin client KDE2 Default KWin client
*
* Copyright (C) 1999, 2001 Daniel Duley <mosfet@kde.org> Copyright (C) 1999, 2001 Daniel Duley <mosfet@kde.org>
* Matthias Ettrich <ettrich@kde.org> Matthias Ettrich <ettrich@kde.org>
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
*
* Draws mini titlebars for tool windows. Draws mini titlebars for tool windows.
* Many features are now customizable. Many features are now customizable.
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef KDE2_H #ifndef KDE2_H
#define KDE2_H #define KDE2_H

View file

@ -1,3 +1,18 @@
/********************************************************************
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include <QFile> #include <QFile>
#include <QDir> #include <QDir>
#include <kapplication.h> #include <kapplication.h>

View file

@ -1,3 +1,18 @@
/********************************************************************
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "kwmthemeclient.h" #include "kwmthemeclient.h"
#include <kconfig.h> #include <kconfig.h>

View file

@ -1,3 +1,18 @@
/********************************************************************
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef __KWMTHEMECLIENT_H #ifndef __KWMTHEMECLIENT_H
#define __KWMTHEMECLIENT_H #define __KWMTHEMECLIENT_H

View file

@ -1,10 +1,23 @@
/* /********************************************************************
* Laptop KWin Decoration Laptop KWin Decoration
*
* Copyright (c) 2005 Sandro Giessl <sandro@giessl.com> Copyright (c) 2005 Sandro Giessl <sandro@giessl.com>
* Port of this decoration to KDE 3.2, accessibility enhancement are Port of this decoration to KDE 3.2, accessibility enhancement are
* Copyright (c) 2003 Luciano Montanaro <mikelima@cirulla.net> Copyright (c) 2003 Luciano Montanaro <mikelima@cirulla.net>
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include <kconfig.h> // up here to avoid X11 header conflict :P #include <kconfig.h> // up here to avoid X11 header conflict :P
#include "laptopclient.h" #include "laptopclient.h"

View file

@ -1,9 +1,23 @@
/* /********************************************************************
* Laptop KWin Client Laptop KWin Client
*
* Copyright (c) 2005 Sandro Giessl <sandro@giessl.com> Copyright (c) 2005 Sandro Giessl <sandro@giessl.com>
* Ported to the kde3.2 API by Luciano Montanaro <mikelima@cirulla.net> Ported to the kde3.2 API by Luciano Montanaro <mikelima@cirulla.net>
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef LAPTOPCLIENT_H #ifndef LAPTOPCLIENT_H
#define LAPTOPCLIENT_H #define LAPTOPCLIENT_H

View file

@ -1,3 +1,22 @@
/*
Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org>
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.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#ifndef __BTNHIGHCOLOR_H #ifndef __BTNHIGHCOLOR_H
#define __BTNHIGHCOLOR_H #define __BTNHIGHCOLOR_H

View file

@ -1,3 +1,22 @@
/*
Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org>
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.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#ifndef __BUTTONDATA_H #ifndef __BUTTONDATA_H
#define __BUTTONDATA_H #define __BUTTONDATA_H

View file

@ -1,3 +1,18 @@
/********************************************************************
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
// Melchior FRANZ <mfranz@kde.org> -- 2001-04-22 // Melchior FRANZ <mfranz@kde.org> -- 2001-04-22
#include <kapplication.h> #include <kapplication.h>

View file

@ -1,3 +1,18 @@
/********************************************************************
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef __KDE_MODSYSTEMCONFIG_H #ifndef __KDE_MODSYSTEMCONFIG_H
#define __KDE_MODSYSTEMCONFIG_H #define __KDE_MODSYSTEMCONFIG_H

View file

@ -1,3 +1,22 @@
/*
Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org>
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.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#ifndef __MODERNSYS_H #ifndef __MODERNSYS_H
#define __MODERNSYS_H #define __MODERNSYS_H

View file

@ -1,11 +1,24 @@
/* /********************************************************************
*
* This file contains the quartz configuration widget This file contains the quartz configuration widget
*
* Copyright (c) 2001 Copyright (c) 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "config.h" #include "config.h"
#include <kglobal.h> #include <kglobal.h>

View file

@ -1,11 +1,24 @@
/* /********************************************************************
*
* This file contains the quartz configuration widget This file contains the quartz configuration widget
*
* Copyright (c) 2001 Copyright (c) 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef __KDE_QUARTZCONFIG_H #ifndef __KDE_QUARTZCONFIG_H
#define __KDE_QUARTZCONFIG_H #define __KDE_QUARTZCONFIG_H

View file

@ -1,20 +1,33 @@
/* /********************************************************************
*
* Gallium-Quartz KWin client Gallium-Quartz KWin client
*
* Copyright (C) 2005 Sandro Giessl <sandro@giessl.com> Copyright (C) 2005 Sandro Giessl <sandro@giessl.com>
* Copyright 2001 Copyright 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*
* Based on the KDE default client. Based on the KDE default client.
*
* Includes mini titlebars for ToolWindow Support. Includes mini titlebars for ToolWindow Support.
* Button positions are now customizable. Button positions are now customizable.
*
* drawColorBitmaps orignally from kdefx: drawColorBitmaps orignally from kdefx:
* Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org> Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org>
*/
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include <kconfiggroup.h> #include <kconfiggroup.h>
#include <kglobal.h> #include <kglobal.h>

View file

@ -1,17 +1,29 @@
/* /********************************************************************
* Gallium-Quartz KWin client Gallium-Quartz KWin client
*
* Copyright (C) 2005 Sandro Giessl <sandro@giessl.com> Copyright (C) 2005 Sandro Giessl <sandro@giessl.com>
* Copyright 2001 Copyright 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*
* Based on the KDE default client. Based on the KDE default client.
*
* Includes mini titlebars for ToolWindow Support. Includes mini titlebars for ToolWindow Support.
* Button positions are now customizable. Button positions are now customizable.
*
*/ 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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef __KDEGALLIUM_QUARTZ_H #ifndef __KDEGALLIUM_QUARTZ_H
#define __KDEGALLIUM_QUARTZ_H #define __KDEGALLIUM_QUARTZ_H

View file

@ -1,16 +1,28 @@
/* /********************************************************************
*
* Redmond KWin client Redmond KWin client
*
* Copyright 2001 Copyright 2001
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*
* Based on the default KWin client. Based on the default KWin client.
*
* Updated to support toolwindows 3/2001 (KS) Updated to support toolwindows 3/2001 (KS)
*
*/ 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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "redmond.h" #include "redmond.h"

View file

@ -1,19 +1,31 @@
/* /********************************************************************
*
* Redmond KWin client Redmond KWin client
*
* Copyright 2001-2003 Copyright 2001-2003
* Ported to kwin_iii by Chris Lee <clee@kde.org> Ported to kwin_iii by Chris Lee <clee@kde.org>
* Karol Szwed <gallium@kde.org> Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/ http://gallium.n3.net/
*
* Based on the default KWin client. Based on the default KWin client.
*
* Updated to support the new API 9/2003 (CL) Updated to support the new API 9/2003 (CL)
* Updated to emulate More Accurately 9/2003 (CL) Updated to emulate More Accurately 9/2003 (CL)
* Updated to support toolwindows 3/2001 (KS) Updated to support toolwindows 3/2001 (KS)
*
*/ 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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef __KDE_REDMOND_H #ifndef __KDE_REDMOND_H
#define __KDE_REDMOND_H #define __KDE_REDMOND_H

View file

@ -1,3 +1,21 @@
/********************************************************************
Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org>
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "test.h" #include "test.h"

View file

@ -1,3 +1,21 @@
/********************************************************************
Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org>
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef KWIN_TEST #ifndef KWIN_TEST
#define KWIN_TEST #define KWIN_TEST