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

List:       kde-commits
Subject:    koffice/kspread (silent)
From:       Stefan Nikolaus <stefan.nikolaus () kdemail ! net>
Date:       2007-02-17 8:34:42
Message-ID: 1171701282.196698.12001.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 634406 by nikolaus:

Update copyrights.
SVN_SILENT


 M  +2 -4      Cell.cpp  
 M  +2 -3      Cell.h  
 M  +1 -1      CellView.cpp  
 M  +1 -1      CellView.h  
 M  +3 -3      Damages.cpp  
 M  +3 -3      Damages.h  
 M  +2 -2      DependencyManager.cpp  
 M  +2 -1      DependencyManager.h  
 M  +2 -2      RecalcManager.cpp  
 M  +1 -1      RecalcManager.h  
 M  +1 -1      Region.cpp  
 M  +1 -1      Region.h  
 M  +1 -0      Sheet.cpp  
 M  +1 -0      Sheet.h  
 M  +11 -11    View.cpp  
 M  +11 -10    View.h  


--- trunk/koffice/kspread/Cell.cpp #634405:634406
@@ -1,6 +1,5 @@
 /* This file is part of the KDE project
-
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
    Copyright 2005 Raphael Langerhorst <raphael.langerhorst@kdemail.net>
    Copyright 2004-2005 Tomas Mecir <mecirt@gmail.com>
    Copyright 2004-2006 Inge Wallin <inge@lysator.liu.se>
@@ -23,7 +22,6 @@
    Copyright 1999 Boris Wedl <boris.wedl@kfunigraz.ac.at>
    Copyright 1998-1999 Reginald Stadlbauer <reggie@kde.org>
 
-
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License as published by the Free Software Foundation; either
@@ -37,7 +35,7 @@
    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+   Boston, MA 02110-1301, USA.
 */
 
 #include <stdlib.h>
--- trunk/koffice/kspread/Cell.h #634405:634406
@@ -1,6 +1,5 @@
 /* This file is part of the KDE project
-
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
    Copyright 2004 Tomas Mecir <mecirt@gmail.com>
    Copyright 1999-2002,2004 Laurent Montel <montel@kde.org>
    Copyright 2002,2004 Ariya Hidayat <ariya@kde.org>
@@ -29,7 +28,7 @@
    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+   Boston, MA 02110-1301, USA.
 */
 
 #ifndef KSPREAD_CELL
--- trunk/koffice/kspread/CellView.cpp #634405:634406
@@ -1,5 +1,5 @@
 /* This file is part of the KDE project
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
    Copyright 2005 Raphael Langerhorst <raphael.langerhorst@kdemail.net>
    Copyright 2004-2005 Tomas Mecir <mecirt@gmail.com>
    Copyright 2004-2006 Inge Wallin <inge@lysator.liu.se>
--- trunk/koffice/kspread/CellView.h #634405:634406
@@ -1,5 +1,5 @@
 /* This file is part of the KDE project
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
    Copyright 2004 Tomas Mecir <mecirt@gmail.com>
    Copyright 1999-2002,2004 Laurent Montel <montel@kde.org>
    Copyright 2002,2004 Ariya Hidayat <ariya@kde.org>
--- trunk/koffice/kspread/Damages.cpp #634405:634406
@@ -1,6 +1,6 @@
 /* This file is part of the KDE project
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
-             2004 Ariya Hidayat <ariya@kde.org>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2004 Ariya Hidayat <ariya@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
@@ -15,7 +15,7 @@
    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+   Boston, MA 02110-1301, USA.
 */
 
 #include <QPoint>
--- trunk/koffice/kspread/Damages.h #634405:634406
@@ -1,6 +1,6 @@
 /* This file is part of the KDE project
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
-             2004 Ariya Hidayat <ariya@kde.org>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2004 Ariya Hidayat <ariya@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
@@ -15,7 +15,7 @@
    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+   Boston, MA 02110-1301, USA.
 */
 
 #ifndef KSPREAD_DAMAGES
--- trunk/koffice/kspread/DependencyManager.cpp #634405:634406
@@ -1,6 +1,6 @@
 /* This file is part of the KDE project
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
-             2004 Tomas Mecir <mecirt@gmail.com>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2004 Tomas Mecir <mecirt@gmail.com>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
--- trunk/koffice/kspread/DependencyManager.h #634405:634406
@@ -1,4 +1,5 @@
 /* This file is part of the KDE project
+   Copyright 2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
    Copyright 2004 Tomas Mecir <mecirt@gmail.com>
 
    This library is free software; you can redistribute it and/or
@@ -14,7 +15,7 @@
    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+   Boston, MA 02110-1301, USA.
 */
 
 #ifndef KSPREAD_DEPENDENCY_MANAGER
