[Picross-commit] SF.net SVN: picross:[134] trunk
Status: Pre-Alpha
Brought to you by:
yvan_norsa
From: <yva...@us...> - 2013-01-23 08:35:53
|
Revision: 134 http://sourceforge.net/p/picross/code/134 Author: yvan_norsa Date: 2013-01-23 08:35:48 +0000 (Wed, 23 Jan 2013) Log Message: ----------- updated copyright Modified Paths: -------------- trunk/android/src/picross/specific/activities/MainMenuActivityUI.java trunk/android/src/picross/specific/activities/PicrossActivityUI.java trunk/android/src/picross/specific/activities/PicrossMainActivity.java trunk/android/src/picross/specific/game/random/ui/RandomGameController.java trunk/android/src/picross/specific/game/random/ui/RandomGameMediator.java trunk/android/src/picross/specific/game/random/ui/RandomGameModeUI.java trunk/android/src/picross/specific/game/random/ui/RandomGameUI.java trunk/android/src/picross/specific/game/simple/ui/AndroidLevelMenuMediator.java trunk/android/src/picross/specific/game/simple/ui/AndroidSimpleGameMediator.java trunk/android/src/picross/specific/game/simple/ui/LevelMenuUI.java trunk/android/src/picross/specific/game/simple/ui/SimpleGameModeUI.java trunk/android/src/picross/specific/game/ui/GameController.java trunk/android/src/picross/specific/game/ui/GameMediator.java trunk/android/src/picross/specific/game/ui/GameUI.java trunk/android/src/picross/specific/game/ui/UIGameMode.java trunk/android/src/picross/specific/grid/ui/GridController.java trunk/android/src/picross/specific/grid/ui/GridMediator.java trunk/android/src/picross/specific/grid/ui/GridUI.java trunk/android/src/picross/specific/grid/ui/HintBoxInfos.java trunk/android/src/picross/specific/grid/ui/Point.java trunk/android/src/picross/specific/grid/ui/UIBox.java trunk/android/src/picross/specific/ui/AbstractAndroidView.java trunk/android/src/picross/specific/ui/GameMenuMediator.java trunk/android/src/picross/specific/ui/GameMenuUI.java trunk/android/src/picross/specific/ui/MainMenuMediator.java trunk/android/src/picross/specific/ui/MainMenuUI.java trunk/android/src/picross/specific/ui/MenuController.java trunk/android/src/picross/specific/ui/MenuUI.java trunk/android/src/picross/specific/ui/PicrossAndroidLogger.java trunk/android/src/picross/specific/ui/PicrossButton.java trunk/android/src/picross/specific/ui/PicrossEvent.java trunk/android/src/picross/specific/ui/PicrossLabel.java trunk/android/src/picross/specific/ui/PicrossMediator.java trunk/android/src/picross/specific/ui/PicrossUIHelper.java trunk/android/src/picross/specific/ui/WaitMenuMediator.java trunk/android/src/picross/specific/ui/WaitMenuUI.java trunk/common/src/picross/common/game/simple/ui/LevelMenuController.java trunk/common/src/picross/common/game/simple/ui/LevelMenuMediator.java trunk/common/src/picross/common/game/simple/ui/LevelMenuModel.java trunk/common/src/picross/common/game/simple/ui/LevelsListCommand.java trunk/common/src/picross/common/game/simple/ui/SelectSizeCommand.java trunk/common/src/picross/common/game/simple/ui/SimpleGameMediator.java trunk/common/src/picross/common/game/simple/ui/SizesListCommand.java trunk/common/src/picross/common/game/ui/GameCommand.java trunk/common/src/picross/common/game/ui/GameMediator.java trunk/common/src/picross/common/game/ui/GameView.java trunk/common/src/picross/common/grid/ui/AbstractGridMediator.java trunk/common/src/picross/common/grid/ui/FillCommand.java trunk/common/src/picross/common/grid/ui/GridCommands.java trunk/common/src/picross/common/grid/ui/GridView.java trunk/common/src/picross/common/grid/ui/IGridMediator.java trunk/common/src/picross/common/grid/ui/PaintCommand.java trunk/common/src/picross/common/grid/ui/RepaintLeftHintsCommand.java trunk/common/src/picross/common/grid/ui/RepaintTopHintsCommand.java trunk/common/src/picross/common/ui/AbstractMenuController.java trunk/common/src/picross/common/ui/AbstractPicrossMediator.java trunk/common/src/picross/common/ui/AbstractWaitMenuMediator.java trunk/common/src/picross/common/ui/GameMenuModel.java trunk/common/src/picross/common/ui/MainMenuUI.java trunk/common/src/picross/common/ui/MenuCommand.java trunk/common/src/picross/common/ui/MenuMediator.java trunk/common/src/picross/common/ui/MissingImageException.java trunk/common/src/picross/common/ui/PicrossController.java trunk/common/src/picross/common/ui/PicrossUI.java trunk/common/src/picross/common/ui/PicrossView.java trunk/engine/src/picross/engine/AbstractPicrossLogger.java trunk/engine/src/picross/engine/Picross.java trunk/engine/src/picross/engine/PicrossException.java trunk/engine/src/picross/engine/PicrossLogHelper.java trunk/engine/src/picross/engine/PicrossLogger.java trunk/engine/src/picross/engine/game/AbstractPicrossModel.java trunk/engine/src/picross/engine/game/GameMode.java trunk/engine/src/picross/engine/game/random/RandomGameMode.java trunk/engine/src/picross/engine/game/random/RandomPicrossModel.java trunk/engine/src/picross/engine/game/simple/Dimensions.java trunk/engine/src/picross/engine/game/simple/FileInfos.java trunk/engine/src/picross/engine/game/simple/LevelInfos.java trunk/engine/src/picross/engine/game/simple/SimpleGameMode.java trunk/engine/src/picross/engine/game/simple/XBMException.java trunk/engine/src/picross/engine/game/simple/XBMModel.java trunk/engine/src/picross/engine/grid/Box.java trunk/engine/src/picross/engine/grid/CompletedHints.java trunk/engine/src/picross/engine/grid/GridAction.java trunk/engine/src/picross/engine/grid/GridModel.java trunk/engine/src/picross/engine/grid/PicrossGrid.java trunk/swing/src/picross/specific/game/random/ui/RandomGameController.java trunk/swing/src/picross/specific/game/random/ui/RandomGameMediator.java trunk/swing/src/picross/specific/game/random/ui/RandomGameModeUI.java trunk/swing/src/picross/specific/game/random/ui/RandomGameUI.java trunk/swing/src/picross/specific/game/simple/ui/LevelMenuUI.java trunk/swing/src/picross/specific/game/simple/ui/SimpleGameModeUI.java trunk/swing/src/picross/specific/game/ui/GameController.java trunk/swing/src/picross/specific/game/ui/GameMediator.java trunk/swing/src/picross/specific/game/ui/GameUI.java trunk/swing/src/picross/specific/game/ui/UIGameMode.java trunk/swing/src/picross/specific/grid/ui/GridController.java trunk/swing/src/picross/specific/grid/ui/GridMediator.java trunk/swing/src/picross/specific/grid/ui/GridUI.java trunk/swing/src/picross/specific/grid/ui/HintBoxInfos.java trunk/swing/src/picross/specific/grid/ui/UIBox.java trunk/swing/src/picross/specific/ui/GameMenuMediator.java trunk/swing/src/picross/specific/ui/GameMenuUI.java trunk/swing/src/picross/specific/ui/MainMenuMediator.java trunk/swing/src/picross/specific/ui/MenuController.java trunk/swing/src/picross/specific/ui/MenuUI.java trunk/swing/src/picross/specific/ui/PicrossButton.java trunk/swing/src/picross/specific/ui/PicrossLog4jLogger.java trunk/swing/src/picross/specific/ui/PicrossMediator.java trunk/swing/src/picross/specific/ui/PicrossUIHelper.java trunk/swing/src/picross/specific/ui/WaitMenuMediator.java trunk/swing/src/picross/specific/ui/WaitMenuUI.java Property Changed: ---------------- trunk/common/src/picross/common/game/simple/ui/LevelMenuMediator.java Modified: trunk/android/src/picross/specific/activities/MainMenuActivityUI.java =================================================================== --- trunk/android/src/picross/specific/activities/MainMenuActivityUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/activities/MainMenuActivityUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/activities/PicrossActivityUI.java =================================================================== --- trunk/android/src/picross/specific/activities/PicrossActivityUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/activities/PicrossActivityUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/activities/PicrossMainActivity.java =================================================================== --- trunk/android/src/picross/specific/activities/PicrossMainActivity.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/activities/PicrossMainActivity.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/random/ui/RandomGameController.java =================================================================== --- trunk/android/src/picross/specific/game/random/ui/RandomGameController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/random/ui/RandomGameController.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/random/ui/RandomGameMediator.java =================================================================== --- trunk/android/src/picross/specific/game/random/ui/RandomGameMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/random/ui/RandomGameMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/random/ui/RandomGameModeUI.java =================================================================== --- trunk/android/src/picross/specific/game/random/ui/RandomGameModeUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/random/ui/RandomGameModeUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/random/ui/RandomGameUI.java =================================================================== --- trunk/android/src/picross/specific/game/random/ui/RandomGameUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/random/ui/RandomGameUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/simple/ui/AndroidLevelMenuMediator.java =================================================================== --- trunk/android/src/picross/specific/game/simple/ui/AndroidLevelMenuMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/simple/ui/AndroidLevelMenuMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/simple/ui/AndroidSimpleGameMediator.java =================================================================== --- trunk/android/src/picross/specific/game/simple/ui/AndroidSimpleGameMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/simple/ui/AndroidSimpleGameMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/simple/ui/LevelMenuUI.java =================================================================== --- trunk/android/src/picross/specific/game/simple/ui/LevelMenuUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/simple/ui/LevelMenuUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/simple/ui/SimpleGameModeUI.java =================================================================== --- trunk/android/src/picross/specific/game/simple/ui/SimpleGameModeUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/simple/ui/SimpleGameModeUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/ui/GameController.java =================================================================== --- trunk/android/src/picross/specific/game/ui/GameController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/ui/GameController.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/ui/GameMediator.java =================================================================== --- trunk/android/src/picross/specific/game/ui/GameMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/ui/GameMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/ui/GameUI.java =================================================================== --- trunk/android/src/picross/specific/game/ui/GameUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/ui/GameUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/game/ui/UIGameMode.java =================================================================== --- trunk/android/src/picross/specific/game/ui/UIGameMode.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/game/ui/UIGameMode.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/grid/ui/GridController.java =================================================================== --- trunk/android/src/picross/specific/grid/ui/GridController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/grid/ui/GridController.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/grid/ui/GridMediator.java =================================================================== --- trunk/android/src/picross/specific/grid/ui/GridMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/grid/ui/GridMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/grid/ui/GridUI.java =================================================================== --- trunk/android/src/picross/specific/grid/ui/GridUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/grid/ui/GridUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/grid/ui/HintBoxInfos.java =================================================================== --- trunk/android/src/picross/specific/grid/ui/HintBoxInfos.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/grid/ui/HintBoxInfos.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/grid/ui/Point.java =================================================================== --- trunk/android/src/picross/specific/grid/ui/Point.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/grid/ui/Point.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/grid/ui/UIBox.java =================================================================== --- trunk/android/src/picross/specific/grid/ui/UIBox.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/grid/ui/UIBox.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/AbstractAndroidView.java =================================================================== --- trunk/android/src/picross/specific/ui/AbstractAndroidView.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/AbstractAndroidView.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,5 +1,33 @@ /* * $Id$ + * + * Copyright (c) 2008-2013 + * + * This software is governed by the CeCILL license under French law and + * abiding by the rules of distribution of free software. You can use, + * modify and/ or redistribute the software under the terms of the CeCILL + * license as circulated by CEA, CNRS and INRIA at the following URL + * "http://www.cecill.info". + * + * As a counterpart to the access to the source code and rights to copy, + * modify and redistribute granted by the license, users are provided only + * with a limited warranty and the software's author, the holder of the + * economic rights, and the successive licensors have only limited + * liability. + * + * In this respect, the user's attention is drawn to the risks associated + * with loading, using, modifying and/or developing or reproducing the + * software by the user in light of its specific status of free software, + * that may mean that it is complicated to manipulate, and that also + * therefore means that it is reserved for developers and experienced + * professionals having in-depth computer knowledge. Users are therefore + * encouraged to load and test the software's suitability as regards their + * requirements in conditions enabling the security of their systems and/or + * data to be ensured and, more generally, to use and operate it in the + * same conditions as regards security. + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL license and that you accept its terms. */ Modified: trunk/android/src/picross/specific/ui/GameMenuMediator.java =================================================================== --- trunk/android/src/picross/specific/ui/GameMenuMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/GameMenuMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/GameMenuUI.java =================================================================== --- trunk/android/src/picross/specific/ui/GameMenuUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/GameMenuUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/MainMenuMediator.java =================================================================== --- trunk/android/src/picross/specific/ui/MainMenuMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/MainMenuMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/MainMenuUI.java =================================================================== --- trunk/android/src/picross/specific/ui/MainMenuUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/MainMenuUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/MenuController.java =================================================================== --- trunk/android/src/picross/specific/ui/MenuController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/MenuController.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/MenuUI.java =================================================================== --- trunk/android/src/picross/specific/ui/MenuUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/MenuUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/PicrossAndroidLogger.java =================================================================== --- trunk/android/src/picross/specific/ui/PicrossAndroidLogger.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/PicrossAndroidLogger.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/PicrossButton.java =================================================================== --- trunk/android/src/picross/specific/ui/PicrossButton.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/PicrossButton.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/PicrossEvent.java =================================================================== --- trunk/android/src/picross/specific/ui/PicrossEvent.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/PicrossEvent.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/PicrossLabel.java =================================================================== --- trunk/android/src/picross/specific/ui/PicrossLabel.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/PicrossLabel.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/PicrossMediator.java =================================================================== --- trunk/android/src/picross/specific/ui/PicrossMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/PicrossMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/PicrossUIHelper.java =================================================================== --- trunk/android/src/picross/specific/ui/PicrossUIHelper.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/PicrossUIHelper.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2001 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/WaitMenuMediator.java =================================================================== --- trunk/android/src/picross/specific/ui/WaitMenuMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/WaitMenuMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/android/src/picross/specific/ui/WaitMenuUI.java =================================================================== --- trunk/android/src/picross/specific/ui/WaitMenuUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/android/src/picross/specific/ui/WaitMenuUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/simple/ui/LevelMenuController.java =================================================================== --- trunk/common/src/picross/common/game/simple/ui/LevelMenuController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/simple/ui/LevelMenuController.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/simple/ui/LevelMenuMediator.java =================================================================== --- trunk/common/src/picross/common/game/simple/ui/LevelMenuMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/simple/ui/LevelMenuMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Property changes on: trunk/common/src/picross/common/game/simple/ui/LevelMenuMediator.java ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Modified: trunk/common/src/picross/common/game/simple/ui/LevelMenuModel.java =================================================================== --- trunk/common/src/picross/common/game/simple/ui/LevelMenuModel.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/simple/ui/LevelMenuModel.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/simple/ui/LevelsListCommand.java =================================================================== --- trunk/common/src/picross/common/game/simple/ui/LevelsListCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/simple/ui/LevelsListCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/simple/ui/SelectSizeCommand.java =================================================================== --- trunk/common/src/picross/common/game/simple/ui/SelectSizeCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/simple/ui/SelectSizeCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/simple/ui/SimpleGameMediator.java =================================================================== --- trunk/common/src/picross/common/game/simple/ui/SimpleGameMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/simple/ui/SimpleGameMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/simple/ui/SizesListCommand.java =================================================================== --- trunk/common/src/picross/common/game/simple/ui/SizesListCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/simple/ui/SizesListCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/ui/GameCommand.java =================================================================== --- trunk/common/src/picross/common/game/ui/GameCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/ui/GameCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/ui/GameMediator.java =================================================================== --- trunk/common/src/picross/common/game/ui/GameMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/ui/GameMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/game/ui/GameView.java =================================================================== --- trunk/common/src/picross/common/game/ui/GameView.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/game/ui/GameView.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/grid/ui/AbstractGridMediator.java =================================================================== --- trunk/common/src/picross/common/grid/ui/AbstractGridMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/AbstractGridMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/grid/ui/FillCommand.java =================================================================== --- trunk/common/src/picross/common/grid/ui/FillCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/FillCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/grid/ui/GridCommands.java =================================================================== --- trunk/common/src/picross/common/grid/ui/GridCommands.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/GridCommands.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,5 +1,33 @@ /* * $Id$ + + * Copyright (c) 2011-2013 + * + * This software is governed by the CeCILL license under French law and + * abiding by the rules of distribution of free software. You can use, + * modify and/ or redistribute the software under the terms of the CeCILL + * license as circulated by CEA, CNRS and INRIA at the following URL + * "http://www.cecill.info". + * + * As a counterpart to the access to the source code and rights to copy, + * modify and redistribute granted by the license, users are provided only + * with a limited warranty and the software's author, the holder of the + * economic rights, and the successive licensors have only limited + * liability. + * + * In this respect, the user's attention is drawn to the risks associated + * with loading, using, modifying and/or developing or reproducing the + * software by the user in light of its specific status of free software, + * that may mean that it is complicated to manipulate, and that also + * therefore means that it is reserved for developers and experienced + * professionals having in-depth computer knowledge. Users are therefore + * encouraged to load and test the software's suitability as regards their + * requirements in conditions enabling the security of their systems and/or + * data to be ensured and, more generally, to use and operate it in the + * same conditions as regards security. + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL license and that you accept its terms. */ Modified: trunk/common/src/picross/common/grid/ui/GridView.java =================================================================== --- trunk/common/src/picross/common/grid/ui/GridView.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/GridView.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2011 + * Copyright (c) 2011-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/grid/ui/IGridMediator.java =================================================================== --- trunk/common/src/picross/common/grid/ui/IGridMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/IGridMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/grid/ui/PaintCommand.java =================================================================== --- trunk/common/src/picross/common/grid/ui/PaintCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/PaintCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/grid/ui/RepaintLeftHintsCommand.java =================================================================== --- trunk/common/src/picross/common/grid/ui/RepaintLeftHintsCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/RepaintLeftHintsCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/grid/ui/RepaintTopHintsCommand.java =================================================================== --- trunk/common/src/picross/common/grid/ui/RepaintTopHintsCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/grid/ui/RepaintTopHintsCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/AbstractMenuController.java =================================================================== --- trunk/common/src/picross/common/ui/AbstractMenuController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/AbstractMenuController.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/AbstractPicrossMediator.java =================================================================== --- trunk/common/src/picross/common/ui/AbstractPicrossMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/AbstractPicrossMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/AbstractWaitMenuMediator.java =================================================================== --- trunk/common/src/picross/common/ui/AbstractWaitMenuMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/AbstractWaitMenuMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/GameMenuModel.java =================================================================== --- trunk/common/src/picross/common/ui/GameMenuModel.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/GameMenuModel.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/MainMenuUI.java =================================================================== --- trunk/common/src/picross/common/ui/MainMenuUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/MainMenuUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/MenuCommand.java =================================================================== --- trunk/common/src/picross/common/ui/MenuCommand.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/MenuCommand.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/MenuMediator.java =================================================================== --- trunk/common/src/picross/common/ui/MenuMediator.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/MenuMediator.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/MissingImageException.java =================================================================== --- trunk/common/src/picross/common/ui/MissingImageException.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/MissingImageException.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2001 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/PicrossController.java =================================================================== --- trunk/common/src/picross/common/ui/PicrossController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/PicrossController.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/PicrossUI.java =================================================================== --- trunk/common/src/picross/common/ui/PicrossUI.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/PicrossUI.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/common/src/picross/common/ui/PicrossView.java =================================================================== --- trunk/common/src/picross/common/ui/PicrossView.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/common/src/picross/common/ui/PicrossView.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008-2011 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/AbstractPicrossLogger.java =================================================================== --- trunk/engine/src/picross/engine/AbstractPicrossLogger.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/AbstractPicrossLogger.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,5 +1,33 @@ /* * $Id$ + * + * Copyright (c) 2007-2013 + * + * This software is governed by the CeCILL license under French law and + * abiding by the rules of distribution of free software. You can use, + * modify and/ or redistribute the software under the terms of the CeCILL + * license as circulated by CEA, CNRS and INRIA at the following URL + * "http://www.cecill.info". + * + * As a counterpart to the access to the source code and rights to copy, + * modify and redistribute granted by the license, users are provided only + * with a limited warranty and the software's author, the holder of the + * economic rights, and the successive licensors have only limited + * liability. + * + * In this respect, the user's attention is drawn to the risks associated + * with loading, using, modifying and/or developing or reproducing the + * software by the user in light of its specific status of free software, + * that may mean that it is complicated to manipulate, and that also + * therefore means that it is reserved for developers and experienced + * professionals having in-depth computer knowledge. Users are therefore + * encouraged to load and test the software's suitability as regards their + * requirements in conditions enabling the security of their systems and/or + * data to be ensured and, more generally, to use and operate it in the + * same conditions as regards security. + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL license and that you accept its terms. */ Modified: trunk/engine/src/picross/engine/Picross.java =================================================================== --- trunk/engine/src/picross/engine/Picross.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/Picross.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/PicrossException.java =================================================================== --- trunk/engine/src/picross/engine/PicrossException.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/PicrossException.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/PicrossLogHelper.java =================================================================== --- trunk/engine/src/picross/engine/PicrossLogHelper.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/PicrossLogHelper.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/PicrossLogger.java =================================================================== --- trunk/engine/src/picross/engine/PicrossLogger.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/PicrossLogger.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/AbstractPicrossModel.java =================================================================== --- trunk/engine/src/picross/engine/game/AbstractPicrossModel.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/AbstractPicrossModel.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/GameMode.java =================================================================== --- trunk/engine/src/picross/engine/game/GameMode.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/GameMode.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/random/RandomGameMode.java =================================================================== --- trunk/engine/src/picross/engine/game/random/RandomGameMode.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/random/RandomGameMode.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/random/RandomPicrossModel.java =================================================================== --- trunk/engine/src/picross/engine/game/random/RandomPicrossModel.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/random/RandomPicrossModel.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/simple/Dimensions.java =================================================================== --- trunk/engine/src/picross/engine/game/simple/Dimensions.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/simple/Dimensions.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/simple/FileInfos.java =================================================================== --- trunk/engine/src/picross/engine/game/simple/FileInfos.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/simple/FileInfos.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/simple/LevelInfos.java =================================================================== --- trunk/engine/src/picross/engine/game/simple/LevelInfos.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/simple/LevelInfos.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/simple/SimpleGameMode.java =================================================================== --- trunk/engine/src/picross/engine/game/simple/SimpleGameMode.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/simple/SimpleGameMode.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2008 + * Copyright (c) 2008-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/simple/XBMException.java =================================================================== --- trunk/engine/src/picross/engine/game/simple/XBMException.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/simple/XBMException.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/game/simple/XBMModel.java =================================================================== --- trunk/engine/src/picross/engine/game/simple/XBMModel.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/game/simple/XBMModel.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/grid/Box.java =================================================================== --- trunk/engine/src/picross/engine/grid/Box.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/grid/Box.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2011 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/grid/CompletedHints.java =================================================================== --- trunk/engine/src/picross/engine/grid/CompletedHints.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/grid/CompletedHints.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/grid/GridAction.java =================================================================== --- trunk/engine/src/picross/engine/grid/GridAction.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/grid/GridAction.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/grid/GridModel.java =================================================================== --- trunk/engine/src/picross/engine/grid/GridModel.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/grid/GridModel.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007-2008 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/engine/src/picross/engine/grid/PicrossGrid.java =================================================================== --- trunk/engine/src/picross/engine/grid/PicrossGrid.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/engine/src/picross/engine/grid/PicrossGrid.java 2013-01-23 08:35:48 UTC (rev 134) @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (c) 2007 + * Copyright (c) 2007-2013 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, Modified: trunk/swing/src/picross/specific/game/random/ui/RandomGameController.java =================================================================== --- trunk/swing/src/picross/specific/game/random/ui/RandomGameController.java 2013-01-23 08:22:42 UTC (rev 133) +++ trunk/swing/src/picross/specific/game/random/ui/RandomGameController.java 2013-01-2... [truncated message content] |