gnome-games r7334 - in trunk: blackjack/src glchess/src/lib glines gnect/src gnibbles gnobots2 gnome-sudoku/src/lib gnometris gnomine gnotravex gnotski gtali iagno mahjongg same-gnome



Author: andreasr
Date: Sun Feb 10 10:06:36 2008
New Revision: 7334
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7334&view=rev

Log:
Update copyright year for 2008.


Modified:
   trunk/blackjack/src/menu.cpp
   trunk/glchess/src/lib/defaults.py.in
   trunk/glines/glines.c
   trunk/gnect/src/main.c
   trunk/gnibbles/main.c
   trunk/gnobots2/menu.c
   trunk/gnome-sudoku/src/lib/defaults.py.in
   trunk/gnometris/tetris.cpp
   trunk/gnomine/gnomine.c
   trunk/gnotravex/gnotravex.c
   trunk/gnotski/gnotski.c
   trunk/gtali/gyahtzee.c
   trunk/iagno/gnothello.c
   trunk/mahjongg/mahjongg.c
   trunk/same-gnome/ui.c

Modified: trunk/blackjack/src/menu.cpp
==============================================================================
--- trunk/blackjack/src/menu.cpp	(original)
+++ trunk/blackjack/src/menu.cpp	Sun Feb 10 10:06:36 2008
@@ -155,7 +155,7 @@
                                "authors", authors,
                                "documenters", documenters,
                                "version", VERSION,
-                               "copyright", "Copyright \xc2\xa9 2003-2007 William Jon McCann, Eric Farmer",
+                               "copyright", "Copyright \xc2\xa9 2003-2008 William Jon McCann, Eric Farmer",
                                "comments", _("Blackjack is a casino-style card game.\n\n"
 			       "Blackjack is a part of GNOME Games."),
                                "logo-icon-name", "gnome-blackjack",

Modified: trunk/glchess/src/lib/defaults.py.in
==============================================================================
--- trunk/glchess/src/lib/defaults.py.in	(original)
+++ trunk/glchess/src/lib/defaults.py.in	Sun Feb 10 10:06:36 2008
@@ -54,7 +54,7 @@
 APPNAME   = _("glChess")
 ICON_NAME = 'gnome-glchess'
 
-COPYRIGHT     = _('Copyright 2005-2007 Robert Ancell (and contributors)')
+COPYRIGHT     = _('Copyright 2005-2008 Robert Ancell (and contributors)')
 DESCRIPTION   = _('The 2D/3D chess game for GNOME. \n\nglChess is a part of GNOME Games.')
 WEBSITE       = 'http://www.gnome.org/projects/gnome-games/'
 WEBSITE_LABEL = _('GNOME Games web site')

Modified: trunk/glines/glines.c
==============================================================================
--- trunk/glines/glines.c	(original)
+++ trunk/glines/glines.c	Sun Feb 10 10:06:36 2008
@@ -1214,7 +1214,7 @@
 			 "version", VERSION,
 			 "comments", _("GNOME port of the once-popular Color Lines game.\n\nFive or More is a part of GNOME Games."),
 			 "copyright",
-			 "Copyright \xc2\xa9 1997-2007 Free Software Foundation, Inc.",
+			 "Copyright \xc2\xa9 1997-2008 Free Software Foundation, Inc.",
 			 "license", license,
                          "authors", authors,
 			 "documenters", documenters,

Modified: trunk/gnect/src/main.c
==============================================================================
--- trunk/gnect/src/main.c	(original)
+++ trunk/gnect/src/main.c	Sun Feb 10 10:06:36 2008
@@ -913,7 +913,7 @@
 			 "name", _("Four-in-a-Row"),
 			 "version", VERSION,
 			 "copyright",
-			 "Copyright \xc2\xa9 1999-2007, Tim Musson and David Neary",
+			 "Copyright \xc2\xa9 1999-2008, Tim Musson and David Neary",
 			 "license", license, "comments",
 		         _("\"Four in a Row\" for GNOME, with a computer player driven by Giuliano Bertoletti's Velena Engine.\n\n\"Four in a Row\" is a part of GNOME Games."),
 		         "website-label", _("GNOME Games web site"),

