Skip to content

Commit ca7edf3

Browse files
committed
Remove obsolete SVN keywords
1 parent cddae77 commit ca7edf3

18 files changed

+0
-18
lines changed

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id$
21
#
32
# Copyright (C) 2003 Tristan Miller <psychonaut@nothingisreal.com>
43
#

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33
#
4-
# $Id$
54

65
AC_PREREQ(2.57)
76
AC_INIT(CHEOPS, 1.2, psychonaut@nothingisreal.com, cheops)

doc/cheops.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% $Id$
21

32
\documentclass[a4paper]{article}
43
\usepackage{url}

src/ChessBoard.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
//
32
// ChessBoard.cpp: implementation of the ChessBoard class.
43
//

src/ChessBoard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
//
32
// ChessBoard.h: interface for the ChessBoard class.
43
//

src/ChessTypes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
//
32
// ChessTypes.h
43
//

src/ComputerPlayer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
//
32
// ComputerPlayer.cpp: implementation of the ComputerPlayer class.
43
//

src/ComputerPlayer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
//
32
// ComputerPlayer.h: interface for the ComputerPlayer class.
43
//

src/HumanPlayer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
//
32
// HumanPlayer.cpp: implementation of the HumanPlayer class.
43
//

src/HumanPlayer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
//
32
// HumanPlayer.h: interface for the HumanPlayer class.
43
//

0 commit comments

Comments
 (0)