--- trunk/koffice/kspread/RecalcManager.cpp #634405:634406
@@ -1,6 +1,6 @@
 /* This file is part of the KDE project
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
-             2004 Tomas Mecir <mecirt@gmail.com>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2004 Tomas Mecir <mecirt@gmail.com>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
--- trunk/koffice/kspread/RecalcManager.h #634405:634406
@@ -1,5 +1,5 @@
 /* This file is part of the KDE project
-   Copyright 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
--- trunk/koffice/kspread/Region.cpp #634405:634406
@@ -1,5 +1,5 @@
 /* This file is part of the KDE project
-   Copyright (C) 2005-2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2005-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU Library General Public License as published by
--- trunk/koffice/kspread/Region.h #634405:634406
@@ -1,5 +1,5 @@
 /* This file is part of the KDE project
-   Copyright (C) 2005-2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2005-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU Library General Public License as published by
--- trunk/koffice/kspread/Sheet.cpp #634405:634406
@@ -1,4 +1,5 @@
 /* This file is part of the KDE project
+   Copyright 2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
    Copyright 1998,1999 Torben Weis <weis@kde.org>
    Copyright 1999-2007 The KSpread Team <koffice-devel@kde.org>
 
--- trunk/koffice/kspread/Sheet.h #634405:634406
@@ -1,4 +1,5 @@
 /* This file is part of the KDE project
+   Copyright 2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
    Copyright 1998,1999 Torben Weis <weis@kde.org>
    Copyright 1999-2007 The KSpread Team <koffice-devel@kde.org>
 
--- trunk/koffice/kspread/View.cpp #634405:634406
@@ -1,14 +1,14 @@
 /* This file is part of the KDE project
-   Copyright (C) 2005-2006 Raphael Langerhorst <raphael.langerhorst@kdemail.net>
-             (C) 2006      Stefan Nikolaus <stefan.nikolaus@kdemail.net>
-             (C) 2002-2005 Ariya Hidayat <ariya@kde.org>
-             (C) 1999-2003 Laurent Montel <montel@kde.org>
-             (C) 2002-2003 Norbert Andres <nandres@web.de>
-             (C) 2002-2003 Philipp Mueller <philipp.mueller@gmx.de>
-             (C) 2002-2003 John Dailey <dailey@vt.edu>
-             (C) 1999-2003 David Faure <faure@kde.org>
-             (C) 1999-2001 Simon Hausmann <hausmann@kde.org>
-             (C) 1998-2000 Torben Weis <weis@kde.org>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2005-2006 Raphael Langerhorst <raphael.langerhorst@kdemail.net>
+   Copyright 2002-2005 Ariya Hidayat <ariya@kde.org>
+   Copyright 1999-2003 Laurent Montel <montel@kde.org>
+   Copyright 2002-2003 Norbert Andres <nandres@web.de>
+   Copyright 2002-2003 Philipp Mueller <philipp.mueller@gmx.de>
+   Copyright 2002-2003 John Dailey <dailey@vt.edu>
+   Copyright 1999-2003 David Faure <faure@kde.org>
+   Copyright 1999-2001 Simon Hausmann <hausmann@kde.org>
+   Copyright 1998-2000 Torben Weis <weis@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
@@ -23,7 +23,7 @@
    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+   Boston, MA 02110-1301, USA.
 */
 
 #include <kprinter.h> // has to be first
--- trunk/koffice/kspread/View.h #634405:634406
@@ -1,13 +1,14 @@
 /* This file is part of the KDE project
-   Copyright (C) 2006 Raphael Langerhorst <raphael.langerhorst@kdemail.net>
-             (C) 2002-2004 Ariya Hidayat <ariya@kde.org>
-             (C) 1999-2003 Laurent Montel <montel@kde.org>
-             (C) 2002-2003 Norbert Andres <nandres@web.de>
-             (C) 2002-2003 Philipp Mueller <philipp.mueller@gmx.de>
-             (C) 2002-2003 John Dailey <dailey@vt.edu>
-             (C) 1999-2003 David Faure <faure@kde.org>
-             (C) 1999-2001 Simon Hausmann <hausmann@kde.org>
-             (C) 1998-2000 Torben Weis <weis@kde.org>
+   Copyright 2006-2007 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
+   Copyright 2006 Raphael Langerhorst <raphael.langerhorst@kdemail.net>
+   Copyright 2002-2004 Ariya Hidayat <ariya@kde.org>
+   Copyright 1999-2003 Laurent Montel <montel@kde.org>
+   Copyright 2002-2003 Norbert Andres <nandres@web.de>
+   Copyright 2002-2003 Philipp Mueller <philipp.mueller@gmx.de>
+   Copyright 2002-2003 John Dailey <dailey@vt.edu>
+   Copyright 1999-2003 David Faure <faure@kde.org>
+   Copyright 1999-2001 Simon Hausmann <hausmann@kde.org>
+   Copyright 1998-2000 Torben Weis <weis@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
@@ -22,7 +23,7 @@
    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+   Boston, MA 02110-1301, USA.
 */
 
 #ifndef KSPREAD_VIEW
[prev in list] [next in list] [prev in thread] [next in thread] 

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