From 4200e33c1769b6e6637260d43b8d9d4b006bd7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 7 Oct 2012 16:25:41 +0200 Subject: [PATCH] Change the copyright years for all the files modified in 2012 --- dic/Makefile.am | 2 +- dic/automaton.cpp | 2 +- dic/automaton.h | 2 +- dic/compdic.cpp | 2 +- dic/compdic.h | 2 +- dic/debug.h | 2 +- dic/dic.cpp | 2 +- dic/dic.h | 2 +- dic/header.cpp | 2 +- dic/header.h | 2 +- dic/listdic.cpp | 2 +- dic/listdic.h | 2 +- dic/regexp.cpp | 2 +- dic/regexp.h | 2 +- dic/stacktrace.cpp | 2 +- dic/stacktrace.h | 2 +- dic/tile.cpp | 2 +- dic/tile.h | 2 +- game/Makefile.am | 2 +- game/ai_percent.h | 2 +- game/arbitration.cpp | 2 +- game/bag.cpp | 2 +- game/bag.h | 2 +- game/board.cpp | 2 +- game/board.h | 2 +- game/board_cross.cpp | 2 +- game/board_search.cpp | 2 +- game/command.cpp | 2 +- game/command.h | 2 +- game/coord.cpp | 2 +- game/coord.h | 2 +- game/cross.cpp | 2 +- game/cross.h | 2 +- game/duplicate.cpp | 2 +- game/duplicate.h | 2 +- game/freegame.cpp | 2 +- game/freegame.h | 2 +- game/game.cpp | 2 +- game/game.h | 2 +- game/game_factory.cpp | 2 +- game/game_move_cmd.cpp | 2 +- game/game_move_cmd.h | 2 +- game/game_params.h | 2 +- game/history.cpp | 2 +- game/history.h | 2 +- game/master_move_cmd.cpp | 2 +- game/master_move_cmd.h | 2 +- game/navigation.cpp | 2 +- game/navigation.h | 2 +- game/player.cpp | 2 +- game/player.h | 2 +- game/player_move_cmd.cpp | 2 +- game/player_move_cmd.h | 2 +- game/player_rack_cmd.cpp | 2 +- game/player_rack_cmd.h | 2 +- game/pldrack.cpp | 2 +- game/pldrack.h | 2 +- game/public_game.cpp | 2 +- game/public_game.h | 2 +- game/rack.cpp | 2 +- game/rack.h | 2 +- game/results.cpp | 2 +- game/results.h | 2 +- game/round.cpp | 2 +- game/round.h | 2 +- game/settings.cpp | 2 +- game/settings.h | 2 +- game/training.cpp | 2 +- game/training.h | 2 +- game/turn.cpp | 2 +- game/turn.h | 2 +- game/turn_data.h | 2 +- game/xml_reader.h | 2 +- qt/Makefile.am | 2 +- qt/aux_window.cpp | 2 +- qt/aux_window.h | 2 +- qt/bag_widget.cpp | 2 +- qt/bag_widget.h | 2 +- qt/board_widget.cpp | 2 +- qt/board_widget.h | 2 +- qt/coord_model.cpp | 2 +- qt/coord_model.h | 2 +- qt/custom_popup.cpp | 2 +- qt/custom_popup.h | 2 +- qt/dic_tools_widget.cpp | 2 +- qt/dic_tools_widget.h | 2 +- qt/dic_wizard.cpp | 2 +- qt/dic_wizard.h | 2 +- qt/main.cpp | 2 +- qt/new_game.cpp | 2 +- qt/new_game.h | 2 +- qt/player_widget.cpp | 2 +- qt/player_widget.h | 2 +- qt/prefs_dialog.cpp | 2 +- qt/prefs_dialog.h | 2 +- qt/qtcommon.cpp | 2 +- qt/qtcommon.h | 2 +- qt/score_widget.cpp | 2 +- qt/score_widget.h | 2 +- qt/tile_layout.cpp | 2 +- qt/tile_layout.h | 2 +- qt/training_widget.cpp | 2 +- qt/training_widget.h | 2 +- utils/eliottxt.cpp | 2 +- utils/game_io.h | 2 +- utils/ncurses.h | 2 +- 106 files changed, 106 insertions(+), 106 deletions(-) diff --git a/dic/Makefile.am b/dic/Makefile.am index 47d417e..7fb3813 100644 --- a/dic/Makefile.am +++ b/dic/Makefile.am @@ -1,5 +1,5 @@ # Eliot -# Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière +# Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière # Authors: Antoine Fraboulet # Olivier Teulière # diff --git a/dic/automaton.cpp b/dic/automaton.cpp index dcfc926..27c8e86 100644 --- a/dic/automaton.cpp +++ b/dic/automaton.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet + * Copyright (C) 2005-2012 Antoine Fraboulet * Authors: Antoine Fraboulet * * This program is free software; you can redistribute it and/or modify diff --git a/dic/automaton.h b/dic/automaton.h index 9f8d823..5918af2 100644 --- a/dic/automaton.h +++ b/dic/automaton.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet + * Copyright (C) 2005-2012 Antoine Fraboulet * Authors: Antoine Fraboulet * * This program is free software; you can redistribute it and/or modify diff --git a/dic/compdic.cpp b/dic/compdic.cpp index d677f27..f1a054e 100644 --- a/dic/compdic.cpp +++ b/dic/compdic.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/dic/compdic.h b/dic/compdic.h index 5014ed1..c8fda80 100644 --- a/dic/compdic.h +++ b/dic/compdic.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet + * Copyright (C) 2005-2012 Antoine Fraboulet * Authors: Antoine Fraboulet * * This program is free software; you can redistribute it and/or modify diff --git a/dic/debug.h b/dic/debug.h index fb2870f..a1e46c8 100644 --- a/dic/debug.h +++ b/dic/debug.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2004-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2004-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/dic/dic.cpp b/dic/dic.cpp index 2043634..f27dd33 100644 --- a/dic/dic.cpp +++ b/dic/dic.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2002-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2002-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/dic/dic.h b/dic/dic.h index 9d8f52c..1b86f89 100644 --- a/dic/dic.h +++ b/dic/dic.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2002-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2002-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/dic/header.cpp b/dic/header.cpp index 9f30e12..d8fc79f 100644 --- a/dic/header.cpp +++ b/dic/header.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2007-2009 Olivier Teulière + * Copyright (C) 2007-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/dic/header.h b/dic/header.h index 5836cc6..1d5bd61 100644 --- a/dic/header.h +++ b/dic/header.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2007-2009 Olivier Teulière + * Copyright (C) 2007-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/dic/listdic.cpp b/dic/listdic.cpp index c979d14..f9f1985 100644 --- a/dic/listdic.cpp +++ b/dic/listdic.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/dic/listdic.h b/dic/listdic.h index 83246b3..032736a 100644 --- a/dic/listdic.h +++ b/dic/listdic.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/dic/regexp.cpp b/dic/regexp.cpp index 0f68550..1485d01 100644 --- a/dic/regexp.cpp +++ b/dic/regexp.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2006 Antoine Fraboulet + * Copyright (C) 1999-2012 Antoine Fraboulet * Authors: Antoine Fraboulet * * This program is free software; you can redistribute it and/or modify diff --git a/dic/regexp.h b/dic/regexp.h index 39f0029..0785cd7 100644 --- a/dic/regexp.h +++ b/dic/regexp.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2006 Antoine Fraboulet + * Copyright (C) 1999-2012 Antoine Fraboulet * Authors: Antoine Fraboulet * * This program is free software; you can redistribute it and/or modify diff --git a/dic/stacktrace.cpp b/dic/stacktrace.cpp index 4c73745..a9d1cc3 100644 --- a/dic/stacktrace.cpp +++ b/dic/stacktrace.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/dic/stacktrace.h b/dic/stacktrace.h index 3376128..b8a546b 100644 --- a/dic/stacktrace.h +++ b/dic/stacktrace.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/dic/tile.cpp b/dic/tile.cpp index c30c74d..a4c0e59 100644 --- a/dic/tile.cpp +++ b/dic/tile.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Olivier Teulière & Antoine Fraboulet + * Copyright (C) 2005-2012 Olivier Teulière & Antoine Fraboulet * Authors: Olivier Teulière * Antoine Fraboulet * diff --git a/dic/tile.h b/dic/tile.h index 7730204..d35044a 100644 --- a/dic/tile.h +++ b/dic/tile.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Olivier Teulière & Antoine Fraboulet + * Copyright (C) 2005-2012 Olivier Teulière & Antoine Fraboulet * Authors: Olivier Teulière * Antoine Fraboulet * diff --git a/game/Makefile.am b/game/Makefile.am index 82f2df5..3a70e6b 100644 --- a/game/Makefile.am +++ b/game/Makefile.am @@ -1,5 +1,5 @@ # Eliot -# Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière +# Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière # Authors: Antoine Fraboulet # Olivier Teulière # diff --git a/game/ai_percent.h b/game/ai_percent.h index 4c5c95c..575c74b 100644 --- a/game/ai_percent.h +++ b/game/ai_percent.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2009 Olivier Teulière + * Copyright (C) 2005-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/arbitration.cpp b/game/arbitration.cpp index 358c402..41d685b 100644 --- a/game/arbitration.cpp +++ b/game/arbitration.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2009 Olivier Teulière + * Copyright (C) 2005-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/bag.cpp b/game/bag.cpp index e683cf2..215d571 100644 --- a/game/bag.cpp +++ b/game/bag.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/bag.h b/game/bag.h index 093db8b..d6dcab1 100644 --- a/game/bag.h +++ b/game/bag.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/board.cpp b/game/board.cpp index 78084e5..f14062d 100644 --- a/game/board.cpp +++ b/game/board.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/board.h b/game/board.h index 249c7a2..328e6b4 100644 --- a/game/board.h +++ b/game/board.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/board_cross.cpp b/game/board_cross.cpp index 2ef2fce..faabc73 100644 --- a/game/board_cross.cpp +++ b/game/board_cross.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/board_search.cpp b/game/board_search.cpp index da0ecbf..ab6a3e5 100644 --- a/game/board_search.cpp +++ b/game/board_search.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/command.cpp b/game/command.cpp index 1c20f65..dedbee2 100644 --- a/game/command.cpp +++ b/game/command.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/command.h b/game/command.h index b4b3f43..2546031 100644 --- a/game/command.h +++ b/game/command.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/coord.cpp b/game/coord.cpp index bc58813..bc58b4a 100644 --- a/game/coord.cpp +++ b/game/coord.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/coord.h b/game/coord.h index 650ab6d..b683396 100644 --- a/game/coord.h +++ b/game/coord.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/cross.cpp b/game/cross.cpp index 138f022..1ec421d 100644 --- a/game/cross.cpp +++ b/game/cross.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Olivier Teulière & Antoine Fraboulet + * Copyright (C) 2005-2012 Olivier Teulière & Antoine Fraboulet * Authors: Olivier Teulière * Antoine Fraboulet * diff --git a/game/cross.h b/game/cross.h index b2973db..07f2307 100644 --- a/game/cross.h +++ b/game/cross.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Olivier Teulière & Antoine Fraboulet + * Copyright (C) 2005-2012 Olivier Teulière & Antoine Fraboulet * Authors: Olivier Teulière * Antoine Fraboulet * diff --git a/game/duplicate.cpp b/game/duplicate.cpp index 0496d9b..1e910fb 100644 --- a/game/duplicate.cpp +++ b/game/duplicate.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2009 Olivier Teulière + * Copyright (C) 2005-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/duplicate.h b/game/duplicate.h index 4cc18f0..d808810 100644 --- a/game/duplicate.h +++ b/game/duplicate.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2009 Olivier Teulière + * Copyright (C) 2005-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/freegame.cpp b/game/freegame.cpp index 2fbe265..2c91b25 100644 --- a/game/freegame.cpp +++ b/game/freegame.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2008 Olivier Teulière + * Copyright (C) 2005-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/freegame.h b/game/freegame.h index c3ebd40..21cac91 100644 --- a/game/freegame.h +++ b/game/freegame.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2008 Olivier Teulière + * Copyright (C) 2005-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/game.cpp b/game/game.cpp index f4332a7..dde3f68 100644 --- a/game/game.cpp +++ b/game/game.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/game.h b/game/game.h index bbd4869..172f63c 100644 --- a/game/game.h +++ b/game/game.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/game_factory.cpp b/game/game_factory.cpp index ad421a2..5637dc1 100644 --- a/game/game_factory.cpp +++ b/game/game_factory.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Olivier Teulière & Antoine Fraboulet + * Copyright (C) 2005-2012 Olivier Teulière & Antoine Fraboulet * Authors: Olivier Teulière * Antoine Fraboulet * diff --git a/game/game_move_cmd.cpp b/game/game_move_cmd.cpp index 97b80da..3306f8c 100644 --- a/game/game_move_cmd.cpp +++ b/game/game_move_cmd.cpp @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/game_move_cmd.h b/game/game_move_cmd.h index ab4c178..8137da5 100644 --- a/game/game_move_cmd.h +++ b/game/game_move_cmd.h @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/game_params.h b/game/game_params.h index 72ecd96..437cb58 100644 --- a/game/game_params.h +++ b/game/game_params.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2011 Olivier Teulière + * Copyright (C) 2011-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/history.cpp b/game/history.cpp index 72c74be..24ab359 100644 --- a/game/history.cpp +++ b/game/history.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/history.h b/game/history.h index 78d9cb5..442b9bd 100644 --- a/game/history.h +++ b/game/history.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/master_move_cmd.cpp b/game/master_move_cmd.cpp index d32f19d..c9b18c8 100644 --- a/game/master_move_cmd.cpp +++ b/game/master_move_cmd.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2009 Olivier Teulière + * Copyright (C) 2009-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/master_move_cmd.h b/game/master_move_cmd.h index a08e825..2e693bf 100644 --- a/game/master_move_cmd.h +++ b/game/master_move_cmd.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2009 Olivier Teulière + * Copyright (C) 2009-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/navigation.cpp b/game/navigation.cpp index 8966278..f766293 100644 --- a/game/navigation.cpp +++ b/game/navigation.cpp @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2009 Olivier Teulière + * Copyright (C) 2009-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/navigation.h b/game/navigation.h index bd280ee..3b1a0e9 100644 --- a/game/navigation.h +++ b/game/navigation.h @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/player.cpp b/game/player.cpp index f05d3dc..bcc8209 100644 --- a/game/player.cpp +++ b/game/player.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2004-2007 Olivier Teulière & Antoine Fraboulet + * Copyright (C) 2004-2012 Olivier Teulière & Antoine Fraboulet * Authors: Olivier Teulière * Antoine Fraboulet * diff --git a/game/player.h b/game/player.h index a6c6d58..54e3bde 100644 --- a/game/player.h +++ b/game/player.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2004-2007 Olivier Teulière & Antoine Fraboulet + * Copyright (C) 2004-2012 Olivier Teulière & Antoine Fraboulet * Authors: Olivier Teulière * Antoine Fraboulet * diff --git a/game/player_move_cmd.cpp b/game/player_move_cmd.cpp index aab023f..39fc312 100644 --- a/game/player_move_cmd.cpp +++ b/game/player_move_cmd.cpp @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/player_move_cmd.h b/game/player_move_cmd.h index b112c1a..f309a6b 100644 --- a/game/player_move_cmd.h +++ b/game/player_move_cmd.h @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/player_rack_cmd.cpp b/game/player_rack_cmd.cpp index 80bb4ac..5a590ea 100644 --- a/game/player_rack_cmd.cpp +++ b/game/player_rack_cmd.cpp @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/player_rack_cmd.h b/game/player_rack_cmd.h index 8fee3ae..449ed72 100644 --- a/game/player_rack_cmd.h +++ b/game/player_rack_cmd.h @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/pldrack.cpp b/game/pldrack.cpp index 88162da..da15ac6 100644 --- a/game/pldrack.cpp +++ b/game/pldrack.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2002-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2002-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/pldrack.h b/game/pldrack.h index aa61a67..d140ae4 100644 --- a/game/pldrack.h +++ b/game/pldrack.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2002-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2002-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/public_game.cpp b/game/public_game.cpp index 9a814ea..bfe4373 100644 --- a/game/public_game.cpp +++ b/game/public_game.cpp @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008-2009 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/public_game.h b/game/public_game.h index 6d49f14..bad29b4 100644 --- a/game/public_game.h +++ b/game/public_game.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008-2009 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/rack.cpp b/game/rack.cpp index 6b6f50e..5cee9fd 100644 --- a/game/rack.cpp +++ b/game/rack.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2002-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2002-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/rack.h b/game/rack.h index 51ff7a3..5c54136 100644 --- a/game/rack.h +++ b/game/rack.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2002-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2002-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/results.cpp b/game/results.cpp index ae86c1e..0b51cf7 100644 --- a/game/results.cpp +++ b/game/results.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/results.h b/game/results.h index 327a533..b5e697e 100644 --- a/game/results.h +++ b/game/results.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/round.cpp b/game/round.cpp index aabe2c6..f4182d9 100644 --- a/game/round.cpp +++ b/game/round.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/round.h b/game/round.h index 1ec72a8..12c7c8b 100644 --- a/game/round.h +++ b/game/round.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/settings.cpp b/game/settings.cpp index cd5dfb8..92373ed 100644 --- a/game/settings.cpp +++ b/game/settings.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2007 Olivier Teulière + * Copyright (C) 2007-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/settings.h b/game/settings.h index fe9b796..ce2df54 100644 --- a/game/settings.h +++ b/game/settings.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2007 Olivier Teulière + * Copyright (C) 2007-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/training.cpp b/game/training.cpp index 652a32f..b3dec65 100644 --- a/game/training.cpp +++ b/game/training.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/training.h b/game/training.h index 7b411f4..6d709b3 100644 --- a/game/training.h +++ b/game/training.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 1999-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 1999-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/turn.cpp b/game/turn.cpp index 9901e61..aaea9f2 100644 --- a/game/turn.cpp +++ b/game/turn.cpp @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/turn.h b/game/turn.h index d06fbee..bea461e 100644 --- a/game/turn.h +++ b/game/turn.h @@ -1,6 +1,6 @@ /******************************************************************* * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/game/turn_data.h b/game/turn_data.h index df677a5..89955b6 100644 --- a/game/turn_data.h +++ b/game/turn_data.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2007 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/game/xml_reader.h b/game/xml_reader.h index 5b674f0..7aac435 100644 --- a/game/xml_reader.h +++ b/game/xml_reader.h @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (C) 2009 Eliot + * Copyright (C) 2009-2012 Eliot * Authors: Olivier Teuliere * * This program is free software; you can redistribute it and/or modify diff --git a/qt/Makefile.am b/qt/Makefile.am index b5a4f3f..a13b2dc 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -1,5 +1,5 @@ # Eliot -# Copyright (C) 2008 Olivier Teulière +# Copyright (C) 2008-2012 Olivier Teulière # Authors: Olivier Teulière # # This program is free software; you can redistribute it and/or modify diff --git a/qt/aux_window.cpp b/qt/aux_window.cpp index b215e1c..60b80dd 100644 --- a/qt/aux_window.cpp +++ b/qt/aux_window.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/aux_window.h b/qt/aux_window.h index 2e03c2c..7bf2f5c 100644 --- a/qt/aux_window.h +++ b/qt/aux_window.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/bag_widget.cpp b/qt/bag_widget.cpp index 7af631b..dfefa9f 100644 --- a/qt/bag_widget.cpp +++ b/qt/bag_widget.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/bag_widget.h b/qt/bag_widget.h index 732c873..2d06283 100644 --- a/qt/bag_widget.h +++ b/qt/bag_widget.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/board_widget.cpp b/qt/board_widget.cpp index bacb644..6e631bc 100644 --- a/qt/board_widget.cpp +++ b/qt/board_widget.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008-2010 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/board_widget.h b/qt/board_widget.h index c8ab115..1eb9384 100644 --- a/qt/board_widget.h +++ b/qt/board_widget.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008-2010 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/coord_model.cpp b/qt/coord_model.cpp index d6852c4..5dd7794 100644 --- a/qt/coord_model.cpp +++ b/qt/coord_model.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2009 Olivier Teulière + * Copyright (C) 2009-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/coord_model.h b/qt/coord_model.h index 7a0da1c..4a1bebc 100644 --- a/qt/coord_model.h +++ b/qt/coord_model.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2009 Olivier Teulière + * Copyright (C) 2009-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/custom_popup.cpp b/qt/custom_popup.cpp index a591888..a9ca760 100644 --- a/qt/custom_popup.cpp +++ b/qt/custom_popup.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2011 Olivier Teulière + * Copyright (C) 2011-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/custom_popup.h b/qt/custom_popup.h index 30c8693..38ac9da 100644 --- a/qt/custom_popup.h +++ b/qt/custom_popup.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2011 Olivier Teulière + * Copyright (C) 2011-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/dic_tools_widget.cpp b/qt/dic_tools_widget.cpp index 4421b8d..4eef9bd 100644 --- a/qt/dic_tools_widget.cpp +++ b/qt/dic_tools_widget.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008-2009 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/dic_tools_widget.h b/qt/dic_tools_widget.h index e0ce1d3..92add98 100644 --- a/qt/dic_tools_widget.h +++ b/qt/dic_tools_widget.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/dic_wizard.cpp b/qt/dic_wizard.cpp index 96ed1a2..544629b 100644 --- a/qt/dic_wizard.cpp +++ b/qt/dic_wizard.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/dic_wizard.h b/qt/dic_wizard.h index ec3d264..7ad0945 100644 --- a/qt/dic_wizard.h +++ b/qt/dic_wizard.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/main.cpp b/qt/main.cpp index eca1503..878762a 100644 --- a/qt/main.cpp +++ b/qt/main.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/new_game.cpp b/qt/new_game.cpp index 7d66990..3398cd4 100644 --- a/qt/new_game.cpp +++ b/qt/new_game.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/new_game.h b/qt/new_game.h index a207f08..593a9e4 100644 --- a/qt/new_game.h +++ b/qt/new_game.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/player_widget.cpp b/qt/player_widget.cpp index 711c33f..9031802 100644 --- a/qt/player_widget.cpp +++ b/qt/player_widget.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/player_widget.h b/qt/player_widget.h index 59a49bb..ec63d3d 100644 --- a/qt/player_widget.h +++ b/qt/player_widget.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/prefs_dialog.cpp b/qt/prefs_dialog.cpp index f99d11d..f946a71 100644 --- a/qt/prefs_dialog.cpp +++ b/qt/prefs_dialog.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008-2009 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/prefs_dialog.h b/qt/prefs_dialog.h index ba057b5..d56eb87 100644 --- a/qt/prefs_dialog.h +++ b/qt/prefs_dialog.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008-2009 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/qtcommon.cpp b/qt/qtcommon.cpp index da1ad7a..836bc06 100644 --- a/qt/qtcommon.cpp +++ b/qt/qtcommon.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010-2011 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/qtcommon.h b/qt/qtcommon.h index 62a693f..b916759 100644 --- a/qt/qtcommon.h +++ b/qt/qtcommon.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010-2011 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/score_widget.cpp b/qt/score_widget.cpp index b05129c..3a98799 100644 --- a/qt/score_widget.cpp +++ b/qt/score_widget.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/score_widget.h b/qt/score_widget.h index b9072b8..457bb65 100644 --- a/qt/score_widget.h +++ b/qt/score_widget.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/tile_layout.cpp b/qt/tile_layout.cpp index 4ee61b3..bba448e 100644 --- a/qt/tile_layout.cpp +++ b/qt/tile_layout.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/tile_layout.h b/qt/tile_layout.h index 79776c3..d386a7b 100644 --- a/qt/tile_layout.h +++ b/qt/tile_layout.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/training_widget.cpp b/qt/training_widget.cpp index 095b00c..a3128b7 100644 --- a/qt/training_widget.cpp +++ b/qt/training_widget.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2010-2011 Olivier Teulière + * Copyright (C) 2010-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/qt/training_widget.h b/qt/training_widget.h index 42f0818..f7cd482 100644 --- a/qt/training_widget.h +++ b/qt/training_widget.h @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2008-2011 Olivier Teulière + * Copyright (C) 2008-2012 Olivier Teulière * Authors: Olivier Teulière * * This program is free software; you can redistribute it and/or modify diff --git a/utils/eliottxt.cpp b/utils/eliottxt.cpp index 189267f..c0cf1b6 100644 --- a/utils/eliottxt.cpp +++ b/utils/eliottxt.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * Eliot - * Copyright (C) 2005-2009 Antoine Fraboulet & Olivier Teulière + * Copyright (C) 2005-2012 Antoine Fraboulet & Olivier Teulière * Authors: Antoine Fraboulet * Olivier Teulière * diff --git a/utils/game_io.h b/utils/game_io.h index 27fe666..530aa8b 100644 --- a/utils/game_io.h +++ b/utils/game_io.h @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (C) 1999-2005 Eliot + * Copyright (C) 1999-2012 Eliot * Authors: Antoine Fraboulet * Olivier Teuliere * diff --git a/utils/ncurses.h b/utils/ncurses.h index 1a96264..fb13489 100644 --- a/utils/ncurses.h +++ b/utils/ncurses.h @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (C) 2005 Eliot + * Copyright (C) 2005-2012 Eliot * Authors: Olivier Teuliere * * This program is free software; you can redistribute it and/or modify