From a98c95a1182319b63fd9abbe42e30f977e7365a3 Mon Sep 17 00:00:00 2001 From: Jordi Albornoz Date: Sun, 5 Jan 2003 01:29:11 +0000 Subject: [PATCH] update copyright notices... happy new year. --- ChangeLog | 4 ++++ src/commands.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a92300..c674dd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-05 Jordi Mallach + + * src/commands.c: update copyright notices... happy new year. + 2003-01-05 Jordi Mallach * TODO: add missing item. diff --git a/src/commands.c b/src/commands.c index fb3ea04..25d6621 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1,6 +1,6 @@ /* * GTetrinet - * Copyright (C) 1999, 2000 Ka-shu Wong (kswong@zip.com.au) + * Copyright (C) 1999, 2000, 2001, 2002, 2003 Ka-shu Wong (kswong@zip.com.au) * * 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 @@ -239,7 +239,7 @@ void about_command (GtkWidget *widget, gpointer data) logo = gdk_pixbuf_new_from_file (PIXMAPSDIR "/gtetrinet.png", NULL); about = gnome_about_new (APPNAME, APPVERSION, - _("(C) 1999, 2000, 2001, 2002 Ka-shu Wong"), + _("(C) 1999, 2000, 2001, 2002, 2003 Ka-shu Wong"), _("A Tetrinet client for GNOME.\n"), authors, documenters, -- 2.50.1