diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-01-01 16:35:13 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-01-01 16:35:13 +0000 |
| commit | a6e76c29fd143e87b05496de8547cd32636a63cc (patch) | |
| tree | 61c99e47b7fd05662043b652e2a7a8ceb8b918c9 /test/sudoku.cxx | |
| parent | 167d767e0fc8eb98958efa71f6a7ecc4ef8bfc45 (diff) | |
Cahngad copyrights in 'test'
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6615 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 df2a6a2b3..8cea0ae36 100644 --- a/test/sudoku.cxx +++ b/test/sudoku.cxx @@ -3,7 +3,7 @@ // // Sudoku game using the Fast Light Tool Kit (FLTK). // -// Copyright 2005-2007 by Michael Sweet. +// Copyright 2005-2009 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 @@ -951,7 +951,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-2006 by Michael R\n" + "<P>This version of the puzzle is copyright 2005-2009 by Michael R\n" "Sweet.</P>\n" "<P><B>Note:</B> The 'Hard' and 'Impossible' difficulty\n" |
