gnome-games r7912 - in trunk/gnometris: . help/C



Author: jclinton
Date: Sun Sep 21 23:24:48 2008
New Revision: 7912
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7912&view=rev

Log:
Original author asked that he no longer be associated with Gnometris due 
to spurious, unsolicited email asking him for help.



Modified:
   trunk/gnometris/help/C/gnometris.xml
   trunk/gnometris/tetris.cpp

Modified: trunk/gnometris/help/C/gnometris.xml
==============================================================================
--- trunk/gnometris/help/C/gnometris.xml	(original)
+++ trunk/gnometris/help/C/gnometris.xml	Sun Sep 21 23:24:48 2008
@@ -249,8 +249,8 @@
   <title>Authors</title>
   <para>
    <application>Klotski</application> was written by J. Marcin Gorycki
-  (<email>janusz gorycki intel com</email>). This manual was written
-  by Angela Boyle.
+   in 1999 and maintained by Gnome Games Team since then. This manual was
+   written by Angela Boyle.
    To report a bug or make a suggestion regarding this application or
    this manual, follow the directions in this
    <ulink url="ghelp:gnome-feedback" type="help">document</ulink>.

Modified: trunk/gnometris/tetris.cpp
==============================================================================
--- trunk/gnometris/tetris.cpp	(original)
+++ trunk/gnometris/tetris.cpp	Sun Sep 21 23:24:48 2008
@@ -1372,7 +1372,7 @@
 {
 	Tetris *t = (Tetris*) d;
 
-	const gchar * const authors[] = { "J. Marcin Gorycki", NULL };
+	const gchar * const authors[] = { "Gnome Games Team", NULL };
 
 	const gchar * const documenters[] = { "Angela Boyle", NULL };
 
@@ -1386,7 +1386,7 @@
 #endif
 			       "version", VERSION,
 			       "comments", _("A classic game of fitting falling blocks together.\n\nGnometris is a part of GNOME Games."),
-			       "copyright", "Copyright \xc2\xa9 1999-2008 J. Marcin Gorycki",
+			       "copyright", "Copyright \xc2\xa9 1999 J. Marcin Gorycki, 2000-2008 Others",
 			       "license", license,
 		               "website-label", _("GNOME Games web site"),
 			       "authors", authors,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]