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

List:       kde-commits
Subject:    KDE/kdebase/workspace/powerdevil
From:       Dario Freddi <drf () kde ! org>
Date:       2009-09-22 15:15:00
Message-ID: 1253632500.431952.5083.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1026776 by dafre:

Fix my email address and role in the kcmodule


 M  +2 -2      daemon/PowerDevilDaemon.cpp  
 M  +1 -1      daemon/PowerDevilDaemon.h  
 M  +1 -1      daemon/PowerManagementConnector.cpp  
 M  +1 -1      daemon/PowerManagementConnector.h  
 M  +1 -1      daemon/SuspensionLockHandler.cpp  
 M  +1 -1      daemon/SuspensionLockHandler.h  
 M  +1 -1      kcmodule/CapabilitiesPage.cpp  
 M  +1 -1      kcmodule/CapabilitiesPage.h  
 M  +1 -1      kcmodule/ConfigWidget.cpp  
 M  +1 -1      kcmodule/ConfigWidget.h  
 M  +1 -1      kcmodule/EditPage.cpp  
 M  +1 -1      kcmodule/EditPage.h  
 M  +1 -1      kcmodule/ErrorWidget.cpp  
 M  +1 -1      kcmodule/ErrorWidget.h  
 M  +1 -1      kcmodule/GeneralPage.cpp  
 M  +1 -1      kcmodule/GeneralPage.h  
 M  +2 -2      kcmodule/PowerDevilKCM.cpp  
 M  +1 -1      kcmodule/PowerDevilKCM.h  


--- trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
@@ -137,7 +137,7 @@
                          KAboutData::License_GPL, ki18n("(c) 2008 Dario Freddi"),
                          KLocalizedString(), "http://www.kde.org");
 
-    aboutData.addAuthor(ki18n("Dario Freddi"), ki18n("Maintainer"), "drf54321@gmail.com",
+    aboutData.addAuthor(ki18n("Dario Freddi"), ki18n("Maintainer"), "drf@kde.org",
                         "http://drfav.wordpress.com");
 
     d->applicationData = KComponentData(aboutData);
--- trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerManagementConnector.cpp #1026775:1026776
@@ -1,6 +1,6 @@
 /***************************************************************************
  *   Copyright (C) 2008 by Kevin Ottens <ervin@kde.org>                    *
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerManagementConnector.h #1026775:1026776
@@ -1,6 +1,6 @@
 /***************************************************************************
  *   Copyright (C) 2008 by Kevin Ottens <ervin@kde.org>                    *
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/daemon/SuspensionLockHandler.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@kde.org>                      *
  *   Copyright (C) 2008 by Kevin Ottens <ervin@kde.org>                    *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
--- trunk/KDE/kdebase/workspace/powerdevil/daemon/SuspensionLockHandler.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@kde.org>                      *
  *   Copyright (C) 2008 by Kevin Ottens <ervin@kde.org>                    *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/CapabilitiesPage.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/CapabilitiesPage.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/ConfigWidget.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/ConfigWidget.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/EditPage.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/EditPage.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/ErrorWidget.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/ErrorWidget.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/GeneralPage.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/GeneralPage.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/PowerDevilKCM.cpp #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
@@ -56,7 +56,7 @@
                              "and edit powersaving profiles, and see your system's "
                              "capabilities."));
 
-    about->addAuthor(ki18n("Dario Freddi"), ki18n("Main Developer") , "drf@kdemod.ath.cx",
+    about->addAuthor(ki18n("Dario Freddi"), ki18n("Maintainer") , "drf@kde.org",
                      "http://drfav.wordpress.com");
 
     setAboutData(about);
--- trunk/KDE/kdebase/workspace/powerdevil/kcmodule/PowerDevilKCM.h #1026775:1026776
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Dario Freddi <drf@kdemod.ath.cx>                *
+ *   Copyright (C) 2008 by Dario Freddi <drf@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  *
[prev in list] [next in list] [prev in thread] [next in thread] 

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