Modified: trunk/gnibbles/main.c
==============================================================================
--- trunk/gnibbles/main.c	(original)
+++ trunk/gnibbles/main.c	Sun Feb 10 10:06:36 2008
@@ -250,7 +250,7 @@
 #endif
 			 "version", VERSION,
 			 "copyright",
-			 "Copyright \xc2\xa9 1999-2007 Sean MacIsaac, Ian Peters, Andreas RÃsdal",
+			 "Copyright \xc2\xa9 1999-2008 Sean MacIsaac, Ian Peters, Andreas RÃsdal",
 			 "license", license, "comments",
 			 _("A worm game for GNOME.\n\nNibbles is a part of GNOME Games."), "authors", authors,
 			 "documenters", documenters, "translator-credits",

Modified: trunk/gnobots2/menu.c
==============================================================================
--- trunk/gnobots2/menu.c	(original)
+++ trunk/gnobots2/menu.c	Sun Feb 10 10:06:36 2008
@@ -260,7 +260,7 @@
   gtk_show_about_dialog (GTK_WINDOW (app),
 			 "name", _("Robots"),
 			 "version", VERSION,
-			 "copyright", "Copyright \xc2\xa9 1998-2007 Mark Rae",
+			 "copyright", "Copyright \xc2\xa9 1998-2008 Mark Rae",
 			 "license", license,
 		         "website-label", _("GNOME Games web site"),
 			 "comments", _("Based on classic BSD Robots.\n\nRobots is a part of GNOME Games."),

Modified: trunk/gnome-sudoku/src/lib/defaults.py.in
==============================================================================
--- trunk/gnome-sudoku/src/lib/defaults.py.in	(original)
+++ trunk/gnome-sudoku/src/lib/defaults.py.in	Sun Feb 10 10:06:36 2008
@@ -40,7 +40,7 @@
 VERSION = "@VERSION@"
 APPNAME = _("GNOME Sudoku")
 APPNAME_SHORT = _("Sudoku")
-COPYRIGHT = 'Copyright \xc2\xa9 2005-2007, Thomas M. Hinkle'
+COPYRIGHT = 'Copyright \xc2\xa9 2005-2008, Thomas M. Hinkle'
 DESCRIPTION = _('GNOME Sudoku is a simple sudoku generator and player. Sudoku is a japanese logic puzzle.\n\nGNOME Sudoku is a part of GNOME Games.')
 AUTHORS = ["Thomas M. Hinkle"]
 WEBSITE       = 'http://www.gnome.org/projects/gnome-games/'

Modified: trunk/gnometris/tetris.cpp
==============================================================================
--- trunk/gnometris/tetris.cpp	(original)
+++ trunk/gnometris/tetris.cpp	Sun Feb 10 10:06:36 2008
@@ -1395,7 +1395,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-2007 J. Marcin Gorycki",
+			       "copyright", "Copyright \xc2\xa9 1999-2008 J. Marcin Gorycki",
 			       "license", license,
 		               "website-label", _("GNOME Games web site"),
 			       "authors", authors,

Modified: trunk/gnomine/gnomine.c
==============================================================================
--- trunk/gnomine/gnomine.c	(original)
+++ trunk/gnomine/gnomine.c	Sun Feb 10 10:06:36 2008
@@ -460,7 +460,7 @@
 			   "squares you have already uncovered.\n\n"
 			   "Mines is a part of GNOME Games."),
 			 "copyright",
-			 "Copyright \xc2\xa9 1997-2007 Free Software Foundation, Inc.",
+			 "Copyright \xc2\xa9 1997-2008 Free Software Foundation, Inc.",
 			 "license", license, "authors", authors, "artists",
 			 artists, "documenters", documenters,
 			 "translator-credits", _("translator-credits"),

