Skip to content

Commit

Permalink
(ceeac) Unify license header
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@8942 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
prissi committed Mar 1, 2020
1 parent d5d9f55 commit 745250e
Show file tree
Hide file tree
Showing 750 changed files with 2,817 additions and 1,909 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# This file is part of the Simutrans project under the Artistic License.
# (see LICENSE.txt)
#

CFG ?= default
-include config.$(CFG)

Expand Down
5 changes: 5 additions & 0 deletions OSX/binary_picker.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/sh

#
# This file is part of the Simutrans project under the Artistic License.
# (see LICENSE.txt)
#

# find the cpu type for SDL
sdl_cpu="`uname -p`"

Expand Down
5 changes: 5 additions & 0 deletions OSX/getversion.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <stdio.h>
#include "../simversion.h"

Expand Down
5 changes: 5 additions & 0 deletions OSX/osx.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# This file is part of the Simutrans project under the Artistic License.
# (see LICENSE.txt)
#

# Makefile to build bundle applications for Mac OS X
# bundle makes a bundle designed to work on the system it was build on
# bundle_dist makes a bundle, which should work on all supported systems (custom config needed)
Expand Down
5 changes: 5 additions & 0 deletions OSX/plistgen.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/sh

#
# This file is part of the Simutrans project under the Artistic License.
# (see LICENSE.txt)
#

date=`date +%Y`

PROG="$2"
Expand Down
5 changes: 5 additions & 0 deletions OSX/simutrans.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/sh

#
# This file is part of the Simutrans project under the Artistic License.
# (see LICENSE.txt)
#

"${0}.`uname -p`"

if [ "$?" != "0" ]
Expand Down
6 changes: 2 additions & 4 deletions bauer/brueckenbauer.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2001 Hj. Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <string.h>
Expand Down
4 changes: 2 additions & 2 deletions bauer/brueckenbauer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef __simbridge_h
Expand Down
6 changes: 2 additions & 4 deletions bauer/fabrikbauer.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <algorithm>
Expand Down
6 changes: 2 additions & 4 deletions bauer/fabrikbauer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef factory_builder_t_h
Expand Down
6 changes: 2 additions & 4 deletions bauer/goods_manager.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hj. Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include "../simdebug.h"
Expand Down
6 changes: 2 additions & 4 deletions bauer/goods_manager.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef goods_manager_t_h
Expand Down
6 changes: 2 additions & 4 deletions bauer/hausbauer.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <string.h>
Expand Down
6 changes: 2 additions & 4 deletions bauer/hausbauer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef HAUSBAUER_H
Expand Down
6 changes: 2 additions & 4 deletions bauer/tunnelbauer.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2001 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <stdio.h>
Expand Down
6 changes: 2 additions & 4 deletions bauer/tunnelbauer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2001 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef __simtunnel_h
Expand Down
6 changes: 2 additions & 4 deletions bauer/vehikelbauer.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <algorithm>
Expand Down
6 changes: 2 additions & 4 deletions bauer/vehikelbauer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2002 Hansjörg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef vehicle_builder_t_h
Expand Down
10 changes: 2 additions & 8 deletions bauer/wegbauer.cc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
/*
* Copyright (c) 1997 - 2001 Hansjoerg Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
*
* Ways (Roads, Railways, etc.)
*
* Hj. Malthaner
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <algorithm>
Expand Down
6 changes: 2 additions & 4 deletions bauer/wegbauer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2001 Hj. Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef simbau_h
Expand Down
5 changes: 5 additions & 0 deletions boden/boden.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

/*
* Nature/Countryside ground for Simutrans.
* Revised January 2001
Expand Down
6 changes: 2 additions & 4 deletions boden/boden.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2001 Hj. Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef boden_boden_h
Expand Down
5 changes: 5 additions & 0 deletions boden/brueckenboden.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include "../simdebug.h"
#include "../simworld.h"

Expand Down
5 changes: 5 additions & 0 deletions boden/brueckenboden.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef brueckenboden_h
#define brueckenboden_h

Expand Down
5 changes: 5 additions & 0 deletions boden/fundament.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

/*
* Ground for buildings in Simutrans.
* Revised January 2001
Expand Down
5 changes: 5 additions & 0 deletions boden/fundament.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef boden_fundament_h
#define boden_fundament_h

Expand Down
5 changes: 5 additions & 0 deletions boden/grund.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

/*
* Base class for grounds in simutrans.
* by Hj. Malthaner
Expand Down
6 changes: 2 additions & 4 deletions boden/grund.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1997 - 2001 Hj Malthaner
*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef boden_grund_h
Expand Down
5 changes: 5 additions & 0 deletions boden/monorailboden.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include "monorailboden.h"

#include "../simworld.h"
Expand Down
5 changes: 5 additions & 0 deletions boden/monorailboden.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef monorailboden_h
#define monorailboden_h

Expand Down
5 changes: 5 additions & 0 deletions boden/tunnelboden.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <string.h>

#include "tunnelboden.h"
Expand Down
5 changes: 5 additions & 0 deletions boden/tunnelboden.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef tunnelboden_h
#define tunnelboden_h

Expand Down
5 changes: 5 additions & 0 deletions boden/wasser.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

/*
* Water ground for Simutrans.
* Revised January 2001
Expand Down
5 changes: 5 additions & 0 deletions boden/wasser.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef boden_wasser_h
#define boden_wasser_h

Expand Down
6 changes: 2 additions & 4 deletions boden/wege/kanal.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Eine Sorte Water die zu einer Haltestelle gehört
*
* Revised January 2001
* Hj. Malthaner
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include <stdio.h>
Expand Down
5 changes: 5 additions & 0 deletions boden/wege/kanal.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef boden_wege_dock_h
#define boden_wege_dock_h

Expand Down
5 changes: 5 additions & 0 deletions boden/wege/maglev.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include "../../simtypes.h"
#include "../../bauer/wegbauer.h"
#include "../../descriptor/way_desc.h"
Expand Down
3 changes: 2 additions & 1 deletion boden/wege/maglev.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* This file is part of the Simutrans project under the artistic licence.
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#ifndef boden_wege_maglev_h
Expand Down
5 changes: 5 additions & 0 deletions boden/wege/monorail.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/

#include "../../simtypes.h"
#include "../../bauer/wegbauer.h"
#include "../../descriptor/way_desc.h"
Expand Down
Loading

0 comments on commit 745250e

Please sign in to comment.