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

List:       kde-commits
Subject:    koffice/kexi (silent)
From:       Adam Pigg <adam () piggz ! co ! uk>
Date:       2010-02-13 14:39:07
Message-ID: 1266071947.042596.4739.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1089616 by piggz:

More krazy fixes:/
SVN_SILENT

 M  +1 -1      kexi_global.h  
 M  +1 -1      kexi_version.h  
 M  +1 -11     kexidb/drivers/pqxx/pqxxconnection_p.cpp  
 M  +1 -11     kexidb/drivers/pqxx/pqxxconnection_p.h  
 M  +1 -10     kexidb/drivers/pqxx/pqxxpreparedstatement.cpp  
 M  +3 -1      shapes/relationdesign/kexirelationdesignfactory.cpp  
 M  +3 -1      shapes/relationdesign/kexirelationdesignfactory.h  
 M  +3 -1      shapes/relationdesign/kexirelationdesignshape.cpp  
 M  +3 -1      shapes/relationdesign/kexirelationdesignshape.h  
 M  +3 -1      shapes/relationdesign/kexirelationdesignshapeplugin.cpp  
 M  +3 -1      shapes/relationdesign/kexirelationdesignshapeplugin.h  
 M  +3 -1      shapes/relationdesign/kexirelationdesigntool.cpp  
 M  +3 -1      shapes/relationdesign/kexirelationdesigntool.h  
 M  +3 -1      shapes/relationdesign/kexirelationdesigntoolfactory.cpp  
 M  +3 -1      shapes/relationdesign/kexirelationdesigntoolfactory.h  
 M  +3 -1      shapes/relationdesign/simplefield.cpp  
 M  +3 -1      shapes/relationdesign/simplefield.h  


--- trunk/koffice/kexi/kexi_global.h #1089615:1089616
@@ -1,5 +1,5 @@
 /* This file is part of the KDE project
-   Copyright (c) 2003-2007 Kexi Team
+   Copyright (c) 2003-2007 Kexi Team <kexi@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
--- trunk/koffice/kexi/kexi_version.h #1089615:1089616
@@ -1,5 +1,5 @@
 /* This file is part of the KDE project
-   Copyright (c) 2003-2009 Kexi Team
+   Copyright (c) 2003-2009 Kexi Team <kexi@kde.org>
 
    Version information based on kofficeversion.h,
    Copyright (c) 2003 KOffice Team
--- trunk/koffice/kexi/kexidb/drivers/pqxx/pqxxconnection_p.cpp #1089615:1089616
@@ -16,17 +16,7 @@
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
 */
-//
-// C++ Implementation: pqxxsqlconnectioninternal
-//
-// Description:
-//
-//
-// Author: Adam Pigg <adam@piggz.co.uk>, (C) 2005
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
+
 #include "pqxxconnection_p.h"
 #include <kdebug.h>
 
--- trunk/koffice/kexi/kexidb/drivers/pqxx/pqxxconnection_p.h #1089615:1089616
@@ -16,17 +16,7 @@
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
 */
-//
-// C++ Interface: pqxxsqlconnectioninternal
-//
-// Description:
-//
-//
-// Author: Adam Pigg <adam@piggz.co.uk>, (C) 2005
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
+
 #ifndef PQXXSQLCONNECTIONINTERNAL_H
 #define PQXXSQLCONNECTIONINTERNAL_H
 
--- trunk/koffice/kexi/kexidb/drivers/pqxx/pqxxpreparedstatement.cpp #1089615:1089616
@@ -16,16 +16,7 @@
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
 */
-//
-// C++ Implementation: pqxxpreparedstatement
-//
-// Description:
-//
-//
-// Author: Adam Pigg <adam@piggz.co.uk>, (C) 2005
-//
-// Copyright: See COPYING file that comes with this distribution
-//
+
 #include "pqxxpreparedstatement.h"
 #include <kdebug.h>
 using namespace KexiDB;
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesignfactory.cpp #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesignfactory.h #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesignshape.cpp #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesignshape.h #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesignshapeplugin.cpp #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesignshapeplugin.h #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesigntool.cpp #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesigntool.h #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesigntoolfactory.cpp #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/kexirelationdesigntoolfactory.h #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/simplefield.cpp #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
--- trunk/koffice/kexi/shapes/relationdesign/simplefield.h #1089615:1089616
@@ -1,4 +1,6 @@
-/*
+/* This file is part of the KDE project
+   Copyright (C) 2009-2010 Adam Pigg <adam@piggz.co.uk>
+   
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License version 2 as published by the Free Software Foundation.
[prev in list] [next in list] [prev in thread] [next in thread] 

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