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>
#include <time.h>
Expand Down
2 changes: 0 additions & 2 deletions src/crashlog/crashlog.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

#ifndef CRASHLOG_H
#define CRASHLOG_H

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

#include "types.h"

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

/* Windows implementation of the crashlog. */

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

/** @file src/explosion.c Explosion routines. */

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

/** @file src/explosion.h Explosion definitions. */

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

/** @file src/file.c %File access routines. */

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

/** @file src/file.h %File access definitions. */

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

/** @file src/gfx.c Graphics routines. */

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

/** @file src/gfx.h Graphics definitions. */

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

/** @file src/gui/editbox.c Editbox routines. */

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

/** @file src/gui/font.c Font routines. */

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

/** @file src/gui/font.h Font definitions. */

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

/** @file src/gui/gui.c Generic GUI definitions. */

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

/** @file src/gui/gui.h Generic GUI definitions. */

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

/** @file src/gui/mentat.c Mentat gui routines. */

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

/** @file src/gui/mentat.h Mentat gui definitions. */

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

/** @file src/security.c Security routines. */

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

/** @file src/security.h Security definitions. */

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

/** @file src/gui/viewport.c Viewport routines. */

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

/** @file src/gui/widget.c %Widget routines. */

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

/** @file src/gui/widget.h %Widget definitions. */

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

/** @file src/gui/widget_click.c %Widget clicking handling routines. */

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

/** @file src/gui/widget_draw.c %Widget drawing routines. */

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

/** @file src/house.c %House management routines. */

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

/** @file src/house.h %House management definitions. */

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

/** @file src/ini.c INI file reading routines. */

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

/** @file src/ini.h INI file reading definitions. */

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

/** @file src/input/input.c Input routines. */

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

/** @file src/input/input.h Input definitions. */

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

/** @file src/mouse.c Mouse routines. */

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

/** @file src/mouse.h Mouse definitions. */

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

/** @file src/load.c Load routines. */

#include <stdio.h>
Expand Down
Loading

0 comments on commit dc573e8

Please sign in to comment.