[rkward-cvs] SF.net SVN: rkward: [1708] trunk/rkward/rkward/main.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Mar 22 22:06:32 UTC 2007


Revision: 1708
          http://svn.sourceforge.net/rkward/?rev=1708&view=rev
Author:   tfry
Date:     2007-03-22 15:06:32 -0700 (Thu, 22 Mar 2007)

Log Message:
-----------
What differentiates a contributor from an author?
Don't know, but I think Stefan and Prasenjit are more than mere 'contributors'

Modified Paths:
--------------
    trunk/rkward/rkward/main.cpp

Modified: trunk/rkward/rkward/main.cpp
===================================================================
--- trunk/rkward/rkward/main.cpp	2007-03-22 21:42:58 UTC (rev 1707)
+++ trunk/rkward/rkward/main.cpp	2007-03-22 22:06:32 UTC (rev 1708)
@@ -2,7 +2,7 @@
                           main.cpp  -  description
                              -------------------
     begin                : Tue Oct 29 20:06:08 CET 2002
-    copyright            : (C) 2002, 2005, 2006 by Thomas Friedrichsmeier 
+    copyright            : (C) 2002, 2005, 2006, 2007 by Thomas Friedrichsmeier 
     email                : tfry at users.sourceforge.net
  ***************************************************************************/
 
@@ -82,14 +82,14 @@
 	KAboutData aboutData( "rkward", I18N_NOOP ("RKWard"), version, description, KAboutData::License_GPL, "(c) 2002, 2004, 2005, 2006", 0, "http://rkward.sf.net", "rkward-devel at lists.sourceforge.net");
 	aboutData.addAuthor ("Thomas Friedrichsmeier", I18N_NOOP ("Project leader / main developer"), 0);
 	aboutData.addAuthor ("Pierre Ecochard",  I18N_NOOP ("C++ coder since 0.2.9"), 0);
+	aboutData.addAuthor ("Stefan Roediger", I18N_NOOP ("Many plugins, suggestions, marketing, translations"), 0);
+	aboutData.addAuthor ("Prasenjit Kapat", I18N_NOOP ("Many plugins, suggestions"), 0);
 	aboutData.addCredit ("Contributors in alphabetical order", 0, 0);
 	aboutData.addCredit ("Philippe Grosjean", I18N_NOOP ("Several helpful comments and discussions"), 0);
 	aboutData.addCredit ("Adrien d'Hardemare", I18N_NOOP ("Plugins and patches"), 0);
 	aboutData.addCredit ("Yves Jacolin", I18N_NOOP ("New website"), 0);
-	aboutData.addCredit ("Prasenjit Kapat", I18N_NOOP ("Several plugins"), 0);
 	aboutData.addCredit ("Marco Martin", I18N_NOOP ("A cool icon"), 0);
 	aboutData.addCredit ("Daniele Medri", I18N_NOOP ("RKWard logo, many suggestions, help on wording"), 0);
-	aboutData.addCredit ("Stefan Roediger", I18N_NOOP ("Many plugins, suggestions, marketing, translations"), 0);
 	aboutData.addCredit ("David Sibai", I18N_NOOP ("Several valuable comments, hints and patches"), 0);
 	aboutData.addCredit ("Ilias Soumpasis", I18N_NOOP ("Translation, Suggestions, plugins"), 0);
 	aboutData.addCredit ("Ralf Tautenhahn", I18N_NOOP ("Many comments, useful suggestions, and bug reports"), 0);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list