gcompris r3778 - in trunk/src: boards gcompris
- From: bcoudoin svn gnome org
- To: svn-commits-list gnome org
- Subject: gcompris r3778 - in trunk/src: boards gcompris
- Date: Sun, 15 Mar 2009 22:52:31 +0000 (UTC)
Author: bcoudoin
Date: Sun Mar 15 22:52:31 2009
New Revision: 3778
URL: http://svn.gnome.org/viewvc/gcompris?rev=3778&view=rev
Log:
cleanup, removed Timestamps in file headers
Modified:
trunk/src/boards/algebra.c
trunk/src/boards/clickgame.c
trunk/src/boards/clockgame.c
trunk/src/boards/gletters.c
trunk/src/boards/memory.c
trunk/src/boards/menu2.c
trunk/src/boards/paratrooper.c
trunk/src/boards/planegame.c
trunk/src/boards/py-mod-gcompris.c
trunk/src/boards/reading.c
trunk/src/boards/shapegame.c
trunk/src/boards/smallnumbers.c
trunk/src/gcompris/about.c
trunk/src/gcompris/about.h
trunk/src/gcompris/anim.c
trunk/src/gcompris/anim.h
trunk/src/gcompris/bar.c
trunk/src/gcompris/board_config.h
trunk/src/gcompris/bonus.c
trunk/src/gcompris/bonus.h
trunk/src/gcompris/dialog.c
trunk/src/gcompris/file_selector.c
trunk/src/gcompris/gc_core.h
trunk/src/gcompris/gc_net.h
trunk/src/gcompris/gcompris-board.h
trunk/src/gcompris/gcompris.h
trunk/src/gcompris/gcompris_alphabeta.c
trunk/src/gcompris/gcompris_alphabeta.h
trunk/src/gcompris/gcompris_config.h
trunk/src/gcompris/gcompris_confirm.c
trunk/src/gcompris/gcompris_db.h
trunk/src/gcompris/gcompris_im.c
trunk/src/gcompris/gcompris_im.h
trunk/src/gcompris/images_selector.c
trunk/src/gcompris/log.c
trunk/src/gcompris/menu.c
trunk/src/gcompris/plugin.h
trunk/src/gcompris/profile.c
trunk/src/gcompris/profile.h
trunk/src/gcompris/properties.c
trunk/src/gcompris/properties.h
trunk/src/gcompris/score.c
trunk/src/gcompris/score.h
trunk/src/gcompris/soundutil.h
trunk/src/gcompris/timer.c
trunk/src/gcompris/timer.h
Modified: trunk/src/boards/algebra.c
==============================================================================
--- trunk/src/boards/algebra.c (original)
+++ trunk/src/boards/algebra.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - algebra.c
*
- * Time-stamp: <2007-08-22 01:27:17 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/clickgame.c
==============================================================================
--- trunk/src/boards/clickgame.c (original)
+++ trunk/src/boards/clickgame.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - clickgame.c
*
- * Time-stamp: <2007-08-22 01:28:16 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/clockgame.c
==============================================================================
--- trunk/src/boards/clockgame.c (original)
+++ trunk/src/boards/clockgame.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - clockgame.c
*
- * Time-stamp: <2007-08-22 01:25:45 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/gletters.c
==============================================================================
--- trunk/src/boards/gletters.c (original)
+++ trunk/src/boards/gletters.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gletters.c
*
- * Time-stamp: <2007-08-22 01:27:16 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/memory.c
==============================================================================
--- trunk/src/boards/memory.c (original)
+++ trunk/src/boards/memory.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - memory.c
*
- * Time-stamp: <2007-08-22 01:26:19 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/menu2.c
==============================================================================
--- trunk/src/boards/menu2.c (original)
+++ trunk/src/boards/menu2.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - menu2.c
*
- * Time-stamp: <2007-08-22 01:27:17 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/paratrooper.c
==============================================================================
--- trunk/src/boards/paratrooper.c (original)
+++ trunk/src/boards/paratrooper.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - paratrooper.c
*
- * Time-stamp: <2007-08-22 01:27:17 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/planegame.c
==============================================================================
--- trunk/src/boards/planegame.c (original)
+++ trunk/src/boards/planegame.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - planegame.c
*
- * Time-stamp: <2007-08-22 01:28:14 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/py-mod-gcompris.c
==============================================================================
--- trunk/src/boards/py-mod-gcompris.c (original)
+++ trunk/src/boards/py-mod-gcompris.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - py-mod-gcompris.c
*
- * Time-stamp: <2007-08-22 01:28:12 bruno>
- *
* Copyright (C) 2003 Olivier Samyn <osamyn ulb ac be>
*
* This program is free software; you can redistribute it and/or modify
@@ -1226,9 +1224,9 @@
/* Parse arguments */
if(!PyArg_ParseTuple(args, "Ossiiii:gc_board_config_radio_buttons", &py_bconf, &label, &key, &min, &max, &step, &init))
return NULL;
-
+
bconf = (pyGcomprisBoardConfigObject*)py_bconf;
-
+
return (PyObject *)pygobject_new((GObject*) \
gc_board_config_spin_int(bconf->cdata, (const gchar *)label,
key,
@@ -1245,7 +1243,7 @@
py_gc_board_conf_separator(PyObject* self, PyObject* args)
{
PyObject *py_bconf;
- pyGcomprisBoardConfigObject * bconf;
+ pyGcomprisBoardConfigObject * bconf;
/* Parse arguments */
if(!PyArg_ParseTuple(args, "O:gc_board_conf_separator", &py_bconf))
@@ -1270,7 +1268,7 @@
if(!PyArg_ParseTuple(args, "Os:gc_board_config_combo_locales", &py_bconf, &init))
return NULL;
bconf = (pyGcomprisBoardConfigObject*)py_bconf;
-
+
return (PyObject *)pygobject_new((GObject*) \
gc_board_config_combo_locales(bconf->cdata, init));
}
Modified: trunk/src/boards/reading.c
==============================================================================
--- trunk/src/boards/reading.c (original)
+++ trunk/src/boards/reading.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - reading.c
*
- * Time-stamp: <2007-08-22 01:27:18 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/shapegame.c
==============================================================================
--- trunk/src/boards/shapegame.c (original)
+++ trunk/src/boards/shapegame.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - shapegame.c
*
- * Time-stamp: <2007-08-22 01:25:02 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/boards/smallnumbers.c
==============================================================================
--- trunk/src/boards/smallnumbers.c (original)
+++ trunk/src/boards/smallnumbers.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - smallnumbers.c
*
- * Time-stamp: <2007-08-22 01:27:14 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/about.c
==============================================================================
--- trunk/src/gcompris/about.c (original)
+++ trunk/src/gcompris/about.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - about.c
*
- * Time-stamp: <2007-08-22 01:21:23 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/about.h
==============================================================================
--- trunk/src/gcompris/about.h (original)
+++ trunk/src/gcompris/about.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* GCompris -- about.h
*
- * Time-stamp: <2007-08-22 01:21:19 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/anim.c
==============================================================================
--- trunk/src/gcompris/anim.c (original)
+++ trunk/src/gcompris/anim.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - anim.c
*
- * Time-stamp: <2007-08-22 01:21:27 bruno>
- *
* Copyright (C) 2005 Joe Neeman
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/anim.h
==============================================================================
--- trunk/src/gcompris/anim.h (original)
+++ trunk/src/gcompris/anim.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - anim.h
*
- * Time-stamp: <2007-08-22 01:21:20 bruno>
- *
* Copyright (C) 2000 Joe Neeman
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/bar.c
==============================================================================
--- trunk/src/gcompris/bar.c (original)
+++ trunk/src/gcompris/bar.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - bar.c
*
- * Time-stamp: <2007-08-22 01:21:25 bruno>
- *
* Copyright (C) 2000-2003 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/board_config.h
==============================================================================
--- trunk/src/gcompris/board_config.h (original)
+++ trunk/src/gcompris/board_config.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - board_config.h
*
- * Time-stamp: <2007-08-22 01:21:28 bruno>
- *
* Copyright (C) 2001 Pascal Georges
*
* This program is free software; you can redistribute it and/or modify
@@ -25,7 +23,7 @@
/* the callback type */
typedef void (*GcomprisConfCallback) (GHashTable *table);
-typedef struct
+typedef struct
{
GtkWindow *conf_window;
GtkVBox *main_conf_box;
Modified: trunk/src/gcompris/bonus.c
==============================================================================
--- trunk/src/gcompris/bonus.c (original)
+++ trunk/src/gcompris/bonus.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - bonus.c
*
- * Time-stamp: <2007-08-22 01:20:04 bruno>
- *
* Copyright (C) 2001 Pascal George
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/bonus.h
==============================================================================
--- trunk/src/gcompris/bonus.h (original)
+++ trunk/src/gcompris/bonus.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - bonus.h
*
- * Time-stamp: <2007-08-22 01:21:28 bruno>
- *
* Copyright (C) 2001 Pascal Georges
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/dialog.c
==============================================================================
--- trunk/src/gcompris/dialog.c (original)
+++ trunk/src/gcompris/dialog.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - dialog.c
*
- * Time-stamp: <2007-08-22 01:21:28 bruno>
- *
* Copyright (C) 2000-2006 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/file_selector.c
==============================================================================
--- trunk/src/gcompris/file_selector.c (original)
+++ trunk/src/gcompris/file_selector.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - file_selector.c
*
- * Time-stamp: <2007-08-22 01:21:24 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gc_core.h
==============================================================================
--- trunk/src/gcompris/gc_core.h (original)
+++ trunk/src/gcompris/gc_core.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gc_core.h
*
- * Time-stamp: <2007-08-22 01:21:22 bruno>
- *
* Copyright (C) 2006 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gc_net.h
==============================================================================
--- trunk/src/gcompris/gc_net.h (original)
+++ trunk/src/gcompris/gc_net.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gc_net.h
*
- * Time-stamp: <2007-08-22 01:21:21 bruno>
- *
* Copyright (C) 2006 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris-board.h
==============================================================================
--- trunk/src/gcompris/gcompris-board.h (original)
+++ trunk/src/gcompris/gcompris-board.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gcompris-board.h
*
- * Time-stamp: <2007-08-22 01:21:22 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris.h
==============================================================================
--- trunk/src/gcompris/gcompris.h (original)
+++ trunk/src/gcompris/gcompris.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gcompris.h
*
- * Time-stamp: <2007-08-22 01:21:24 bruno>
- *
* Copyright (C) 2000,2001,2002 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris_alphabeta.c
==============================================================================
--- trunk/src/gcompris/gcompris_alphabeta.c (original)
+++ trunk/src/gcompris/gcompris_alphabeta.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gcompris_alphabeta.c
*
- * Time-stamp: <2007-08-22 01:21:26 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris_alphabeta.h
==============================================================================
--- trunk/src/gcompris/gcompris_alphabeta.h (original)
+++ trunk/src/gcompris/gcompris_alphabeta.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gcompris_alphabeta.h
*
- * Time-stamp: <2007-08-22 01:21:29 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris_config.h
==============================================================================
--- trunk/src/gcompris/gcompris_config.h (original)
+++ trunk/src/gcompris/gcompris_config.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* GCompris -- config.h
*
- * Time-stamp: <2007-08-22 01:21:23 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris_confirm.c
==============================================================================
--- trunk/src/gcompris/gcompris_confirm.c (original)
+++ trunk/src/gcompris/gcompris_confirm.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gc_confirm_box.c
*
- * Time-stamp: <2007-08-22 01:21:29 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris_db.h
==============================================================================
--- trunk/src/gcompris/gcompris_db.h (original)
+++ trunk/src/gcompris/gcompris_db.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gcompris_db.h
*
- * Time-stamp: <2007-08-22 01:21:18 bruno>
- *
* Copyright (C) 2005 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris_im.c
==============================================================================
--- trunk/src/gcompris/gcompris_im.c (original)
+++ trunk/src/gcompris/gcompris_im.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gcompris_im.c
*
- * Time-stamp: <2007-08-22 01:21:19 bruno>
- *
* Copyright (C) 2000,2003 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/gcompris_im.h
==============================================================================
--- trunk/src/gcompris/gcompris_im.h (original)
+++ trunk/src/gcompris/gcompris_im.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gcompris_im.h
*
- * Time-stamp: <2007-08-22 01:21:25 bruno>
- *
* Copyright (C) 2005 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/images_selector.c
==============================================================================
--- trunk/src/gcompris/images_selector.c (original)
+++ trunk/src/gcompris/images_selector.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - images_selector.c
*
- * Time-stamp: <2007-08-22 01:21:19 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/log.c
==============================================================================
--- trunk/src/gcompris/log.c (original)
+++ trunk/src/gcompris/log.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - log.c
*
- * Time-stamp: <2007-08-22 01:21:27 bruno>
- *
* Copyright (C) 2004 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/menu.c
==============================================================================
--- trunk/src/gcompris/menu.c (original)
+++ trunk/src/gcompris/menu.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - menu.c
*
- * Time-stamp: <2007-08-22 01:21:09 bruno>
- *
* Copyright (C) 2000-2006 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/plugin.h
==============================================================================
--- trunk/src/gcompris/plugin.h (original)
+++ trunk/src/gcompris/plugin.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - plugin.h
*
- * Time-stamp: <2007-08-22 01:20:57 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/profile.c
==============================================================================
--- trunk/src/gcompris/profile.c (original)
+++ trunk/src/gcompris/profile.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - profile.c
*
- * Time-stamp: <2007-08-22 01:21:26 bruno>
- *
* Copyright (C) 2005 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/profile.h
==============================================================================
--- trunk/src/gcompris/profile.h (original)
+++ trunk/src/gcompris/profile.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - profile.h
*
- * Time-stamp: <2007-08-22 01:21:22 bruno>
- *
* Copyright (C) 2005 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/properties.c
==============================================================================
--- trunk/src/gcompris/properties.c (original)
+++ trunk/src/gcompris/properties.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - properties.c
*
- * Time-stamp: <2007-08-22 01:21:18 bruno>
- *
* Copyright (C) 2000,2003 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/properties.h
==============================================================================
--- trunk/src/gcompris/properties.h (original)
+++ trunk/src/gcompris/properties.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - properties.h
*
- * Time-stamp: <2007-08-22 01:21:25 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/score.c
==============================================================================
--- trunk/src/gcompris/score.c (original)
+++ trunk/src/gcompris/score.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - score.c
*
- * Time-stamp: <2007-08-22 01:21:29 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/score.h
==============================================================================
--- trunk/src/gcompris/score.h (original)
+++ trunk/src/gcompris/score.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - bonus.h
*
- * Time-stamp: <2007-08-22 01:21:27 bruno>
- *
* Copyright (C) 2001 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/soundutil.h
==============================================================================
--- trunk/src/gcompris/soundutil.h (original)
+++ trunk/src/gcompris/soundutil.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - gameutil.h
*
- * Time-stamp: <2007-08-22 01:21:22 bruno>
- *
* Copyright (C) 2000 Bruno Coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/timer.c
==============================================================================
--- trunk/src/gcompris/timer.c (original)
+++ trunk/src/gcompris/timer.c Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - timer.c
*
- * Time-stamp: <2007-08-22 01:21:26 bruno>
- *
* Copyright (C) 2002 Bruno coudoin
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/src/gcompris/timer.h
==============================================================================
--- trunk/src/gcompris/timer.h (original)
+++ trunk/src/gcompris/timer.h Sun Mar 15 22:52:31 2009
@@ -1,7 +1,5 @@
/* gcompris - timer.h
*
- * Time-stamp: <2007-08-22 01:21:26 bruno>
- *
* Copyright (C) 2001 Pascal Georges
*
* This program is free software; you can redistribute it and/or modify
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]