summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
-rw-r--r--tools/sudoku_generator.12
-rw-r--r--tools/sudoku_generator.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/tools/Makefile b/tools/Makefile
index eb5f63c..e8f8be8 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -16,8 +16,6 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-# $Id: Makefile 161 2008-11-23 00:18:02Z tom $
# Define STATIC_LINK=1 to force static linking
#STATIC_LINK = 1
diff --git a/tools/sudoku_generator.1 b/tools/sudoku_generator.1
index 621c417..07b657d 100644
--- a/tools/sudoku_generator.1
+++ b/tools/sudoku_generator.1
@@ -17,8 +17,6 @@
.\" 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.1 165 2008-11-29 00:09:41Z tom $
-.\"
.TH sudoku_generator "1" "November 2008" "sudoku_generator 0.3.4" "User Commands"
.SH NAME
diff --git a/tools/sudoku_generator.cpp b/tools/sudoku_generator.cpp
index 682a239..5f48f50 100644
--- a/tools/sudoku_generator.cpp
+++ b/tools/sudoku_generator.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* 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 163 2008-11-26 23:53:04Z tom $
*/
#include "../puzzle.h"