[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeartwork/kwin-styles
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2007-11-29 15:53:25
Message-ID: 1196351605.333422.11520.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 742997 by lunakl:

Add license headers where missing.



 M  +4 -0      cde/config/config.cpp  
 M  +4 -0      cde/config/config.h  
 M  +17 -0     glow/resources.h  
 M  +18 -0     kde1/kde1client.cpp  
 M  +18 -0     kde1/kde1client.h  
 M  +23 -0     kde1/kde1client_bitmaps.h  
 M  +15 -0     kstep/nextclient.cpp  
 M  +15 -0     kstep/nextclient.h  
 M  +15 -0     system/systemclient.cpp  
 M  +15 -0     system/systemclient.h  


--- trunk/KDE/kdeartwork/kwin-styles/cde/config/config.cpp #742996:742997
@@ -1,3 +1,7 @@
+/*
+ *	Distributed under the terms of the BSD license.
+ */
+
 // $Id$
 #include "config.h"
 #include <kapplication.h>
--- trunk/KDE/kdeartwork/kwin-styles/cde/config/config.h #742996:742997
@@ -1,3 +1,7 @@
+/*
+ *	Distributed under the terms of the BSD license.
+ */
+
 #ifndef __KDE_CDECONFIG_H
 #define __KDE_CDECONFIG_H
 
--- trunk/KDE/kdeartwork/kwin-styles/glow/resources.h #742996:742997
@@ -1,3 +1,20 @@
+/***************************************************************************
+                          resources.h  -  description
+                             -------------------
+    begin                : Thu Sep 6 2001
+    copyright            : (C) 2001 by Henning Burchardt
+    email                : h_burchardt@gmx.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.                                   *
+ *                                                                         *
+ ***************************************************************************/
+
 #ifndef RESOURCES_H
 #define RESOURCES_H
 
--- trunk/KDE/kdeartwork/kwin-styles/kde1/kde1client.cpp #742996:742997
@@ -2,7 +2,25 @@
 kwin - the KDE window manager
 								
 Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 ******************************************************************/
+
 #include "kde1client.h"
 #include <qcursor.h>
 #include <qlayout.h>
--- trunk/KDE/kdeartwork/kwin-styles/kde1/kde1client.h #742996:742997
@@ -2,7 +2,25 @@
 kwin - the KDE window manager
 								
 Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 ******************************************************************/
+
 #ifndef STDCLIENT_H
 #define STDCLIENT_H
 #include <qlayout.h>
--- trunk/KDE/kdeartwork/kwin-styles/kde1/kde1client_bitmaps.h #742996:742997
@@ -1,3 +1,26 @@
+/*****************************************************************
+kwin - the KDE window manager
+								
+Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+******************************************************************/
+
 #ifndef __STDCLIENT_BITMAPS_H
 #define __STDCLIENT_BITMAPS_H
 
--- trunk/KDE/kdeartwork/kwin-styles/kstep/nextclient.cpp #742996:742997
@@ -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 "nextclient.h"
 
 #include <QStyle>
--- trunk/KDE/kdeartwork/kwin-styles/kstep/nextclient.h #742996:742997
@@ -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 __NEXTCLIENT_H
 #define __NEXTCLIENT_H
 
--- trunk/KDE/kdeartwork/kwin-styles/system/systemclient.cpp #742996:742997
@@ -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 "systemclient.h"
 
 #include <qlayout.h>
--- trunk/KDE/kdeartwork/kwin-styles/system/systemclient.h #742996:742997
@@ -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 __SYSTEMCLIENT_H
 #define __SYSTEMCLIENT_H
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic