SVN commit 1166193 by yurchor:

Fix François Dupoux copyrights. Thanks to Alexander Potashev for noticing.
CCMAIL: [email protected]

 M  +2 -2      kfilereplacepart.cpp  
 M  +1 -1      kfilereplaceview.cpp  
 M  +1 -1      knewprojectdlg.cpp  
 M  +1 -1      koptionsdlg.cpp  
 M  +2 -2      main.cpp  


--- trunk/KDE/kdewebdev/kfilereplace/kfilereplacepart.cpp #1166192:1166193
@@ -524,8 +524,8 @@
                                           KFR_VERSION,
                                           ki18n( "Batch search and replace 
tool."),
                                           KAboutData::License_GPL_V2,
-                                          ki18n("(C) 1999-2002 Fran�is 
Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini"), ki18n("Part 
of the KDEWebDev module."), "http://www.kdewebdev.org";);
-  aboutData->addAuthor(ki18n("Fran�is Dupoux"),
+                                          ki18n("(C) 1999-2002 François 
Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini"), ki18n("Part 
of the KDEWebDev module."), "http://www.kdewebdev.org";);
+  aboutData->addAuthor(ki18n("François Dupoux"),
                        ki18n("Original author of the KFileReplace tool"),
                        "[email protected]");
   aboutData->addAuthor(ki18n("Emiliano Gulmini"),
--- trunk/KDE/kdewebdev/kfilereplace/kfilereplaceview.cpp #1166192:1166193
@@ -2,7 +2,7 @@
                           kfilereplaceview.cpp  -  description
                              -------------------
     begin                : sam oct 16 15:28:00 CEST 1999
-    copyright            : (C) 1999 by Fran�is Dupoux <[email protected]>
+    copyright            : (C) 1999 by François Dupoux <[email protected]>
                            (C) 2004 Emiliano Gulmini <[email protected]>
 *****************************************************************************/
 
--- trunk/KDE/kdewebdev/kfilereplace/knewprojectdlg.cpp #1166192:1166193
@@ -2,7 +2,7 @@
                           knewprojectdlg.cpp  -  description
                              -------------------
     begin                : Tue Dec 28 1999
-    copyright            : (C) 1999 by Fran�is Dupoux
+    copyright            : (C) 1999 by François Dupoux
                            (C) 2004 Emiliano Gulmini <[email protected]>
     email                : [email protected]
  ***************************************************************************/
--- trunk/KDE/kdewebdev/kfilereplace/koptionsdlg.cpp #1166192:1166193
@@ -2,7 +2,7 @@
                           koptionsdlg.cpp  -  description
                              -------------------
     begin                : Tue Dec 28 1999
-    copyright            : (C) 1999 by Fran�is Dupoux
+    copyright            : (C) 1999 by François Dupoux
                            (C) 2004 Emiliano Gulmini <[email protected]>
     email                : [email protected]
  ***************************************************************************/
--- trunk/KDE/kdewebdev/kfilereplace/main.cpp #1166192:1166193
@@ -29,12 +29,12 @@
 int main(int argc, char *argv[])
 {
     KAboutData about("kfilereplace", 0, ki18n("KFileReplace"), version, 
ki18n(description),
-                     KAboutData::License_GPL_V2, ki18n("(C) 2004-2005 Andras 
Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux"), 
ki18n("Part of the KDEWebDev module."),
+                     KAboutData::License_GPL_V2, ki18n("(C) 2004-2005 Andras 
Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 François Dupoux"), 
ki18n("Part of the KDEWebDev module."),
                      "http://www.kdewebdev.org";);
 
     about.addAuthor(ki18n("Andras Mantia"), ki18n("Shell author, KPart 
creator, co-maintainer"), "[email protected]");
     about.addAuthor(ki18n("Emiliano Gulmini"), ki18n("Current maintainer, code 
cleaner and rewriter"),"[email protected]");
-    about.addAuthor(ki18n("Francois Dupou"),
+    about.addAuthor(ki18n("François Dupoux"),
                           ki18n("Original author of the KFileReplace tool"),
                           "[email protected]");
 
_______________________________________________
kde-russian mailing list
[email protected]
https://lists.kde.ru/mailman/listinfo/kde-russian

Ответить