Modified: trunk/gnotravex/gnotravex.c
==============================================================================
--- trunk/gnotravex/gnotravex.c	(original)
+++ trunk/gnotravex/gnotravex.c	Sun Feb 10 10:06:36 2008
@@ -1936,7 +1936,7 @@
 			   "same numbers are touching each other.\n\n"
 			   "Tetravex is a part of GNOME Games."),
 			 "copyright",
-			 "Copyright \xc2\xa9 1999-2007 Lars Rydlinge",
+			 "Copyright \xc2\xa9 1999-2008 Lars Rydlinge",
 			 "license", license,
                          "wrap-license", TRUE,
                          "authors", authors,

Modified: trunk/gnotski/gnotski.c
==============================================================================
--- trunk/gnotski/gnotski.c	(original)
+++ trunk/gnotski/gnotski.c	Sun Feb 10 10:06:36 2008
@@ -1630,7 +1630,7 @@
 			 "comments", _("Sliding Block Puzzles\n\n"
 			 "Klotski is a part of GNOME Games."),
 			 "copyright",
-			 "Copyright \xc2\xa9 1999-2007 Lars Rydlinge",
+			 "Copyright \xc2\xa9 1999-2008 Lars Rydlinge",
 			 "license", license,
                          "wrap-license", TRUE,
                          "authors", authors,

Modified: trunk/gtali/gyahtzee.c
==============================================================================
--- trunk/gtali/gyahtzee.c	(original)
+++ trunk/gtali/gyahtzee.c	Sun Feb 10 10:06:36 2008
@@ -615,7 +615,7 @@
   gtk_show_about_dialog (GTK_WINDOW (window),
 			 "name", appName,
 			 "version", VERSION,
-			 "copyright", "Copyright \xc2\xa9 1998-2007 "
+			 "copyright", "Copyright \xc2\xa9 1998-2008 "
 			 "Free Software Foundation, Inc.",
 			 "license", license,
 			 "comments", _("A variation on poker with "

Modified: trunk/iagno/gnothello.c
==============================================================================
--- trunk/iagno/gnothello.c	(original)
+++ trunk/iagno/gnothello.c	Sun Feb 10 10:06:36 2008
@@ -283,7 +283,7 @@
 			 "name", _(APP_NAME_LONG),
 			 "version", VERSION,
 			 "copyright",
-			 "Copyright \xc2\xa9 1998-2007 Ian Peters",
+			 "Copyright \xc2\xa9 1998-2008 Ian Peters",
                          "license", license,
                          "comments", _("A disk flipping game derived from Reversi.\n\nIagno is a part of GNOME Games."),
 			 "authors", authors,

Modified: trunk/mahjongg/mahjongg.c
==============================================================================
--- trunk/mahjongg/mahjongg.c	(original)
+++ trunk/mahjongg/mahjongg.c	Sun Feb 10 10:06:36 2008
@@ -940,7 +940,7 @@
 			 "version", VERSION,
 			 "comments",
 			 _("A matching game played with Mahjongg tiles.\n\nMahjongg is a part of GNOME Games."),
-			 "copyright", "Copyright \xc2\xa9 1998-2007 Free Software Foundation, Inc.",
+			 "copyright", "Copyright \xc2\xa9 1998-2008 Free Software Foundation, Inc.",
 			 "license", license,
                          "wrap-license", TRUE,
                          "authors", authors,

Modified: trunk/same-gnome/ui.c
==============================================================================
--- trunk/same-gnome/ui.c	(original)
+++ trunk/same-gnome/ui.c	Sun Feb 10 10:06:36 2008
@@ -133,7 +133,7 @@
 			 "comments",
 			 _
 			 ("I want to play that game! You know, they all go whirly-round and you click on them and they vanish!\n\nSame GNOME is a part of GNOME Games."),
-			 "copyright", "Copyright \xc2\xa9 2007 Callum McKenzie",
+			 "copyright", "Copyright \xc2\xa9 2008 Callum McKenzie",
                          "license", license,
                          "wrap-license", TRUE,
 			 "translator-credits", _("translator-credits"),



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