Skip to content

Commit

Permalink
-Cleanup: remove svn specific comments
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Dec 19, 2012
1 parent 1ccae31 commit dc573e8
Show file tree
Hide file tree
Showing 150 changed files with 0 additions and 305 deletions.
2 changes: 0 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Check if we want to show what we are doing
ifdef VERBOSE
Q =
Expand Down
2 changes: 0 additions & 2 deletions Makefile.src.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

CC_HOST = !!CC_HOST!!
CC_BUILD = !!CC_BUILD!!
STRIP = !!STRIP!!
Expand Down
2 changes: 0 additions & 2 deletions config.lib
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

log() {
if [ $1 = "1" ]; then
shift
Expand Down
2 changes: 0 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

# $Id$

check_path_characters() {
if [ -n "`echo $ROOT_DIR | grep '[^-_A-Za-z0-9\/\\\.:]'`" ]; then
echo "WARNING: The path contains a non-alphanumeric character that might cause"
Expand Down
2 changes: 0 additions & 2 deletions findversion.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

# $Id: findversion.sh 22435 2011-05-07 15:13:52Z michi_cc $

# Arguments given? Show help text.
if [ "$#" != "0" ]; then
cat <<EOF
Expand Down
7 changes: 0 additions & 7 deletions projects/determineversion.vbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
Option Explicit

' $Id: determineversion.vbs 22435 2011-05-07 15:13:52Z michi_cc $
'
' This file is part of OpenTTD.
' OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
' OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
' See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.

Dim FSO
Set FSO = CreateObject("Scripting.FileSystemObject")

Expand Down
2 changes: 0 additions & 2 deletions projects/generate
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

# $Id$

counter=0

ROOT_DIR="`pwd`/.."
Expand Down
2 changes: 0 additions & 2 deletions src/animation.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/animation.c %Animation routines. */

#include <assert.h>
Expand Down
2 changes: 0 additions & 2 deletions src/animation.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/animation.h %Animation definitions. */

#ifndef ANIMATE_H
Expand Down
2 changes: 0 additions & 2 deletions src/audio/driver.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/driver.c %Driver functions. */

#include <assert.h>
Expand Down
2 changes: 0 additions & 2 deletions src/audio/driver.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/driver.h %Driver definitions. */

#ifndef DRIVER_H
Expand Down
2 changes: 0 additions & 2 deletions src/audio/dsp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/dsp.h DSP definitions. */

#ifndef DSP_H
Expand Down
2 changes: 0 additions & 2 deletions src/audio/dsp_alsa.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/dsp_alsa.c ALSA implementation of the DSP. */

#include <assert.h>
Expand Down
2 changes: 0 additions & 2 deletions src/audio/dsp_none.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/dsp_none.c In case no DSP is selected, create an empty one,
* which ignores all input */

Expand Down
2 changes: 0 additions & 2 deletions src/audio/dsp_sdl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/dsp_sdl.c SDL implementation of the DSP. */

#include <assert.h>
Expand Down
2 changes: 0 additions & 2 deletions src/audio/dsp_win32.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/dsp_win32.c Windows implementation of the DSP. */

#include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions src/audio/midi.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/midi.h MIDI definitions. */

#ifndef MIDI_H
Expand Down
2 changes: 0 additions & 2 deletions src/audio/midi_alsa.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/midi_alsa.c ALSA implementation of the MIDI. It tries to find an
* output port which understands MIDI. If that fails, it suggests using
* Timidity++ for that job. */
Expand Down
2 changes: 0 additions & 2 deletions src/audio/midi_none.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/midi_none.c In case no MIDI is selected, create an empty one,
* which ignores all input */

Expand Down
2 changes: 0 additions & 2 deletions src/audio/midi_win32.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/midi_win32.c Windows implementation of the MIDI. Uses midiOut
* functions from the Windows API, which contain a softsynth and handles all
* MIDI output for us. */
Expand Down
2 changes: 0 additions & 2 deletions src/audio/mt32mpu.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/mt32mpu.c MPU routines. */

#include <assert.h>
Expand Down
2 changes: 0 additions & 2 deletions src/audio/mt32mpu.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/mt32mpu.h MPU definitions. */

#ifndef MT32MPU_H
Expand Down
2 changes: 0 additions & 2 deletions src/audio/sound.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/sound.c Sound routines. */

#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions src/audio/sound.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/sound.h Sound definitions. */

#ifndef SOUND_H
Expand Down
2 changes: 0 additions & 2 deletions src/codec/format40.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/codec/format40.c Decoder for 'format40' files. */

#include "types.h"
Expand Down
2 changes: 0 additions & 2 deletions src/codec/format40.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/codec/format40.h Function signature for decoder of 'format40' files. */

#ifndef CODEC_FORMAT40_H
Expand Down
2 changes: 0 additions & 2 deletions src/codec/format80.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/codec/format80.c Decoder for 'format80' files. */

#include <string.h>
Expand Down
2 changes: 0 additions & 2 deletions src/codec/format80.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/codec/format80.h Function signature for 'format80' files. */

#ifndef CODEC_FORMAT80_H
Expand Down
2 changes: 0 additions & 2 deletions src/config.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/config.c Configuration and options load and save routines. */

#include <assert.h>
Expand Down
2 changes: 0 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

/** @file src/config.h Configuration and options load and save definitions. */

#ifndef CONFIG_H
Expand Down
2 changes: 0 additions & 2 deletions src/crashlog/crashlog.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

#include <stdio.h>
#include <string.h>