summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2010-03-31 00:31:47 +0200
committerThomas Günther <tom@toms-cafe.de>2010-03-31 00:31:47 +0200
commit60d4d142b46e0d03bd05af356c1c5ce4ad0f60b4 (patch)
tree98d5fcfdf73fcd7b04ec9ae63454984e3b03a19c /tools
parentf94a00c9decb31fb4c4d8fa8348fb134a100c971 (diff)
downloadvdr-plugin-sudoku-60d4d142b46e0d03bd05af356c1c5ce4ad0f60b4.tar.gz
vdr-plugin-sudoku-60d4d142b46e0d03bd05af356c1c5ce4ad0f60b4.tar.bz2
Converted documentation and source files to UTF-8
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
-rw-r--r--tools/sudoku_generator.12
-rw-r--r--tools/sudoku_generator.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e8f8be8..93e5e86 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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-2008, 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
diff --git a/tools/sudoku_generator.1 b/tools/sudoku_generator.1
index 07b657d..d5f29b2 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, 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
diff --git a/tools/sudoku_generator.cpp b/tools/sudoku_generator.cpp
index 5f48f50..f92a789 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-2008, 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-2008, 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);