From 4111887700a4b6f1d1f2ff8fc5d78ad849434a23 Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Fri, 9 Feb 2018 18:55:53 +0000 Subject: [PATCH] Add Copyright notice and GPL information --- .../Instruments-3d/FG1000/Nasal/Commands.nas | 16 ++++++++++++++++ .../Instruments-3d/FG1000/Nasal/ConfigStore.nas | 16 ++++++++++++++++ .../Instruments-3d/FG1000/Nasal/Constants.nas | 16 ++++++++++++++++ Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas | 16 ++++++++++++++++ .../FG1000/Nasal/EIS/EISController.nas | 16 ++++++++++++++++ .../FG1000/Nasal/EIS/EISOptions.nas | 16 ++++++++++++++++ .../FG1000/Nasal/EIS/EISStyles.nas | 16 ++++++++++++++++ Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas | 16 ++++++++++++++++ Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas | 16 ++++++++++++++++ .../Nasal/Interfaces/GenericADCPublisher.nas | 16 ++++++++++++++++ .../Nasal/Interfaces/GenericEISPublisher.nas | 16 ++++++++++++++++ .../Nasal/Interfaces/GenericFMSPublisher.nas | 16 ++++++++++++++++ .../Interfaces/GenericInterfaceController.nas | 16 ++++++++++++++++ .../Nasal/Interfaces/GenericNavComPublisher.nas | 16 ++++++++++++++++ .../Nasal/Interfaces/GenericNavComUpdater.nas | 16 ++++++++++++++++ .../FG1000/Nasal/Interfaces/NavDataInterface.nas | 16 ++++++++++++++++ .../Nasal/Interfaces/PropertyPublisher.nas | 16 ++++++++++++++++ .../FG1000/Nasal/Interfaces/PropertyUpdater.nas | 16 ++++++++++++++++ Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas | 16 ++++++++++++++++ Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPageController.nas | 16 ++++++++++++++++ .../ActiveFlightPlanNarrow.nas | 16 ++++++++++++++++ .../ActiveFlightPlanNarrowController.nas | 16 ++++++++++++++++ .../ActiveFlightPlanNarrowOptions.nas | 16 ++++++++++++++++ .../ActiveFlightPlanNarrowStyles.nas | 16 ++++++++++++++++ .../ActiveFlightPlanWide.nas | 16 ++++++++++++++++ .../ActiveFlightPlanWideController.nas | 16 ++++++++++++++++ .../ActiveFlightPlanWideOptions.nas | 16 ++++++++++++++++ .../ActiveFlightPlanWideStyles.nas | 16 ++++++++++++++++ .../MFDPages/AirportApproach/AirportApproach.nas | 16 ++++++++++++++++ .../AirportApproachController.nas | 16 ++++++++++++++++ .../AirportApproach/AirportApproachOptions.nas | 16 ++++++++++++++++ .../AirportApproach/AirportApproachStyles.nas | 16 ++++++++++++++++ .../MFDPages/AirportArrival/AirportArrival.nas | 16 ++++++++++++++++ .../AirportArrival/AirportArrivalController.nas | 16 ++++++++++++++++ .../AirportArrival/AirportArrivalOptions.nas | 16 ++++++++++++++++ .../AirportArrival/AirportArrivalStyles.nas | 16 ++++++++++++++++ .../AirportDeparture/AirportDeparture.nas | 16 ++++++++++++++++ .../AirportDepartureController.nas | 16 ++++++++++++++++ .../AirportDeparture/AirportDepartureOptions.nas | 16 ++++++++++++++++ .../AirportDeparture/AirportDepartureStyles.nas | 16 ++++++++++++++++ .../AirportDirectory/AirportDirectory.nas | 16 ++++++++++++++++ .../AirportDirectoryController.nas | 16 ++++++++++++++++ .../AirportDirectory/AirportDirectoryOptions.nas | 16 ++++++++++++++++ .../AirportDirectory/AirportDirectoryStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/AirportInfo/AirportInfo.nas | 16 ++++++++++++++++ .../AirportInfo/AirportInfoController.nas | 16 ++++++++++++++++ .../MFDPages/AirportInfo/AirportInfoOptions.nas | 16 ++++++++++++++++ .../MFDPages/AirportInfo/AirportInfoStyles.nas | 16 ++++++++++++++++ .../MFDPages/AirportWeather/AirportWeather.nas | 16 ++++++++++++++++ .../AirportWeather/AirportWeatherController.nas | 16 ++++++++++++++++ .../AirportWeather/AirportWeatherOptions.nas | 16 ++++++++++++++++ .../AirportWeather/AirportWeatherStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Checklist1/Checklist1.nas | 16 ++++++++++++++++ .../MFDPages/Checklist1/Checklist1Controller.nas | 16 ++++++++++++++++ .../MFDPages/Checklist1/Checklist1Options.nas | 16 ++++++++++++++++ .../MFDPages/Checklist1/Checklist1Styles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Checklist2/Checklist2.nas | 16 ++++++++++++++++ .../MFDPages/Checklist2/Checklist2Controller.nas | 16 ++++++++++++++++ .../MFDPages/Checklist2/Checklist2Options.nas | 16 ++++++++++++++++ .../MFDPages/Checklist2/Checklist2Styles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Checklist3/Checklist3.nas | 16 ++++++++++++++++ .../MFDPages/Checklist3/Checklist3Controller.nas | 16 ++++++++++++++++ .../MFDPages/Checklist3/Checklist3Options.nas | 16 ++++++++++++++++ .../MFDPages/Checklist3/Checklist3Styles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Checklist4/Checklist4.nas | 16 ++++++++++++++++ .../MFDPages/Checklist4/Checklist4Controller.nas | 16 ++++++++++++++++ .../MFDPages/Checklist4/Checklist4Options.nas | 16 ++++++++++++++++ .../MFDPages/Checklist4/Checklist4Styles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Checklist5/Checklist5.nas | 16 ++++++++++++++++ .../MFDPages/Checklist5/Checklist5Controller.nas | 16 ++++++++++++++++ .../MFDPages/Checklist5/Checklist5Options.nas | 16 ++++++++++++++++ .../MFDPages/Checklist5/Checklist5Styles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas | 16 ++++++++++++++++ .../MFDPages/DirectTo/DirectToController.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/DirectTo/DirectToOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/DirectTo/DirectToStyles.nas | 16 ++++++++++++++++ .../FlightPlanCatalog/FlightPlanCatalog.nas | 16 ++++++++++++++++ .../FlightPlanCatalogController.nas | 16 ++++++++++++++++ .../FlightPlanCatalogOptions.nas | 16 ++++++++++++++++ .../FlightPlanCatalogStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/GPSStatus/GPSStatus.nas | 16 ++++++++++++++++ .../MFDPages/GPSStatus/GPSStatusController.nas | 16 ++++++++++++++++ .../MFDPages/GPSStatus/GPSStatusOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas | 16 ++++++++++++++++ .../IntersectionInfo/IntersectionInfo.nas | 16 ++++++++++++++++ .../IntersectionInfoController.nas | 16 ++++++++++++++++ .../IntersectionInfo/IntersectionInfoOptions.nas | 16 ++++++++++++++++ .../IntersectionInfo/IntersectionInfoStyles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/NDBInfo/NDBInfoController.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas | 16 ++++++++++++++++ .../MFDPages/NavigationMap/NavigationMap.nas | 16 ++++++++++++++++ .../NavigationMap/NavigationMapController.nas | 16 ++++++++++++++++ .../NavigationMap/NavigationMapOptions.nas | 16 ++++++++++++++++ .../NavigationMap/NavigationMapStyles.nas | 16 ++++++++++++++++ .../MFDPages/NearestAirports/NearestAirports.nas | 16 ++++++++++++++++ .../NearestAirportsController.nas | 16 ++++++++++++++++ .../NearestAirports/NearestAirportsOptions.nas | 16 ++++++++++++++++ .../NearestAirports/NearestAirportsStyles.nas | 16 ++++++++++++++++ .../NearestAirspaces/NearestAirspaces.nas | 16 ++++++++++++++++ .../NearestAirspacesController.nas | 16 ++++++++++++++++ .../NearestAirspaces/NearestAirspacesOptions.nas | 16 ++++++++++++++++ .../NearestAirspaces/NearestAirspacesStyles.nas | 16 ++++++++++++++++ .../NearestFrequencies/NearestFrequencies.nas | 16 ++++++++++++++++ .../NearestFrequenciesController.nas | 16 ++++++++++++++++ .../NearestFrequenciesOptions.nas | 16 ++++++++++++++++ .../NearestFrequenciesStyles.nas | 16 ++++++++++++++++ .../NearestIntersections.nas | 16 ++++++++++++++++ .../NearestIntersectionsController.nas | 16 ++++++++++++++++ .../NearestIntersectionsOptions.nas | 16 ++++++++++++++++ .../NearestIntersectionsStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/NearestNDB/NearestNDB.nas | 16 ++++++++++++++++ .../MFDPages/NearestNDB/NearestNDBController.nas | 16 ++++++++++++++++ .../MFDPages/NearestNDB/NearestNDBOptions.nas | 16 ++++++++++++++++ .../MFDPages/NearestNDB/NearestNDBStyles.nas | 16 ++++++++++++++++ .../MFDPages/NearestUserWPT/NearestUserWPT.nas | 16 ++++++++++++++++ .../NearestUserWPT/NearestUserWPTController.nas | 16 ++++++++++++++++ .../NearestUserWPT/NearestUserWPTOptions.nas | 16 ++++++++++++++++ .../NearestUserWPT/NearestUserWPTStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/NearestVOR/NearestVOR.nas | 16 ++++++++++++++++ .../MFDPages/NearestVOR/NearestVORController.nas | 16 ++++++++++++++++ .../MFDPages/NearestVOR/NearestVOROptions.nas | 16 ++++++++++++++++ .../MFDPages/NearestVOR/NearestVORStyles.nas | 16 ++++++++++++++++ .../StoredFlightPlan/StoredFlightPlan.nas | 16 ++++++++++++++++ .../StoredFlightPlanController.nas | 16 ++++++++++++++++ .../StoredFlightPlan/StoredFlightPlanOptions.nas | 16 ++++++++++++++++ .../StoredFlightPlan/StoredFlightPlanStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Stormscope/Stormscope.nas | 16 ++++++++++++++++ .../MFDPages/Stormscope/StormscopeController.nas | 16 ++++++++++++++++ .../MFDPages/Stormscope/StormscopeOptions.nas | 16 ++++++++++++++++ .../MFDPages/Stormscope/StormscopeStyles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/Surround/Surround.nas | 16 ++++++++++++++++ .../MFDPages/Surround/SurroundController.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Surround/SurroundOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Surround/SurroundStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/SystemStatus/SystemStatus.nas | 16 ++++++++++++++++ .../SystemStatus/SystemStatusController.nas | 16 ++++++++++++++++ .../SystemStatus/SystemStatusOptions.nas | 16 ++++++++++++++++ .../MFDPages/SystemStatus/SystemStatusStyles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/TAWSB/TAWSBController.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/TemplatePage/Controller.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/TemplatePage/Options.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/TemplatePage/Styles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/TemplatePage/TemplatePage.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/TrafficMap/TrafficMap.nas | 16 ++++++++++++++++ .../MFDPages/TrafficMap/TrafficMapController.nas | 16 ++++++++++++++++ .../MFDPages/TrafficMap/TrafficMapOptions.nas | 16 ++++++++++++++++ .../MFDPages/TrafficMap/TrafficMapStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/TripPlanning/TripPlanning.nas | 16 ++++++++++++++++ .../TripPlanning/TripPlanningController.nas | 16 ++++++++++++++++ .../TripPlanning/TripPlanningOptions.nas | 16 ++++++++++++++++ .../MFDPages/TripPlanning/TripPlanningStyles.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas | 16 ++++++++++++++++ .../UserWPTInfo/UserWPTInfoController.nas | 16 ++++++++++++++++ .../MFDPages/UserWPTInfo/UserWPTInfoOptions.nas | 16 ++++++++++++++++ .../MFDPages/UserWPTInfo/UserWPTInfoStyles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/Utility/Utility.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Utility/UtilityController.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Utility/UtilityOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/Utility/UtilityStyles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/VORInfo/VORInfoController.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/VORInfo/VORInfoOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/VORInfo/VORInfoStyles.nas | 16 ++++++++++++++++ .../MFDPages/WeatherDataLink/WeatherDataLink.nas | 16 ++++++++++++++++ .../WeatherDataLinkController.nas | 16 ++++++++++++++++ .../WeatherDataLink/WeatherDataLinkOptions.nas | 16 ++++++++++++++++ .../WeatherDataLink/WeatherDataLinkStyles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/XMInfo/XMInfoController.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/XMInfo/XMInfoOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/XMInfo/XMInfoStyles.nas | 16 ++++++++++++++++ .../FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/XMRadio/XMRadioController.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/XMRadio/XMRadioOptions.nas | 16 ++++++++++++++++ .../Nasal/MFDPages/XMRadio/XMRadioStyles.nas | 16 ++++++++++++++++ 181 files changed, 2896 insertions(+) diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas index 9a1e1ad91..3d09119cb 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FG Commands to support simple bindings io.include("Constants.nas"); diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas b/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas index cec2493bc..9bf37adba 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Copyright (C) 2018 Stuart Buchanan # FG1000 Configuration store # diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas index cc9c8bcdf..98af51a60 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Constants to define the display area, for placement of elements. We # could try to do something with a layout, but the position and size of # elements is fixed. Can't be member variables of MFD as they are diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas index d1411e392..26ef4a3be 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # EIS var EIS = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas index 4167a15c9..112cee17f 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # EIS Controller var EISController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas index e65b67b81..31add968b 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # EIS Options var EISOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas index a80a7f897..cd465f7e0 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # EIS Styles var EISStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas b/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas index aa85b9c95..ba881c88c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FG1000 Base clearStyles print("\n############"); diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas b/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas index 0ab4f0dcf..dbef53428 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# var GUI = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas index 7f78569bd..15658b3f4 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Air Data Computer Driver using Emesary to publish data such as # # Airspeed diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas index 3db40df9e..0315ed8a9 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # EIS Driver using Emesary for a single engined aircraft, e.g. Cessna 172. var GenericEISPublisher = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas index 26dd85dcd..37ccbb3e5 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FMS Driver using Emesary to publish data from the inbuilt FMS properties var GenericFMSPublisher = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas index 339904b10..fc3e2c844 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Generic Interface controller. var nasal_dir = getprop("/sim/fg-root") ~ "/Aircraft/Instruments-3d/FG1000/Nasal/"; diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas index a396f5cf9..1ae0bc44c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NavCom Interface using Emesary for a simple dual Nav/Com system using standard properties # # This maps properties to Emesary Messages that will be published using the diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas index a0300967e..e1b971d93 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NavCom Interface using Emesary for a simple dual Nav/Com system using standard properties # This updates the properties from Emesary messages. diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas index 7450203e4..886b07418 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # # Emesary interface to access nav data such as airport information, fixes etc. # diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas index bede10f66..2b7cf1437 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Generic PropertyPublisher classes for the FG1000 MFD using Emesary # Publishes property values to Emesary for consumption by the MFD # diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas index bd388f8ee..85bdfe836 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Generic class to update properties from Emesary for the MFD # # In the simplest cases where the Emesary EventParameter for the specified diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas index 7fd0934c1..646249e25 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FG1000 MFD var MFDPages = [ diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas index d07257f1d..6f7728983 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FG1000 MFD Page base class # Load the PFD UI Elements diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas index 9574d43bc..d1218a639 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Standard MFDPage Controller # # This should be extended by specific page controllers and the handle...() diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas index 00e42116c..f5209b91a 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanNarrow var ActiveFlightPlanNarrow = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas index f92212ff9..56f8d3821 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanNarrow Controller var ActiveFlightPlanNarrowController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas index d6a1d588d..2ec3b855e 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanNarrow Options var ActiveFlightPlanNarrowOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas index ff20bc58a..8eeb98eb6 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanNarrow Styles var ActiveFlightPlanNarrowStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas index 0245fceb0..018cc7692 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanWide var ActiveFlightPlanWide = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas index 26579f607..58b1550f3 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanWide Controller var ActiveFlightPlanWideController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas index fe404ef3b..02f91f81c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanWide Options var ActiveFlightPlanWideOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas index 8ade8b736..db53a9868 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # ActiveFlightPlanWide Styles var ActiveFlightPlanWideStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas index 36c631e79..4339ad8f2 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportApproach var AirportApproach = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas index 38a70f4e7..f1e6e157e 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportApproach Controller var AirportApproachController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas index 5fdf3e98b..aed7ed9b7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportApproach Options var AirportApproachOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas index db67a195c..e7aa8c0d9 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportApproach Styles var AirportApproachStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas index ff3f2d72c..da4848d4d 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportArrival var AirportArrival = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas index 60b65bd15..f2ee98b2f 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportArrival Controller var AirportArrivalController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas index 8fc0d5e2b..5366bf7a7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportArrival Options var AirportArrivalOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas index 020660c9d..2fb846d65 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportArrival Styles var AirportArrivalStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas index b2c1fccb6..a4e835914 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDeparture var AirportDeparture = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas index 9b8d6cc41..b12febd4a 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDeparture Controller var AirportDepartureController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas index 57fb3be13..fbe6df1e3 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDeparture Options var AirportDepartureOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas index bb12f31c9..574cf9977 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDeparture Styles var AirportDepartureStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas index eedcd75d4..86601d48d 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDirectory var AirportDirectory = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas index ecbfe7be1..9906a7257 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDirectory Controller var AirportDirectoryController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas index 3105924d8..e86630811 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDirectory Options var AirportDirectoryOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas index 43d404589..45b7b829c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportDirectory Styles var AirportDirectoryStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas index d993a6d48..5b99d2373 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportInfo var AirportInfo = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas index 43ebfa965..fc5a89497 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportInfo Controller var AirportInfoController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas index fc4c6cf8c..61ea1b2ec 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportInfo Options var AirportInfoOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas index e55783c3b..09da9c26b 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportInfo Styles var AirportInfoStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas index 23d59eb03..827136676 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportWeather var AirportWeather = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas index b5df57314..14318fb27 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportWeather Controller var AirportWeatherController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas index 608ff0abd..33ac90933 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportWeather Options var AirportWeatherOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas index 1d54a1e2b..142686d0c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # AirportWeather Styles var AirportWeatherStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1.nas index 622e61d02..ce4c453f1 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist1 var Checklist1 = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Controller.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Controller.nas index 6d212905c..06d7857a9 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Controller.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Controller.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist1 Controller var Checklist1Controller = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Options.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Options.nas index 31abd5813..4479c1edd 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Options.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Options.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist1 Options var Checklist1Options = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Styles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Styles.nas index 88d5d356f..0a9c4ebb6 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Styles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist1/Checklist1Styles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist1 Styles var Checklist1Styles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2.nas index 847da61b6..99eef08d6 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist2 var Checklist2 = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Controller.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Controller.nas index 81bf9bbbe..4f7caef1a 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Controller.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Controller.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist2 Controller var Checklist2Controller = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Options.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Options.nas index 33e566035..0cbe156fe 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Options.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Options.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist2 Options var Checklist2Options = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Styles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Styles.nas index 135492481..09644108c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Styles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist2/Checklist2Styles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist2 Styles var Checklist2Styles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3.nas index c240da458..0f20893d6 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist3 var Checklist3 = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Controller.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Controller.nas index cec1564ac..fe1e2c441 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Controller.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Controller.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist3 Controller var Checklist3Controller = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Options.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Options.nas index f9baebcfc..4026f7cb0 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Options.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Options.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist3 Options var Checklist3Options = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Styles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Styles.nas index 30433ff48..00c518d20 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Styles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist3/Checklist3Styles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist3 Styles var Checklist3Styles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4.nas index cff76f1bd..84619a0c4 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist4 var Checklist4 = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Controller.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Controller.nas index 1a7ecb3f2..f6b50daf5 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Controller.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Controller.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist4 Controller var Checklist4Controller = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Options.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Options.nas index b9cff10b7..acf5facbc 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Options.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Options.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist4 Options var Checklist4Options = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Styles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Styles.nas index 626a65805..d9d076753 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Styles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist4/Checklist4Styles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist4 Styles var Checklist4Styles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5.nas index 63b28ee2a..0e57aa9b2 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist5 var Checklist5 = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Controller.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Controller.nas index fb70707a8..d91970e57 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Controller.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Controller.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist5 Controller var Checklist5Controller = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Options.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Options.nas index 057344c17..8f2e026bd 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Options.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Options.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist5 Options var Checklist5Options = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Styles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Styles.nas index a5cdd2850..c534ca845 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Styles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist5/Checklist5Styles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Checklist5 Styles var Checklist5Styles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas index 598cdc6a9..234cae5c4 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # DirectTo page # # Technically this is supposed to be an overlay page, sitting on top of diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas index 876df453a..cd60c6118 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # DirectTo Controller var DirectToController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas index a3ac03ee6..e611cfaef 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # DirectTo Options var DirectToOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas index f93145819..acd5c20c3 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # DirectTo Styles var DirectToStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas index b88e329b9..e62308bb3 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FlightPlanCatalog var FlightPlanCatalog = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas index 10c2ded65..13b0555f5 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FlightPlanCatalog Controller var FlightPlanCatalogController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas index aa51f5c3c..039cec45e 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FlightPlanCatalog Options var FlightPlanCatalogOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas index c64177d8e..26a23a132 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # FlightPlanCatalog Styles var FlightPlanCatalogStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas index 0d49c55fa..c4537559e 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # GPSStatus var GPSStatus = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas index 73d31d24a..09888f04e 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # GPSStatus Controller var GPSStatusController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas index cf28937ea..ff0d99875 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # GPSStatus Options var GPSStatusOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas index 6c380e0c1..f730c216f 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # GPSStatus Styles var GPSStatusStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas index 39a07343a..03a818fbe 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # IntersectionInfo var IntersectionInfo = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas index 1b58f248d..9273324b6 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # IntersectionInfo Controller var IntersectionInfoController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas index 9ad7e8069..d332d9161 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # IntersectionInfo Options var IntersectionInfoOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas index 5972d5035..ebb65d8e3 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # IntersectionInfo Styles var IntersectionInfoStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas index 08ad929df..400025918 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NDBInfo var NDBInfo = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas index aacc4e9ea..34e1d5f18 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NDBInfo Controller var NDBInfoController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas index 0a03e94fa..eb37f73b9 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NDBInfo Options var NDBInfoOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas index 11536135a..81f6a797a 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NDBInfo Styles var NDBInfoStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas index fc89c9e3a..d37b2ab54 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Navigation Map var NavigationMap = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas index 8a0d84c43..ffe88d45e 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Navigation Map Controller var NavigationMapController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas index 50dcb28d5..8e1b908ad 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Navigation Map Options var NavigationMapOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas index 97f851505..f8d58bdfe 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Navigation Map Styles var NavigationMapStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas index 0d0161a4e..0831321d7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirports var NearestAirports = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas index 6907f7958..ea56e680a 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirports Controller var NearestAirportsController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas index 2f540e86f..187508045 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirports Options var NearestAirportsOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas index 8237f94fa..9c60b6ff0 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirports Styles var NearestAirportsStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas index 3c2c2fce4..2ba6e6be4 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirspaces var NearestAirspaces = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas index 00e897574..550c07efa 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirspaces Controller var NearestAirspacesController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas index b35b28a63..d95ac68f1 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirspaces Options var NearestAirspacesOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas index 021a211b7..c57c101a7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestAirspaces Styles var NearestAirspacesStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas index c6507a565..c1d8e9876 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestFrequencies var NearestFrequencies = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas index 9ca43e327..01b07297d 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestFrequencies Controller var NearestFrequenciesController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas index 72249d8b6..1ceed94b0 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestFrequencies Options var NearestFrequenciesOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas index 90447bed0..3bfbe370c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestFrequencies Styles var NearestFrequenciesStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas index c562b5551..9db4b8964 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestIntersections var NearestIntersections = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas index 4bdbc4b55..fac71458c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestIntersections Controller var NearestIntersectionsController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas index cbfabe9ad..59da36b2f 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestIntersections Options var NearestIntersectionsOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas index 5cdb577fd..63b82dcdd 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestIntersections Styles var NearestIntersectionsStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas index 24aa1817c..96eadac72 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestNDB var NearestNDB = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas index 45ff01dec..d87781948 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestNDB Controller var NearestNDBController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas index 5334a4cbe..fe881240c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestNDB Options var NearestNDBOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas index b59988c30..e98838ce7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestNDB Styles var NearestNDBStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas index 46a463992..3fdb8553a 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestUserWPT var NearestUserWPT = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas index 9df82b98c..688f80bb5 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestUserWPT Controller var NearestUserWPTController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas index 296ef2e1d..bb0b2ef8e 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestUserWPT Options var NearestUserWPTOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas index 91c7c6674..5bee44897 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestUserWPT Styles var NearestUserWPTStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas index 4742e497b..0a13b1915 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestVOR var NearestVOR = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas index 8999d6ea2..e185a1348 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestVOR Controller var NearestVORController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas index 602f1f7c9..36eee6596 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestVOR Options var NearestVOROptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas index b0010db73..14ef4d37c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # NearestVOR Styles var NearestVORStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas index 6a6d1759f..b17a359ff 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # StoredFlightPlan var StoredFlightPlan = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas index 9218c9d19..ebb36151a 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # StoredFlightPlan Controller var StoredFlightPlanController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas index 1ceb6526c..4baf42782 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # StoredFlightPlan Options var StoredFlightPlanOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas index 2f7858d98..139aa350c 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # StoredFlightPlan Styles var StoredFlightPlanStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas index f5a61a1c2..ad2aa49d1 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Stormscope var Stormscope = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas index fe8802861..2f350ffac 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Stormscope Controller var StormscopeController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas index 116ee0169..94bafd320 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Stormscope Options var StormscopeOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas index 982e1eb1d..0da00bbe9 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Stormscope Styles var StormscopeStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas index 75342b305..0d4d66e13 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # MFD Surround # # Header fields at the top of the page diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas index 3ba6ebdc0..2c8efdd6f 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Surround Controller var SurroundController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas index 26cc60a73..c4e46d432 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Surround Options var SurroundOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas index 587d4eafc..f925e79b8 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Surround Styles var SurroundStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas index 0d6a4065c..6ce631769 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # SystemStatus var SystemStatus = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas index 8c4ff9e78..29eb9c8a0 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # SystemStatus Controller var SystemStatusController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas index a70840baf..461781920 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # SystemStatus Options var SystemStatusOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas index 05505d52a..59e338843 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # SystemStatus Styles var SystemStatusStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas index 93242ab5d..c72082402 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TAWSB var TAWSB = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas index d8e6b342d..0e83d8851 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TAWSB Controller var TAWSBController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas index c16d85b01..1229663f1 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TAWSB Options var TAWSBOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas index 5ef6a607f..7db155faa 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TAWSB Styles var TAWSBStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas index af57ec70e..97d26ea63 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Template Controller var TemplateController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas index a24dd023e..064d0bcad 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Template Options var TemplateOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas index 57f4b482c..a511865f7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Template Styles var TemplateStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas index f4c012202..2c6ab58ed 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Template var Template = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas index 59fdfcd8b..e308e3ea3 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Traffic Map # # Functionally similar to the Garmin GTS 800 Unit diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas index 8ba0fe16b..dcd158e78 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Traffic Map Controller var TrafficMapController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas index e8aa2d148..3fa69f579 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Traffic Map Options var TrafficMapOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas index c243d2941..1b83d1048 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Traffic Map Styles var TrafficMapStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas index 02dd4d3e3..79eb48429 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TripPlanning var TripPlanning = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas index d6b2baee8..632a708a4 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TripPlanning Controller var TripPlanningController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas index be8b954d3..e23d1635d 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TripPlanning Options var TripPlanningOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas index 147484c23..2fa7c9914 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # TripPlanning Styles var TripPlanningStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas index 3205f22ae..81e20782f 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # UserWPTInfo var UserWPTInfo = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas index e1c4f0e47..bbef8cddf 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # UserWPTInfo Controller var UserWPTInfoController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas index 15028332c..1b2149eea 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # UserWPTInfo Options var UserWPTInfoOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas index 0fb937060..0fd0d88fa 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # UserWPTInfo Styles var UserWPTInfoStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas index 60c413eb9..af5577b62 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Utility var Utility = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas index 0288ada9b..1e68409f7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Utility Controller var UtilityController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas index 8ccf74b96..060368eb2 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Utility Options var UtilityOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas index 4abadc77e..06992cda8 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # Utility Styles var UtilityStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas index 18b311840..df7154174 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # VORInfo var VORInfo = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas index beb32f499..93ee9de00 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # VORInfo Controller var VORInfoController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas index 8c8765473..6ea2f79e1 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # VORInfo Options var VORInfoOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas index bf6d68880..75864c0e7 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # VORInfo Styles var VORInfoStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas index 22b7a0b0a..f6a1075e3 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # WeatherDataLink var WeatherDataLink = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas index 90caba330..853447ffc 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # WeatherDataLink Controller var WeatherDataLinkController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas index 015131fd2..9cec8dea2 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # WeatherDataLink Options var WeatherDataLinkOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas index 85ebc2fb7..7d858a578 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # WeatherDataLink Styles var WeatherDataLinkStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas index 1f46e0446..7f8836088 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMInfo var XMInfo = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas index 22bb551d9..f0585c08d 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMInfo Controller var XMInfoController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas index 40f52f9fe..cdea052f9 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMInfo Options var XMInfoOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas index a4d0cf2c3..ad7d1e955 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMInfo Styles var XMInfoStyles = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas index e001cc490..2b9b85a95 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMRadio var XMRadio = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas index 4ea3c348e..67c2b29b0 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMRadio Controller var XMRadioController = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas index e24979793..09760164d 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMRadio Options var XMRadioOptions = { diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas index 5c87bb6b0..31fd2b038 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas @@ -1,3 +1,19 @@ +# Copyright 2018 Stuart Buchanan +# This file is part of FlightGear. +# +# Foobar 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, either version 2 of the License, or +# (at your option) any later version. +# +# FlightGear 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 FlightGear. If not, see . +# # XMRadio Styles var XMRadioStyles = {