summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--i18n.h4
-rw-r--r--menu.cpp4
-rw-r--r--menu.h4
-rw-r--r--puzzle.cpp4
-rw-r--r--puzzle.h4
-rw-r--r--setup.cpp4
-rw-r--r--setup.h4
-rw-r--r--solver.cpp4
-rw-r--r--sudoku.cpp4
-rw-r--r--tools/sudoku_generator.cpp4
11 files changed, 21 insertions, 21 deletions
diff --git a/README b/README
index 0010b82..2f6528e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Sudoku: A plug-in for the Video Disk Recorder
---------------------------------------------
-Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de>
+Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de>
Project's homepage: http://toms-cafe.de/vdr/sudoku
diff --git a/i18n.h b/i18n.h
index 24540ab..1814d9c 100644
--- a/i18n.h
+++ b/i18n.h
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: i18n.h 113 2008-03-16 20:12:52Z tom $
+ * $Id: i18n.h 117 2008-03-21 17:57:50Z tom $
*/
#ifndef VDR_SUDOKU_I18N_H
diff --git a/menu.cpp b/menu.cpp
index 28e1970..b31432f 100644
--- a/menu.cpp
+++ b/menu.cpp
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: menu.cpp 116 2008-03-21 16:41:20Z tom $
+ * $Id: menu.cpp 117 2008-03-21 17:57:50Z tom $
*/
#include "menu.h"
diff --git a/menu.h b/menu.h
index c1edb92..c47f1b3 100644
--- a/menu.h
+++ b/menu.h
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: menu.h 116 2008-03-21 16:41:20Z tom $
+ * $Id: menu.h 117 2008-03-21 17:57:50Z tom $
*/
#ifndef VDR_SUDOKU_MENU_H
diff --git a/puzzle.cpp b/puzzle.cpp
index 77d94db..d0272fd 100644
--- a/puzzle.cpp
+++ b/puzzle.cpp
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: puzzle.cpp 114 2008-03-16 22:20:33Z tom $
+ * $Id: puzzle.cpp 117 2008-03-21 17:57:50Z tom $
*/
#include "puzzle.h"
diff --git a/puzzle.h b/puzzle.h
index 726030e..201db86 100644
--- a/puzzle.h
+++ b/puzzle.h
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: puzzle.h 114 2008-03-16 22:20:33Z tom $
+ * $Id: puzzle.h 117 2008-03-21 17:57:50Z tom $
*/
#ifndef VDR_SUDOKU_PUZZLE_H
diff --git a/setup.cpp b/setup.cpp
index b461b6a..fcf0850 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: setup.cpp 110 2008-01-06 23:32:09Z tom $
+ * $Id: setup.cpp 117 2008-03-21 17:57:50Z tom $
*/
#include "setup.h"
diff --git a/setup.h b/setup.h
index 010283f..7477b03 100644
--- a/setup.h
+++ b/setup.h
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: setup.h 110 2008-01-06 23:32:09Z tom $
+ * $Id: setup.h 117 2008-03-21 17:57:50Z tom $
*/
#ifndef VDR_SUDOKU_SETUP_H
diff --git a/solver.cpp b/solver.cpp
index 1734c7c..bc43f25 100644
--- a/solver.cpp
+++ b/solver.cpp
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: solver.cpp 108 2008-01-06 16:01:26Z tom $
+ * $Id: solver.cpp 117 2008-03-21 17:57:50Z tom $
*/
#define USE_RAND
diff --git a/sudoku.cpp b/sudoku.cpp
index d37abc3..062bfc3 100644
--- a/sudoku.cpp
+++ b/sudoku.cpp
@@ -1,7 +1,7 @@
/*
* Sudoku: A plug-in for the Video Disk Recorder
*
- * Copyright (C) 2005-2007, 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
@@ -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.
*
- * $Id: sudoku.cpp 116 2008-03-21 16:41:20Z tom $
+ * $Id: sudoku.cpp 117 2008-03-21 17:57:50Z tom $
*/
#include "sudoku.h"
diff --git a/tools/sudoku_generator.cpp b/tools/sudoku_generator.cpp
index cba0e5d..fdd3e30 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-2007, 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
@@ -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.
*
- * $Id: sudoku_generator.cpp 114 2008-03-16 22:20:33Z tom $
+ * $Id: sudoku_generator.cpp 117 2008-03-21 17:57:50Z tom $
*/
#include "../puzzle.h"