diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-11-28 21:06:39 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-11-28 21:06:39 +0000 |
| commit | e454f97acc0635a5db9d5085fa16fa22d53e61e7 (patch) | |
| tree | 9ae611c85d83d20ccce7fb989db0cddad3f57484 /test/sudoku.cxx | |
| parent | f4fc4241b7ae71c1ca7d39b835055e68ae16e08e (diff) | |
Fixed Copyright to 2010.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/sudoku.cxx')
| -rw-r--r-- | test/sudoku.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sudoku.cxx b/test/sudoku.cxx index 840fe385c..d15af6b58 100644 --- a/test/sudoku.cxx +++ b/test/sudoku.cxx @@ -3,7 +3,7 @@ // // Sudoku game using the Fast Light Tool Kit (FLTK). // -// Copyright 2005-2009 by Michael Sweet. +// Copyright 2005-2010 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -962,7 +962,7 @@ Sudoku::help_cb(Fl_Widget *, void *) { "only once in each column and row. In addition, each 3x3 subgrid\n" "may only contain one of each number.</P>\n" - "<P>This version of the puzzle is copyright 2005-2009 by Michael R\n" + "<P>This version of the puzzle is copyright 2005-2010 by Michael R\n" "Sweet.</P>\n" "<P><B>Note:</B> The 'Hard' and 'Impossible' difficulty\n" |
