Skip to content

Commit

Permalink
Added license notes to all source code files.
Browse files Browse the repository at this point in the history
  • Loading branch information
firleju committed Apr 16, 2015
1 parent a11d216 commit 4873d84
Show file tree
Hide file tree
Showing 111 changed files with 920 additions and 93 deletions.
9 changes: 8 additions & 1 deletion AdvSound.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include "system.hpp"
#include "classes.hpp"
Expand Down
10 changes: 9 additions & 1 deletion AdvSound.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef AdvSoundH
#define AdvSoundH

Expand Down
9 changes: 8 additions & 1 deletion AirCoupler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include "system.hpp"
#include "classes.hpp"
Expand Down
9 changes: 8 additions & 1 deletion AirCoupler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef AirCouplerH
#define AirCouplerH
Expand Down
9 changes: 8 additions & 1 deletion AnimModel.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/
/*
MaSzyna EU07 locomotive simulator
Copyright (C) 2001-2004 Marcin Wozniak and others
Expand Down
14 changes: 13 additions & 1 deletion AnimModel.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/
/*
MaSzyna EU07 locomotive simulator
Copyright (C) 2001-2004 Marcin Wozniak and others
*/

#ifndef AnimModelH
#define AnimModelH
Expand Down
9 changes: 8 additions & 1 deletion Button.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include "system.hpp"
#include "classes.hpp"
Expand Down
9 changes: 8 additions & 1 deletion Button.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef ButtonH
#define ButtonH
Expand Down
10 changes: 9 additions & 1 deletion Camera.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include "system.hpp"
#include "classes.hpp"

Expand Down
10 changes: 9 additions & 1 deletion Camera.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef CameraH
#define CameraH

Expand Down
9 changes: 8 additions & 1 deletion Classes.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include <vcl.h>
#pragma hdrstop
Expand Down
9 changes: 8 additions & 1 deletion Classes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef ClassesH
#define ClassesH
Expand Down
9 changes: 8 additions & 1 deletion Console.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include <vcl.h>
#pragma hdrstop
Expand Down
9 changes: 8 additions & 1 deletion Console.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef ConsoleH
#define ConsoleH
Expand Down
9 changes: 8 additions & 1 deletion Console/LPT.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include "LPT.h"
#include <windows.h>
Expand Down
9 changes: 8 additions & 1 deletion Console/LPT.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef LPTH
#define LPTH
Expand Down
10 changes: 9 additions & 1 deletion Console/PoKeys55.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include <vcl.h>
#pragma hdrstop

Expand Down
10 changes: 9 additions & 1 deletion Console/PoKeys55.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef PoKeys55H
#define PoKeys55H
//---------------------------------------------------------------------------
Expand Down
9 changes: 8 additions & 1 deletion Curve.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#include "system.hpp"
#include "classes.hpp"
Expand Down
9 changes: 8 additions & 1 deletion Curve.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef CurveH
#define CurveH
Expand Down
9 changes: 8 additions & 1 deletion Data.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef DataH
#define DataH
Expand Down
9 changes: 8 additions & 1 deletion Driver.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/
/*
MaSzyna EU07 locomotive simulator
Copyright (C) 2001-2004 Marcin Wozniak, Maciej Czapkiewicz and others
Expand Down
9 changes: 8 additions & 1 deletion Driver.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef DriverH
#define DriverH
Expand Down
9 changes: 8 additions & 1 deletion DynObj.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/
/*
MaSzyna EU07 locomotive simulator
Copyright (C) 2001-2004 Marcin Wozniak, Maciej Czapkiewicz and others
Expand Down
9 changes: 8 additions & 1 deletion DynObj.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef DynObjH
#define DynObjH
Expand Down
9 changes: 8 additions & 1 deletion EU07.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/
/*
MaSzyna EU07 locomotive simulator
Copyright (C) 2001-2004 Marcin Wozniak, Maciej Czapkiewicz and others
Expand Down
9 changes: 8 additions & 1 deletion EvLaunch.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

/*
MaSzyna EU07 locomotive simulator
Expand Down
9 changes: 8 additions & 1 deletion EvLaunch.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef EvLaunchH
#define EvLaunchH
Expand Down
9 changes: 8 additions & 1 deletion Event.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

/*
MaSzyna EU07 locomotive simulator
Expand Down
9 changes: 8 additions & 1 deletion Event.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//---------------------------------------------------------------------------
/*
This Source Code Form is subject to the
terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not
distributed with this file, You can
obtain one at
http://mozilla.org/MPL/2.0/.
*/

#ifndef EventH
#define EventH
Expand Down
Loading

0 comments on commit 4873d84

Please sign in to comment.