diff options
author | Thomas Günther <tom@toms-cafe.de> | 2010-04-05 13:44:47 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2010-04-05 13:44:47 +0200 |
commit | 8b3fe2b517bebbd757cf238bf47d7e92f2611b79 (patch) | |
tree | 868e1afbdd562b99725e8bfb7853ef414f2dfc9a /tools | |
parent | 33d98ff71bc56674002a8128c125095e0e28ddc5 (diff) | |
download | vdr-plugin-sudoku-master.tar.gz vdr-plugin-sudoku-master.tar.bz2 |
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sudoku_generator.1 | 6 | ||||
-rw-r--r-- | tools/sudoku_generator.cpp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/sudoku_generator.1 b/tools/sudoku_generator.1 index d5f29b2..c4c4557 100644 --- a/tools/sudoku_generator.1 +++ b/tools/sudoku_generator.1 @@ -1,7 +1,7 @@ .\" .\" Sudoku: A plug-in for the Video Disk Recorder .\" -.\" Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> +.\" Copyright (C) 2008-2010, Thomas Günther <tom@toms-cafe.de> .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ .\" with this program; if not, write to the Free Software Foundation, Inc., .\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .\" -.TH sudoku_generator "1" "November 2008" "sudoku_generator 0.3.4" "User Commands" +.TH sudoku_generator "1" "April 2010" "sudoku_generator 0.3.5" "User Commands" .SH NAME sudoku_generator \- generate and solve Sudoku puzzles @@ -65,7 +65,7 @@ Print version information and exit. Print help message and exit. .SH COPYRIGHT -Copyright \(co 2005-2008, Thomas G\(:unther <tom@toms-cafe.de> +Copyright \(co 2005-2010, Thomas G\(:unther <tom@toms-cafe.de> .br This GPL program comes with ABSOLUTELY NO WARRANTY; this is free software, and you are welcome to redistribute it diff --git a/tools/sudoku_generator.cpp b/tools/sudoku_generator.cpp index f92a789..7e673f6 100644 --- a/tools/sudoku_generator.cpp +++ b/tools/sudoku_generator.cpp @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ using namespace Sudoku; int print_version() { printf("sudoku_generator %s\n" - "Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de>\n" + "Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de>\n" "This GPL program comes with ABSOLUTELY NO WARRANTY;\n" "this is free software, and you are welcome to redistribute it\n" "under certain conditions; see the source for details.\n", VERSION); |