From 4873d8431cb0ac82b07aae10efdeeaac4b4fc389 Mon Sep 17 00:00:00 2001 From: Firleju Date: Thu, 16 Apr 2015 11:50:14 +0200 Subject: [PATCH] Added license notes to all source code files. --- AdvSound.cpp | 9 ++++++++- AdvSound.h | 10 +++++++++- AirCoupler.cpp | 9 ++++++++- AirCoupler.h | 9 ++++++++- AnimModel.cpp | 9 ++++++++- AnimModel.h | 14 +++++++++++++- Button.cpp | 9 ++++++++- Button.h | 9 ++++++++- Camera.cpp | 10 +++++++++- Camera.h | 10 +++++++++- Classes.cpp | 9 ++++++++- Classes.h | 9 ++++++++- Console.cpp | 9 ++++++++- Console.h | 9 ++++++++- Console/LPT.cpp | 9 ++++++++- Console/LPT.h | 9 ++++++++- Console/PoKeys55.cpp | 10 +++++++++- Console/PoKeys55.h | 10 +++++++++- Curve.cpp | 9 ++++++++- Curve.h | 9 ++++++++- Data.h | 9 ++++++++- Driver.cpp | 9 ++++++++- Driver.h | 9 ++++++++- DynObj.cpp | 9 ++++++++- DynObj.h | 9 ++++++++- EU07.cpp | 9 ++++++++- EvLaunch.cpp | 9 ++++++++- EvLaunch.h | 9 ++++++++- Event.cpp | 9 ++++++++- Event.h | 9 ++++++++- FadeSound.cpp | 9 ++++++++- FadeSound.h | 9 ++++++++- Float3d.cpp | 9 ++++++++- Float3d.h | 9 ++++++++- Forth.cpp | 9 ++++++++- Forth.h | 9 ++++++++- Gauge.cpp | 9 ++++++++- Gauge.h | 9 ++++++++- Geom.cpp | 9 ++++++++- Geom.h | 9 ++++++++- Globals.cpp | 9 ++++++++- Globals.h | 9 ++++++++- Ground.cpp | 9 ++++++++- Ground.h | 9 ++++++++- Logs.cpp | 9 ++++++++- Logs.h | 9 ++++++++- Machajka.cpp | 9 ++++++++- Machajka.h | 9 ++++++++- McZapkie/Oerlikon_ESt.pas | 8 ++++++++ McZapkie/Unit1.pas | 9 +++++++++ McZapkie/_mover.pas | 8 ++++++++ McZapkie/friction.pas | 8 ++++++++ McZapkie/hamulce.pas | 8 ++++++++ McZapkie/klasy_ham.pas | 8 ++++++++ McZapkie/mctools.pas | 10 ++++++++++ McZapkie/mtable.pas | 9 +++++++++ McZapkie/unit2.pas | 9 +++++++++ MdlMngr.cpp | 9 ++++++++- MdlMngr.h | 9 ++++++++- MemCell.cpp | 9 ++++++++- MemCell.h | 9 ++++++++- Model3d.cpp | 9 ++++++++- Model3d.h | 10 +++++++++- Mover.cpp | 9 ++++++++- Mover.h | 9 ++++++++- Names.cpp | 9 ++++++++- Names.h | 9 ++++++++- QueryParserComp.pas | 9 +++++++++ RealSound.cpp | 9 ++++++++- RealSound.h | 10 +++++++++- ResourceManager.cpp | 9 +++++++++ ResourceManager.h | 9 +++++++++ Segment.cpp | 9 ++++++++- Segment.h | 9 ++++++++- Sound.cpp | 9 ++++++++- Sound.h | 10 +++++++++- Spline.cpp | 9 ++++++++- Spline.h | 10 +++++++++- Spring.cpp | 9 ++++++++- Spring.h | 9 ++++++++- Texture.cpp | 9 ++++++++- Texture.h | 9 ++++++++- TextureDDS.cpp | 9 +++++++++ TextureDDS.h | 9 +++++++++ Timer.cpp | 9 ++++++++- Timer.h | 9 ++++++++- Track.cpp | 9 ++++++++- Track.h | 9 ++++++++- Traction.cpp | 9 ++++++++- Traction.h | 9 ++++++++- TractionPower.cpp | 9 ++++++++- TractionPower.h | 9 ++++++++- Train.cpp | 9 ++++++++- Train.h | 15 +++++++++++---- TrkFoll.cpp | 9 ++++++++- TrkFoll.h | 9 ++++++++- VBO.cpp | 9 ++++++++- VBO.h | 9 ++++++++- World.cpp | 9 ++++++++- World.h | 9 ++++++++- dumb3d.cpp | 9 +++++++++ dumb3d.h | 9 +++++++++ geometry.cpp | 9 ++++++++- geometry.h | 9 ++++++++- parser.cpp | 8 ++++++++ parser.h | 8 ++++++++ sky.cpp | 9 ++++++++- sky.h | 8 ++++++++ usefull.h | 10 +++++++++- wavread.cpp | 9 +++++++++ wavread.h | 9 +++++++++ 111 files changed, 920 insertions(+), 93 deletions(-) diff --git a/AdvSound.cpp b/AdvSound.cpp index 26e62ce6..af5c6374 100644 --- a/AdvSound.cpp +++ b/AdvSound.cpp @@ -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" diff --git a/AdvSound.h b/AdvSound.h index 3f741f4b..41d168bb 100644 --- a/AdvSound.h +++ b/AdvSound.h @@ -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 diff --git a/AirCoupler.cpp b/AirCoupler.cpp index ebc6839b..76100d20 100644 --- a/AirCoupler.cpp +++ b/AirCoupler.cpp @@ -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" diff --git a/AirCoupler.h b/AirCoupler.h index 196cf4c5..12131049 100644 --- a/AirCoupler.h +++ b/AirCoupler.h @@ -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 diff --git a/AnimModel.cpp b/AnimModel.cpp index a2734215..c14327f5 100644 --- a/AnimModel.cpp +++ b/AnimModel.cpp @@ -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 diff --git a/AnimModel.h b/AnimModel.h index 87f4d5c1..8f539e9f 100644 --- a/AnimModel.h +++ b/AnimModel.h @@ -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 diff --git a/Button.cpp b/Button.cpp index bcc71bc1..7b5f90c2 100644 --- a/Button.cpp +++ b/Button.cpp @@ -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" diff --git a/Button.h b/Button.h index 61d3fc38..cc54588d 100644 --- a/Button.h +++ b/Button.h @@ -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 diff --git a/Camera.cpp b/Camera.cpp index b4a00f4e..596c2f82 100644 --- a/Camera.cpp +++ b/Camera.cpp @@ -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" diff --git a/Camera.h b/Camera.h index 17fc544a..c74c7ac8 100644 --- a/Camera.h +++ b/Camera.h @@ -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 diff --git a/Classes.cpp b/Classes.cpp index 3260cea8..ccb7c9d6 100644 --- a/Classes.cpp +++ b/Classes.cpp @@ -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 #pragma hdrstop diff --git a/Classes.h b/Classes.h index dc553b79..0de7a712 100644 --- a/Classes.h +++ b/Classes.h @@ -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 diff --git a/Console.cpp b/Console.cpp index 0d408102..d2dc8fa2 100644 --- a/Console.cpp +++ b/Console.cpp @@ -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 #pragma hdrstop diff --git a/Console.h b/Console.h index 3d3fdd12..8fad4719 100644 --- a/Console.h +++ b/Console.h @@ -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 diff --git a/Console/LPT.cpp b/Console/LPT.cpp index 0716e8b7..95f59f8e 100644 --- a/Console/LPT.cpp +++ b/Console/LPT.cpp @@ -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 diff --git a/Console/LPT.h b/Console/LPT.h index 48d92093..96be5bb5 100644 --- a/Console/LPT.h +++ b/Console/LPT.h @@ -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 diff --git a/Console/PoKeys55.cpp b/Console/PoKeys55.cpp index c59b9f9e..70c8214f 100644 --- a/Console/PoKeys55.cpp +++ b/Console/PoKeys55.cpp @@ -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 #pragma hdrstop diff --git a/Console/PoKeys55.h b/Console/PoKeys55.h index 2ccef31f..905e425c 100644 --- a/Console/PoKeys55.h +++ b/Console/PoKeys55.h @@ -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 //--------------------------------------------------------------------------- diff --git a/Curve.cpp b/Curve.cpp index 05d75c86..4d5f0576 100644 --- a/Curve.cpp +++ b/Curve.cpp @@ -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" diff --git a/Curve.h b/Curve.h index 0df39695..44ae7745 100644 --- a/Curve.h +++ b/Curve.h @@ -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 diff --git a/Data.h b/Data.h index ac6ac974..969d41fa 100644 --- a/Data.h +++ b/Data.h @@ -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 diff --git a/Driver.cpp b/Driver.cpp index 4ef5777d..ee9a6275 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -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 diff --git a/Driver.h b/Driver.h index 64bc8a5b..bc4e053d 100644 --- a/Driver.h +++ b/Driver.h @@ -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 diff --git a/DynObj.cpp b/DynObj.cpp index a8e36591..ecf78094 100644 --- a/DynObj.cpp +++ b/DynObj.cpp @@ -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 diff --git a/DynObj.h b/DynObj.h index 9192255b..6680302a 100644 --- a/DynObj.h +++ b/DynObj.h @@ -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 diff --git a/EU07.cpp b/EU07.cpp index e69a82bd..1c4879e1 100644 --- a/EU07.cpp +++ b/EU07.cpp @@ -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 diff --git a/EvLaunch.cpp b/EvLaunch.cpp index a7b7c910..523e8b0c 100644 --- a/EvLaunch.cpp +++ b/EvLaunch.cpp @@ -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 diff --git a/EvLaunch.h b/EvLaunch.h index 26c7c751..3f2b7f3d 100644 --- a/EvLaunch.h +++ b/EvLaunch.h @@ -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 diff --git a/Event.cpp b/Event.cpp index 1c0f8189..e4f584b4 100644 --- a/Event.cpp +++ b/Event.cpp @@ -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 diff --git a/Event.h b/Event.h index cc10ed65..d04fcc49 100644 --- a/Event.h +++ b/Event.h @@ -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 diff --git a/FadeSound.cpp b/FadeSound.cpp index d30d3ae0..5213c69e 100644 --- a/FadeSound.cpp +++ b/FadeSound.cpp @@ -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 diff --git a/FadeSound.h b/FadeSound.h index 4e33211c..85f58dbd 100644 --- a/FadeSound.h +++ b/FadeSound.h @@ -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 FadeSoundH #define FadeSoundH diff --git a/Float3d.cpp b/Float3d.cpp index 152ec829..f449390c 100644 --- a/Float3d.cpp +++ b/Float3d.cpp @@ -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 #pragma hdrstop diff --git a/Float3d.h b/Float3d.h index 559c35db..d1122c7f 100644 --- a/Float3d.h +++ b/Float3d.h @@ -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 float3dH #define float3dH diff --git a/Forth.cpp b/Forth.cpp index 30faf4ea..2fd4d080 100644 --- a/Forth.cpp +++ b/Forth.cpp @@ -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 #pragma hdrstop diff --git a/Forth.h b/Forth.h index da579e72..3ba62078 100644 --- a/Forth.h +++ b/Forth.h @@ -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 ForthH #define ForthH diff --git a/Gauge.cpp b/Gauge.cpp index 03a8dcf9..0421eef7 100644 --- a/Gauge.cpp +++ b/Gauge.cpp @@ -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 diff --git a/Gauge.h b/Gauge.h index 2ae41773..228d0ab2 100644 --- a/Gauge.h +++ b/Gauge.h @@ -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 GaugeH #define GaugeH diff --git a/Geom.cpp b/Geom.cpp index bf699471..4ea477c8 100644 --- a/Geom.cpp +++ b/Geom.cpp @@ -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" diff --git a/Geom.h b/Geom.h index 9355b70d..de17b2d4 100644 --- a/Geom.h +++ b/Geom.h @@ -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 GeomH #define GeomH diff --git a/Globals.cpp b/Globals.cpp index b47d346c..a4746193 100644 --- a/Globals.cpp +++ b/Globals.cpp @@ -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 diff --git a/Globals.h b/Globals.h index c0fa63b4..b0bdb96d 100644 --- a/Globals.h +++ b/Globals.h @@ -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 GlobalsH #define GlobalsH diff --git a/Ground.cpp b/Ground.cpp index 266a3492..e780a254 100644 --- a/Ground.cpp +++ b/Ground.cpp @@ -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 diff --git a/Ground.h b/Ground.h index 12b85488..316de17a 100644 --- a/Ground.h +++ b/Ground.h @@ -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 groundH #define groundH diff --git a/Logs.cpp b/Logs.cpp index 0ef36bbb..50a8a3b9 100644 --- a/Logs.cpp +++ b/Logs.cpp @@ -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" diff --git a/Logs.h b/Logs.h index 09acd342..69c36c5f 100644 --- a/Logs.h +++ b/Logs.h @@ -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 LogsH #define LogsH diff --git a/Machajka.cpp b/Machajka.cpp index c5bf1717..d7e672d3 100644 --- a/Machajka.cpp +++ b/Machajka.cpp @@ -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" diff --git a/Machajka.h b/Machajka.h index 49b7e870..70b335f6 100644 --- a/Machajka.h +++ b/Machajka.h @@ -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 MachajkaH #define MachajkaH diff --git a/McZapkie/Oerlikon_ESt.pas b/McZapkie/Oerlikon_ESt.pas index 5c5a8fa9..af94f1bc 100644 --- a/McZapkie/Oerlikon_ESt.pas +++ b/McZapkie/Oerlikon_ESt.pas @@ -1,5 +1,13 @@ unit Oerlikon_ESt; {fizyka hamulcow Oerlikon ESt dla symulatora} +(* +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 - SPKS Brakes. Oerlikon ESt. diff --git a/McZapkie/Unit1.pas b/McZapkie/Unit1.pas index 1435dc92..1ff4a41d 100644 --- a/McZapkie/Unit1.pas +++ b/McZapkie/Unit1.pas @@ -1,5 +1,14 @@ unit Unit1; +(* +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/. +*) + interface uses diff --git a/McZapkie/_mover.pas b/McZapkie/_mover.pas index 870db398..b61cc7fa 100644 --- a/McZapkie/_mover.pas +++ b/McZapkie/_mover.pas @@ -1,5 +1,13 @@ unit _mover; {fizyka ruchu dla symulatora lokomotywy} +(* +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 Maciej Czapkiewicz and others diff --git a/McZapkie/friction.pas b/McZapkie/friction.pas index 03204236..9390feb1 100644 --- a/McZapkie/friction.pas +++ b/McZapkie/friction.pas @@ -1,5 +1,13 @@ unit friction; {wspolczynnik tarcia roznych materialow} +(* +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 - SPKS Friction coefficient. diff --git a/McZapkie/hamulce.pas b/McZapkie/hamulce.pas index 79d552f1..18872658 100644 --- a/McZapkie/hamulce.pas +++ b/McZapkie/hamulce.pas @@ -1,5 +1,13 @@ unit hamulce; {fizyka hamulcow dla symulatora} +(* +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 - SPKS Brakes. diff --git a/McZapkie/klasy_ham.pas b/McZapkie/klasy_ham.pas index 2daa146d..01aeab1c 100644 --- a/McZapkie/klasy_ham.pas +++ b/McZapkie/klasy_ham.pas @@ -1,5 +1,13 @@ unit klasy_ham; {fizyka hamulcow dla symulatora} +(* +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 - SPKS Brakes. Basic classes. diff --git a/McZapkie/mctools.pas b/McZapkie/mctools.pas index f0e9ab06..c50cbf20 100644 --- a/McZapkie/mctools.pas +++ b/McZapkie/mctools.pas @@ -1,4 +1,14 @@ unit mctools; + +(* +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/. +*) + {rozne takie duperele do operacji na stringach w paszczalu, pewnie w delfi sa lepsze} {konwersja zmiennych na stringi, funkcje matematyczne, logiczne, lancuchowe, I/O etc} diff --git a/McZapkie/mtable.pas b/McZapkie/mtable.pas index 5d86419e..a91726d5 100644 --- a/McZapkie/mtable.pas +++ b/McZapkie/mtable.pas @@ -1,5 +1,14 @@ unit mtable; +(* +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/. +*) + interface uses mctools,sysutils; const MaxTTableSize=100; //można by to robić dynamicznie diff --git a/McZapkie/unit2.pas b/McZapkie/unit2.pas index 6c430de4..c561dacb 100644 --- a/McZapkie/unit2.pas +++ b/McZapkie/unit2.pas @@ -1,5 +1,14 @@ unit Unit1; +(* +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/. +*) + interface uses diff --git a/MdlMngr.cpp b/MdlMngr.cpp index e345e4b7..3900f0c2 100644 --- a/MdlMngr.cpp +++ b/MdlMngr.cpp @@ -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 diff --git a/MdlMngr.h b/MdlMngr.h index e393416b..25665aca 100644 --- a/MdlMngr.h +++ b/MdlMngr.h @@ -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 MdlMngrH #define MdlMngrH diff --git a/MemCell.cpp b/MemCell.cpp index 52486953..d7126ad0 100644 --- a/MemCell.cpp +++ b/MemCell.cpp @@ -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 diff --git a/MemCell.h b/MemCell.h index 1e080078..271a79c8 100644 --- a/MemCell.h +++ b/MemCell.h @@ -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 MemCellH #define MemCellH diff --git a/Model3d.cpp b/Model3d.cpp index 05af1a78..deb28c07 100644 --- a/Model3d.cpp +++ b/Model3d.cpp @@ -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 diff --git a/Model3d.h b/Model3d.h index 62f795eb..ce5a5e3e 100644 --- a/Model3d.h +++ b/Model3d.h @@ -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 Model3dH #define Model3dH diff --git a/Mover.cpp b/Mover.cpp index 9ae979d6..47c4f07d 100644 --- a/Mover.cpp +++ b/Mover.cpp @@ -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 "Mover.h" //--------------------------------------------------------------------------- diff --git a/Mover.h b/Mover.h index 1674fae6..2db455f5 100644 --- a/Mover.h +++ b/Mover.h @@ -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 MoverH #define MoverH diff --git a/Names.cpp b/Names.cpp index eb8b7688..331da6f9 100644 --- a/Names.cpp +++ b/Names.cpp @@ -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 #pragma hdrstop diff --git a/Names.h b/Names.h index 7ee1e28e..76f162d2 100644 --- a/Names.h +++ b/Names.h @@ -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 NamesH #define NamesH diff --git a/QueryParserComp.pas b/QueryParserComp.pas index 8c0101d7..e6e86307 100644 --- a/QueryParserComp.pas +++ b/QueryParserComp.pas @@ -1,5 +1,14 @@ unit QueryParserComp; +(* +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/. +*) + interface uses diff --git a/RealSound.cpp b/RealSound.cpp index cf5a06b1..c1709f0b 100644 --- a/RealSound.cpp +++ b/RealSound.cpp @@ -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 diff --git a/RealSound.h b/RealSound.h index 11901e9f..5a1fbcdb 100644 --- a/RealSound.h +++ b/RealSound.h @@ -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 RealSoundH #define RealSoundH diff --git a/ResourceManager.cpp b/ResourceManager.cpp index c044617f..ed470681 100644 --- a/ResourceManager.cpp +++ b/ResourceManager.cpp @@ -1,3 +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 "ResourceManager.h" #include "Logs.h" diff --git a/ResourceManager.h b/ResourceManager.h index bbfc389d..26efdf73 100644 --- a/ResourceManager.h +++ b/ResourceManager.h @@ -1,3 +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 RESOURCEMANAGER_H #define RESOURCEMANAGER_H 1 diff --git a/Segment.cpp b/Segment.cpp index 1981942d..30fcbf21 100644 --- a/Segment.cpp +++ b/Segment.cpp @@ -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" #pragma hdrstop diff --git a/Segment.h b/Segment.h index fac76edd..390c8eb6 100644 --- a/Segment.h +++ b/Segment.h @@ -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 SegmentH #define SegmentH diff --git a/Sound.cpp b/Sound.cpp index f0016bd6..0580d810 100644 --- a/Sound.cpp +++ b/Sound.cpp @@ -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" diff --git a/Sound.h b/Sound.h index 8e350104..1d90aa80 100644 --- a/Sound.h +++ b/Sound.h @@ -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 SoundH #define SoundH diff --git a/Spline.cpp b/Spline.cpp index 2cb1c5e2..a693bed4 100644 --- a/Spline.cpp +++ b/Spline.cpp @@ -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" diff --git a/Spline.h b/Spline.h index be20450b..d60d2cf0 100644 --- a/Spline.h +++ b/Spline.h @@ -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 SplineH #define SplineH diff --git a/Spring.cpp b/Spring.cpp index 14d1acc7..b615902b 100644 --- a/Spring.cpp +++ b/Spring.cpp @@ -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" diff --git a/Spring.h b/Spring.h index 12d05231..050df3dc 100644 --- a/Spring.h +++ b/Spring.h @@ -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 ParticlesH #define ParticlesH diff --git a/Texture.cpp b/Texture.cpp index 2b28011e..f9920907 100644 --- a/Texture.cpp +++ b/Texture.cpp @@ -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 diff --git a/Texture.h b/Texture.h index a9ed6b9c..e4a195a0 100644 --- a/Texture.h +++ b/Texture.h @@ -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 TextureH #define TextureH diff --git a/TextureDDS.cpp b/TextureDDS.cpp index 662fcfd5..6849e112 100644 --- a/TextureDDS.cpp +++ b/TextureDDS.cpp @@ -1,3 +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 "TextureDDS.h" void DxtcReadColors(const GLubyte *Data, Color8888 *result) diff --git a/TextureDDS.h b/TextureDDS.h index 7ec67625..543e67d8 100644 --- a/TextureDDS.h +++ b/TextureDDS.h @@ -1,3 +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 TEXTURE_DDS_H #define TEXTURE_DDS_H 1 diff --git a/Timer.cpp b/Timer.cpp index c6f3f011..10135b7a 100644 --- a/Timer.cpp +++ b/Timer.cpp @@ -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" diff --git a/Timer.h b/Timer.h index cf2ec18b..b16d0d56 100644 --- a/Timer.h +++ b/Timer.h @@ -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 TimerH #define TimerH diff --git a/Track.cpp b/Track.cpp index 76a6b1cc..2817a04b 100644 --- a/Track.cpp +++ b/Track.cpp @@ -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 diff --git a/Track.h b/Track.h index b7139b51..d8a6ed3c 100644 --- a/Track.h +++ b/Track.h @@ -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 TrackH #define TrackH diff --git a/Traction.cpp b/Traction.cpp index d52377f0..e6a1c5f8 100644 --- a/Traction.cpp +++ b/Traction.cpp @@ -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 diff --git a/Traction.h b/Traction.h index a1b19c6f..6fc9a67f 100644 --- a/Traction.h +++ b/Traction.h @@ -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 TractionH #define TractionH diff --git a/TractionPower.cpp b/TractionPower.cpp index 8c87d7be..c7e49b7a 100644 --- a/TractionPower.cpp +++ b/TractionPower.cpp @@ -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 component diff --git a/TractionPower.h b/TractionPower.h index dcdf1fa9..31d59442 100644 --- a/TractionPower.h +++ b/TractionPower.h @@ -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 TractionPowerH #define TractionPowerH diff --git a/Train.cpp b/Train.cpp index af374da2..05e5aa28 100644 --- a/Train.cpp +++ b/Train.cpp @@ -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 diff --git a/Train.h b/Train.h index 07269d36..5189c5aa 100644 --- a/Train.h +++ b/Train.h @@ -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 TrainH #define TrainH @@ -92,7 +99,7 @@ class TTrain TMoverParameters *mvOccupied; // człon, w którym sterujemy hamulcem TMoverParameters *mvSecond; // drugi człon (ET40, ET41, ET42, ukrotnienia) TMoverParameters *mvThird; // trzeci człon (SN61) - public: // reszta może być publiczna + public: // reszta może by?publiczna // AnsiString asMessage; // McZapkie: definicje wskaźników @@ -247,7 +254,7 @@ class TTrain TButton btLampkaDepartureSignal; TButton btLampkaBlokadaDrzwi; TButton btLampkaHamulecReczny; - TButton btLampkaForward; // Ra: lampki w przód i w tył dla komputerowych kabin + TButton btLampkaForward; // Ra: lampki w przód i w ty?dla komputerowych kabin TButton btLampkaBackward; TButton btCabLight; // hunter-171012: lampa oswietlajaca kabine @@ -359,7 +366,7 @@ class TTrain float fTachoCount; float fHVoltage; // napięcie dla dynamicznych gałek float fHCurrent[4]; // prądy: suma i amperomierze 1,2,3 - float fEngine[4]; // obroty też trzeba pobrać + float fEngine[4]; // obroty te?trzeba pobra? // McZapkie: do syczenia float fPPress, fNPress; float fSPPress, fSNPress; diff --git a/TrkFoll.cpp b/TrkFoll.cpp index 1e0d5666..2ae47e4a 100644 --- a/TrkFoll.cpp +++ b/TrkFoll.cpp @@ -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 diff --git a/TrkFoll.h b/TrkFoll.h index fa418e64..6d825c33 100644 --- a/TrkFoll.h +++ b/TrkFoll.h @@ -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 TrkFollH #define TrkFollH diff --git a/VBO.cpp b/VBO.cpp index fbe1dc3f..cf69d660 100644 --- a/VBO.cpp +++ b/VBO.cpp @@ -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 #pragma hdrstop diff --git a/VBO.h b/VBO.h index e2a45f3e..f930df5c 100644 --- a/VBO.h +++ b/VBO.h @@ -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 VBOH #define VBOH diff --git a/World.cpp b/World.cpp index ba115c49..caa0e5fd 100644 --- a/World.cpp +++ b/World.cpp @@ -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 diff --git a/World.h b/World.h index d82bebd8..c35ffeca 100644 --- a/World.h +++ b/World.h @@ -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 WorldH #define WorldH diff --git a/dumb3d.cpp b/dumb3d.cpp index 87b4dfe3..ace4b50a 100644 --- a/dumb3d.cpp +++ b/dumb3d.cpp @@ -1,3 +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 "dumb3d.h" #include "fastmath.h" #include diff --git a/dumb3d.h b/dumb3d.h index 59e771e1..a2ed36d5 100644 --- a/dumb3d.h +++ b/dumb3d.h @@ -1,3 +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 MATH3D_H #define MATH3D_H diff --git a/geometry.cpp b/geometry.cpp index 97068c05..f2082d43 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -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 #pragma hdrstop diff --git a/geometry.h b/geometry.h index 301165e7..5cdd2ec3 100644 --- a/geometry.h +++ b/geometry.h @@ -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 GeometryH #define GeometryH diff --git a/parser.cpp b/parser.cpp index f9ad070e..bf9cb6c4 100644 --- a/parser.cpp +++ b/parser.cpp @@ -1,3 +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/. +*/ #define _USE_OLD_RW_STL diff --git a/parser.h b/parser.h index e4d0e524..369972ff 100644 --- a/parser.h +++ b/parser.h @@ -1,3 +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/. +*/ #if !defined(rainKERNELTEXTPARSER_H_INCLUDED) #define rainKERNELTEXTPARSER_H_INCLUDED diff --git a/sky.cpp b/sky.cpp index fd86910f..c26b8722 100644 --- a/sky.cpp +++ b/sky.cpp @@ -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" diff --git a/sky.h b/sky.h index 6363c11b..409f06c5 100644 --- a/sky.h +++ b/sky.h @@ -19,3 +19,11 @@ class TSky //--------------------------------------------------------------------------- #endif +/* +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/. +*/ \ No newline at end of file diff --git a/usefull.h b/usefull.h index 15a10c62..87c2d87f 100644 --- a/usefull.h +++ b/usefull.h @@ -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 UsefullH #define UsefullH diff --git a/wavread.cpp b/wavread.cpp index 0258ffad..92d86f46 100644 --- a/wavread.cpp +++ b/wavread.cpp @@ -1,3 +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/. +*/ + //----------------------------------------------------------------------------- // File: WavRead.cpp // diff --git a/wavread.h b/wavread.h index 60c5e1c5..01c3759e 100644 --- a/wavread.h +++ b/wavread.h @@ -1,3 +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/. +*/ + //----------------------------------------------------------------------------- // File: WavRead.h //