From fc104ee37aeb54e1aff6e03027f577262b185c2c Mon Sep 17 00:00:00 2001
From: Stuart Buchanan <stuart_d_buchanan@yahoo.co.uk>
Date: Mon, 28 May 2018 20:15:57 +0100
Subject: [PATCH] FG1000 - s/Foobar/FlightGear on GPL header

---
 .../FG1000/MFDPages/EIS-DA42.svg              | 846 ++++++++++++++++++
 .../Instruments-3d/FG1000/Nasal/Commands.nas  |   2 +-
 .../FG1000/Nasal/ConfigStore.nas              |   2 +-
 .../Instruments-3d/FG1000/Nasal/Constants.nas |   2 +-
 .../FG1000/Nasal/EIS/EIS-C182T.nas            |   2 +-
 .../Instruments-3d/FG1000/Nasal/EIS/EIS.nas   |   2 +-
 .../FG1000/Nasal/EIS/EISController.nas        |   2 +-
 .../FG1000/Nasal/EIS/EISOptions.nas           |   2 +-
 .../FG1000/Nasal/EIS/EISStyles.nas            |   2 +-
 .../Instruments-3d/FG1000/Nasal/FG1000.nas    |   2 +-
 Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas  |   2 +-
 .../Nasal/Interfaces/GenericADCPublisher.nas  |   2 +-
 .../Nasal/Interfaces/GenericEISPublisher.nas  |   2 +-
 .../Nasal/Interfaces/GenericFMSPublisher.nas  |   2 +-
 .../Nasal/Interfaces/GenericFMSUpdater.nas    |   2 +-
 .../Interfaces/GenericInterfaceController.nas |   2 +-
 .../Interfaces/GenericNavComPublisher.nas     |   2 +-
 .../Nasal/Interfaces/GenericNavComUpdater.nas |   2 +-
 .../Nasal/Interfaces/NavDataInterface.nas     |   2 +-
 .../Nasal/Interfaces/PropertyPublisher.nas    |   2 +-
 .../Nasal/Interfaces/PropertyUpdater.nas      |   2 +-
 Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas  |   2 +-
 .../Instruments-3d/FG1000/Nasal/MFDPage.nas   |   2 +-
 .../FG1000/Nasal/MFDPageController.nas        |   2 +-
 .../ActiveFlightPlanNarrow.nas                |   2 +-
 .../ActiveFlightPlanNarrowController.nas      |   2 +-
 .../ActiveFlightPlanNarrowOptions.nas         |   2 +-
 .../ActiveFlightPlanNarrowStyles.nas          |   2 +-
 .../ActiveFlightPlanWide.nas                  |   2 +-
 .../ActiveFlightPlanWideController.nas        |   2 +-
 .../ActiveFlightPlanWideOptions.nas           |   2 +-
 .../ActiveFlightPlanWideStyles.nas            |   2 +-
 .../AirportApproach/AirportApproach.nas       |   2 +-
 .../AirportApproachController.nas             |   2 +-
 .../AirportApproachOptions.nas                |   2 +-
 .../AirportApproach/AirportApproachStyles.nas |   2 +-
 .../AirportArrival/AirportArrival.nas         |   2 +-
 .../AirportArrivalController.nas              |   2 +-
 .../AirportArrival/AirportArrivalOptions.nas  |   2 +-
 .../AirportArrival/AirportArrivalStyles.nas   |   2 +-
 .../AirportDeparture/AirportDeparture.nas     |   2 +-
 .../AirportDepartureController.nas            |   2 +-
 .../AirportDepartureOptions.nas               |   2 +-
 .../AirportDepartureStyles.nas                |   2 +-
 .../AirportDirectory/AirportDirectory.nas     |   2 +-
 .../AirportDirectoryController.nas            |   2 +-
 .../AirportDirectoryOptions.nas               |   2 +-
 .../AirportDirectoryStyles.nas                |   2 +-
 .../MFDPages/AirportInfo/AirportInfo.nas      |   2 +-
 .../AirportInfo/AirportInfoController.nas     |   2 +-
 .../AirportInfo/AirportInfoOptions.nas        |   2 +-
 .../AirportInfo/AirportInfoStyles.nas         |   2 +-
 .../AirportWeather/AirportWeather.nas         |   2 +-
 .../AirportWeatherController.nas              |   2 +-
 .../AirportWeather/AirportWeatherOptions.nas  |   2 +-
 .../AirportWeather/AirportWeatherStyles.nas   |   2 +-
 .../Nasal/MFDPages/Checklist/Checklist.nas    |   2 +-
 .../Checklist/ChecklistController.nas         |   2 +-
 .../MFDPages/Checklist/ChecklistOptions.nas   |   2 +-
 .../MFDPages/Checklist/ChecklistStyles.nas    |   2 +-
 .../Nasal/MFDPages/DirectTo/DirectTo.nas      |   2 +-
 .../MFDPages/DirectTo/DirectToController.nas  |   2 +-
 .../MFDPages/DirectTo/DirectToOptions.nas     |   2 +-
 .../MFDPages/DirectTo/DirectToStyles.nas      |   2 +-
 .../FlightPlanCatalog/FlightPlanCatalog.nas   |   2 +-
 .../FlightPlanCatalogController.nas           |   2 +-
 .../FlightPlanCatalogOptions.nas              |   2 +-
 .../FlightPlanCatalogStyles.nas               |   2 +-
 .../Nasal/MFDPages/GPSStatus/GPSStatus.nas    |   2 +-
 .../GPSStatus/GPSStatusController.nas         |   2 +-
 .../MFDPages/GPSStatus/GPSStatusOptions.nas   |   2 +-
 .../MFDPages/GPSStatus/GPSStatusStyles.nas    |   2 +-
 .../IntersectionInfo/IntersectionInfo.nas     |   2 +-
 .../IntersectionInfoController.nas            |   2 +-
 .../IntersectionInfoOptions.nas               |   2 +-
 .../IntersectionInfoStyles.nas                |   2 +-
 .../FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas |   2 +-
 .../MFDPages/NDBInfo/NDBInfoController.nas    |   2 +-
 .../Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas |   2 +-
 .../Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas  |   2 +-
 .../MFDPages/NavigationMap/NavigationMap.nas  |   2 +-
 .../NavigationMap/NavigationMapController.nas |   2 +-
 .../NavigationMap/NavigationMapOptions.nas    |   2 +-
 .../NavigationMap/NavigationMapStyles.nas     |   2 +-
 .../NearestAirports/NearestAirports.nas       |   2 +-
 .../NearestAirportsController.nas             |   2 +-
 .../NearestAirportsOptions.nas                |   2 +-
 .../NearestAirports/NearestAirportsStyles.nas |   2 +-
 .../NearestAirspaces/NearestAirspaces.nas     |   2 +-
 .../NearestAirspacesController.nas            |   2 +-
 .../NearestAirspacesOptions.nas               |   2 +-
 .../NearestAirspacesStyles.nas                |   2 +-
 .../NearestFrequencies/NearestFrequencies.nas |   2 +-
 .../NearestFrequenciesController.nas          |   2 +-
 .../NearestFrequenciesOptions.nas             |   2 +-
 .../NearestFrequenciesStyles.nas              |   2 +-
 .../NearestIntersections.nas                  |   2 +-
 .../NearestIntersectionsController.nas        |   2 +-
 .../NearestIntersectionsOptions.nas           |   2 +-
 .../NearestIntersectionsStyles.nas            |   2 +-
 .../Nasal/MFDPages/NearestNDB/NearestNDB.nas  |   2 +-
 .../NearestNDB/NearestNDBController.nas       |   2 +-
 .../MFDPages/NearestNDB/NearestNDBOptions.nas |   2 +-
 .../MFDPages/NearestNDB/NearestNDBStyles.nas  |   2 +-
 .../NearestUserWPT/NearestUserWPT.nas         |   2 +-
 .../NearestUserWPTController.nas              |   2 +-
 .../NearestUserWPT/NearestUserWPTOptions.nas  |   2 +-
 .../NearestUserWPT/NearestUserWPTStyles.nas   |   2 +-
 .../Nasal/MFDPages/NearestVOR/NearestVOR.nas  |   2 +-
 .../NearestVOR/NearestVORController.nas       |   2 +-
 .../MFDPages/NearestVOR/NearestVOROptions.nas |   2 +-
 .../MFDPages/NearestVOR/NearestVORStyles.nas  |   2 +-
 .../PFDInstruments/PFDInstruments.nas         |   2 +-
 .../PFDInstrumentsController.nas              |   2 +-
 .../PFDInstruments/PFDInstrumentsOptions.nas  |   2 +-
 .../PFDInstruments/PFDInstrumentsStyles.nas   |   2 +-
 .../StoredFlightPlan/StoredFlightPlan.nas     |   2 +-
 .../StoredFlightPlanController.nas            |   2 +-
 .../StoredFlightPlanOptions.nas               |   2 +-
 .../StoredFlightPlanStyles.nas                |   2 +-
 .../Nasal/MFDPages/Stormscope/Stormscope.nas  |   2 +-
 .../Stormscope/StormscopeController.nas       |   2 +-
 .../MFDPages/Stormscope/StormscopeOptions.nas |   2 +-
 .../MFDPages/Stormscope/StormscopeStyles.nas  |   2 +-
 .../Nasal/MFDPages/Surround/Surround.nas      |   2 +-
 .../MFDPages/Surround/SurroundController.nas  |   2 +-
 .../MFDPages/Surround/SurroundOptions.nas     |   2 +-
 .../MFDPages/Surround/SurroundStyles.nas      |   2 +-
 .../MFDPages/SystemStatus/SystemStatus.nas    |   2 +-
 .../SystemStatus/SystemStatusController.nas   |   2 +-
 .../SystemStatus/SystemStatusOptions.nas      |   2 +-
 .../SystemStatus/SystemStatusStyles.nas       |   2 +-
 .../FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas     |   2 +-
 .../Nasal/MFDPages/TAWSB/TAWSBController.nas  |   2 +-
 .../Nasal/MFDPages/TAWSB/TAWSBOptions.nas     |   2 +-
 .../Nasal/MFDPages/TAWSB/TAWSBStyles.nas      |   2 +-
 .../MFDPages/TemplatePage/Controller.nas      |   2 +-
 .../Nasal/MFDPages/TemplatePage/Options.nas   |   2 +-
 .../Nasal/MFDPages/TemplatePage/Styles.nas    |   2 +-
 .../MFDPages/TemplatePage/TemplatePage.nas    |   2 +-
 .../Nasal/MFDPages/TrafficMap/TrafficMap.nas  |   2 +-
 .../TrafficMap/TrafficMapController.nas       |   2 +-
 .../MFDPages/TrafficMap/TrafficMapOptions.nas |   2 +-
 .../MFDPages/TrafficMap/TrafficMapStyles.nas  |   2 +-
 .../MFDPages/TripPlanning/TripPlanning.nas    |   2 +-
 .../TripPlanning/TripPlanningController.nas   |   2 +-
 .../TripPlanning/TripPlanningOptions.nas      |   2 +-
 .../TripPlanning/TripPlanningStyles.nas       |   2 +-
 .../MFDPages/UserWPTInfo/UserWPTInfo.nas      |   2 +-
 .../UserWPTInfo/UserWPTInfoController.nas     |   2 +-
 .../UserWPTInfo/UserWPTInfoOptions.nas        |   2 +-
 .../UserWPTInfo/UserWPTInfoStyles.nas         |   2 +-
 .../FG1000/Nasal/MFDPages/Utility/Utility.nas |   2 +-
 .../MFDPages/Utility/UtilityController.nas    |   2 +-
 .../Nasal/MFDPages/Utility/UtilityOptions.nas |   2 +-
 .../Nasal/MFDPages/Utility/UtilityStyles.nas  |   2 +-
 .../FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas |   2 +-
 .../MFDPages/VORInfo/VORInfoController.nas    |   2 +-
 .../Nasal/MFDPages/VORInfo/VORInfoOptions.nas |   2 +-
 .../Nasal/MFDPages/VORInfo/VORInfoStyles.nas  |   2 +-
 .../MFDPages/WaypointEntry/WaypointEntry.nas  |   2 +-
 .../WaypointEntry/WaypointEntryController.nas |   2 +-
 .../WaypointEntry/WaypointEntryOptions.nas    |   2 +-
 .../WaypointEntry/WaypointEntryStyles.nas     |   2 +-
 .../WeatherDataLink/WeatherDataLink.nas       |   2 +-
 .../WeatherDataLinkController.nas             |   2 +-
 .../WeatherDataLinkOptions.nas                |   2 +-
 .../WeatherDataLink/WeatherDataLinkStyles.nas |   2 +-
 .../FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas   |   2 +-
 .../MFDPages/XMInfo/XMInfoController.nas      |   2 +-
 .../Nasal/MFDPages/XMInfo/XMInfoOptions.nas   |   2 +-
 .../Nasal/MFDPages/XMInfo/XMInfoStyles.nas    |   2 +-
 .../FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas |   2 +-
 .../MFDPages/XMRadio/XMRadioController.nas    |   2 +-
 .../Nasal/MFDPages/XMRadio/XMRadioOptions.nas |   2 +-
 .../Nasal/MFDPages/XMRadio/XMRadioStyles.nas  |   2 +-
 Aircraft/Instruments-3d/FG1000/Nasal/PFD.nas  |   2 +-
 177 files changed, 1022 insertions(+), 176 deletions(-)
 create mode 100644 Aircraft/Instruments-3d/FG1000/MFDPages/EIS-DA42.svg

diff --git a/Aircraft/Instruments-3d/FG1000/MFDPages/EIS-DA42.svg b/Aircraft/Instruments-3d/FG1000/MFDPages/EIS-DA42.svg
new file mode 100644
index 000000000..951a80e3e
--- /dev/null
+++ b/Aircraft/Instruments-3d/FG1000/MFDPages/EIS-DA42.svg
@@ -0,0 +1,846 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="210mm"
+   height="297mm"
+   viewBox="0 0 744.09448819 1052.3622047"
+   id="svg4136"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="EIS-DA42.svg">
+  <defs
+     id="defs4138">
+    <linearGradient
+       id="linearGradient4779"
+       osb:paint="gradient">
+      <stop
+         style="stop-color:#352837;stop-opacity:1;"
+         offset="0"
+         id="stop4781" />
+      <stop
+         style="stop-color:#352837;stop-opacity:0;"
+         offset="1"
+         id="stop4783" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.675777"
+     inkscape:cx="-32.403728"
+     inkscape:cy="690.01505"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="2495"
+     inkscape:window-height="1416"
+     inkscape:window-x="65"
+     inkscape:window-y="24"
+     inkscape:window-maximized="1"
+     showguides="false"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="true" />
+  <metadata
+     id="metadata4141">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <g
+       id="EISGroup"
+       inkscape:label="#g6033">
+      <rect
+         inkscape:label="#rect4684"
+         y="56.43882"
+         x="-0.28891727"
+         height="688.48676"
+         width="149.48674"
+         id="SBattAmps"
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.51325756;stroke-opacity:1" />
+      <path
+         inkscape:connector-curvature="0"
+         id="OuterRPM"
+         d="M 74.242188,57.513672 C 57.591382,57.455549 40.919193,63.107347 27.365234,74.480469 0.25731786,97.226713 -6.4772629,136.22443 11.429688,166.74609 l 0.875,-0.51367 C -5.3549643,136.13227 1.2859805,97.689926 28.019531,75.257812 54.753082,52.825699 93.76355,52.961876 120.33984,75.580078 c 26.5763,22.618202 32.94749,61.105902 15.07813,91.082032 l 0.87109,0.51953 C 154.40866,136.78573 147.9465,97.741579 120.99805,74.806641 107.52382,63.339172 90.892993,57.571795 74.242188,57.513672 Z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.01574385;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <path
+         inkscape:connector-curvature="0"
+         id="WhiteRPM"
+         d="M 74.070312,60.328125 C 58.093724,60.272356 42.097371,65.691238 29.099609,76.597656 3.1040851,98.410493 -3.3615793,135.84409 13.810547,165.11328 l 4.3125,-2.5293 C 2.168248,135.38968 8.1597914,100.69426 32.3125,80.427734 56.465208,60.161205 91.672961,60.284097 115.68359,80.71875 c 24.01064,20.43465 29.76145,55.1697 13.61719,82.25195 l 4.29492,2.56055 C 150.97175,136.38266 144.76644,98.905897 118.92383,76.912109 106.00252,65.915216 90.046901,60.383894 74.070312,60.328125 Z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <path
+         inkscape:connector-curvature="0"
+         id="GreenRPM"
+         d="m 103.45312,66.941406 -2.1289,4.523438 c 19.86326,9.346943 33.61421,28.13482 36.51758,49.894536 l 4.95703,-0.66016 C 139.67156,97.261392 124.84825,77.009188 103.45312,66.941406 Z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#009900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <path
+         inkscape:connector-curvature="0"
+         id="RedRPM"
+         d="m 138.41016,129.90234 c 0,11.6428 -3.14777,23.06767 -9.10938,33.06836 l 4.29492,2.56055 c 6.423,-10.77468 9.81446,-23.08503 9.81446,-35.62891 l -5,0 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4713"
+         d="m 11.702553,167.05926 9.343911,-5.49271"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4715"
+         d="m 136.0776,167.56433 -9.97526,-5.93465"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <text
+         sodipodi:linespacing="125%"
+         id="text4717"
+         y="180.59354"
+         x="0.72086191"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeMono;-inkscape-font-specification:FreeMono;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+         xml:space="preserve"><tspan
+           y="180.59354"
+           x="0.72086191"
+           id="tspan4719"
+           sodipodi:role="line">0</tspan></text>
+      <text
+         xml:space="preserve"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeMono;-inkscape-font-specification:FreeMono;text-align:start;letter-spacing:-3px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+         x="110.5423"
+         y="180.95068"
+         id="text4725"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan4727"
+           x="110.5423"
+           y="180.95068">3000</tspan></text>
+      <text
+         inkscape:label="#text4729"
+         sodipodi:linespacing="125%"
+         id="EISRPMDisplay"
+         y="184.0697"
+         x="40.9702"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:125%;font-family:FreeMono;-inkscape-font-specification:FreeMono;text-align:start;letter-spacing:-3px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25px;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+           y="184.0697"
+           x="40.9702"
+           id="tspan4731"
+           sodipodi:role="line">2200</tspan></text>
+      <text
+         sodipodi:linespacing="125%"
+         id="text4733"
+         y="154.23056"
+         x="52.228359"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="154.23056"
+           x="52.228359"
+           id="tspan4735"
+           sodipodi:role="line">RPM</tspan></text>
+      <path
+         inkscape:transform-center-y="17.260628"
+         inkscape:transform-center-x="30.347137"
+         inkscape:label="#path4775"
+         inkscape:connector-curvature="0"
+         id="EISRPMPointer"
+         d="m 72.822029,125.96939 -59.459758,31.77936 6.366604,-9.03366 4.578139,3.17116 -0.526987,6.34826 -10.196797,-0.65694"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <g
+         transform="translate(-0.54554609,-307.18002)"
+         id="g4866">
+        <rect
+           style="opacity:1;fill:#00af00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="rect4862"
+           width="75.530403"
+           height="6.9623003"
+           x="8.4391518"
+           y="544.53625" />
+        <g
+           id="FFLOW"
+           inkscape:label="#g4833"
+           transform="translate(0,21.780942)">
+          <path
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0"
+             id="path4789"
+             d="m 8.0559648,519.47505 0,12.23313 134.8260452,0.0746 -0.0746,-12.03652"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4799"
+             d="m 20.684108,531.22649 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 34.931231,531.30108 0,-11.60383"
+             id="path4813"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4815"
+             d="m 34.931231,531.30108 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 48.656208,531.30108 0,-11.60383"
+             id="path4819"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4821"
+             d="m 62.082816,531.30108 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 75.509424,531.30108 0,-11.60383"
+             id="path4823"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4825"
+             d="m 89.681955,531.52486 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 102.95938,531.22649 0,-11.60383"
+             id="path4827"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4829"
+             d="m 116.53517,531.30108 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 129.66341,531.30108 0,-11.60383"
+             id="path4831"
+             inkscape:connector-curvature="0" />
+        </g>
+        <text
+           xml:space="preserve"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           x="30.433645"
+           y="528.42615"
+           id="text4846"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             x="30.433645"
+             y="528.42615"
+             id="tspan4850">FFLOW GPH</tspan></text>
+        <text
+           xml:space="preserve"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           x="3.5804288"
+           y="569.60107"
+           id="text4854"><tspan
+             sodipodi:role="line"
+             id="tspan4856"
+             x="3.5804288"
+             y="569.60107">0</tspan></text>
+        <text
+           xml:space="preserve"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           x="130.08891"
+           y="569.60101"
+           id="text4858"><tspan
+             sodipodi:role="line"
+             id="tspan4860"
+             x="130.08891"
+             y="569.60101">20</tspan></text>
+        <path
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 4.5714659,539.5634 0.043695,9.19243 3.48115,3.34929 3.5075231,-3.37566 0,-9.18946 z"
+           id="EISFuelFlowPointer"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccc"
+           inkscape:label="#path4864" />
+      </g>
+      <g
+         transform="translate(-0.54554609,-238.25676)"
+         id="g4888">
+        <rect
+           y="544.53625"
+           x="72.682198"
+           height="6.9623003"
+           width="38.714603"
+           id="rect4890"
+           style="opacity:1;fill:#00af00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        <rect
+           style="opacity:1;fill:#ca0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="rect4930"
+           width="4.0085921"
+           height="6.9623003"
+           x="138.82405"
+           y="544.53625" />
+        <g
+           transform="translate(0,21.780942)"
+           inkscape:label="#g4833"
+           id="g4892">
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 8.0559648,519.47505 0,12.23313 134.8260452,0.0746 -0.0746,-12.03652"
+             id="path4894"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc" />
+        </g>
+        <text
+           sodipodi:linespacing="125%"
+           id="text4916"
+           y="528.42615"
+           x="41.193565"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             id="tspan4918"
+             y="528.42615"
+             x="41.193565"
+             sodipodi:role="line">OIL PRES</tspan></text>
+        <rect
+           style="opacity:1;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="rect4932"
+           width="20.886898"
+           height="6.9622803"
+           x="8.0171986"
+           y="544.53625" />
+        <path
+           inkscape:label="#path4864"
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="EISOilPressurePointer"
+           d="m 4.5714659,539.5634 0.043695,9.19243 3.48115,3.34929 3.5075231,-3.37566 0,-9.18946 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      </g>
+      <g
+         id="g4934"
+         transform="translate(-0.54554609,-188.88773)">
+        <rect
+           style="opacity:1;fill:#00af00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="rect4936"
+           width="105.27841"
+           height="6.9623003"
+           x="33.440144"
+           y="544.53625" />
+        <rect
+           y="544.53625"
+           x="138.82405"
+           height="6.9623003"
+           width="4.0085921"
+           id="rect4938"
+           style="opacity:1;fill:#ca0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        <g
+           id="g4940"
+           inkscape:label="#g4833"
+           transform="translate(0,21.780942)">
+          <path
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0"
+             id="path4942"
+             d="m 8.0559648,519.47505 0,12.23313 134.8260452,0.0746 -0.0746,-12.03652"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        </g>
+        <text
+           xml:space="preserve"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           x="41.193565"
+           y="528.42615"
+           id="text4944"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             x="41.193565"
+             y="528.42615"
+             id="tspan4946">OIL TEMP</tspan></text>
+        <path
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 4.5714659,539.5634 0.043695,9.19243 3.48115,3.34929 3.5075231,-3.37566 0,-9.18946 z"
+           id="EISOilTempPointer"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccc"
+           inkscape:label="#path4864" />
+      </g>
+      <g
+         transform="translate(-0.54554609,-142.18193)"
+         id="g4952">
+        <g
+           transform="translate(0,21.780942)"
+           inkscape:label="#g4833"
+           id="g4956">
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 8.0559648,519.47505 0,12.23313 134.8260452,0.0746 -0.0746,-12.03652"
+             id="path4958"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 20.684108,531.22649 0,-11.60383"
+             id="path4960"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4962"
+             d="m 34.931231,531.30108 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 34.931231,531.30108 0,-11.60383"
+             id="path4964"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4966"
+             d="m 48.656208,531.30108 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 62.082816,531.30108 0,-11.60383"
+             id="path4968"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4970"
+             d="m 75.509424,531.30108 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 89.681955,531.52486 0,-11.60383"
+             id="path4972"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4974"
+             d="m 102.95938,531.22649 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 116.53517,531.30108 0,-11.60383"
+             id="path4976"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4978"
+             d="m 129.66341,531.30108 0,-11.60383"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        </g>
+        <text
+           sodipodi:linespacing="125%"
+           id="text4980"
+           y="528.42615"
+           x="62.060768"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             id="tspan4982"
+             y="528.42615"
+             x="62.060768"
+             sodipodi:role="line">EGT</tspan></text>
+        <path
+           inkscape:label="#path4864"
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="EISEGTPointer"
+           d="m 4.5714659,539.5634 0.043695,9.19243 3.48115,3.34929 3.5075231,-3.37566 0,-9.18946 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        <text
+           inkscape:label="#text4994"
+           id="EISEGTCylinder"
+           y="550.22003"
+           x="3.9031074"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="550.22003"
+             x="3.9031074"
+             id="tspan4996"
+             sodipodi:role="line">1</tspan></text>
+      </g>
+      <g
+         transform="translate(-0.54554609,-81.176495)"
+         id="g4998">
+        <rect
+           y="544.53625"
+           x="54.624344"
+           height="6.9623003"
+           width="37.847004"
+           id="rect5000"
+           style="opacity:1;fill:#00af00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        <g
+           transform="translate(0,21.780942)"
+           inkscape:label="#g4833"
+           id="g5004">
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 8.0559648,519.47505 0,12.23313 134.8260452,0.0746 -0.0746,-12.03652"
+             id="path5006"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc" />
+        </g>
+        <text
+           sodipodi:linespacing="125%"
+           id="text5008"
+           y="528.42615"
+           x="60.289185"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             id="tspan5010"
+             y="528.42615"
+             x="60.289185"
+             sodipodi:role="line">VAC</tspan></text>
+        <path
+           inkscape:label="#path4864"
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="EISVacPointer"
+           d="m 4.5714659,539.5634 0.043695,9.19243 3.48115,3.34929 3.5075231,-3.37566 0,-9.18946 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      </g>
+      <g
+         transform="translate(0,271.9634)"
+         id="g5014">
+        <g
+           transform="translate(-0.54554609,-285.39908)"
+           inkscape:label="#g4833"
+           id="g5018">
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 8.0559648,519.47505 0,12.23313 134.8260452,0.0746 -0.0746,-12.03652"
+             id="path5020"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path5028"
+             d="m 53.078837,542.01976 0,-22.4943"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.39230883px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.37371683px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 97.957359,541.88715 0,-21.89756"
+             id="path5034"
+             inkscape:connector-curvature="0" />
+          <path
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.39230883px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 8.2003174,542.28497 0,-22.4943"
+             id="path5056"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path5058"
+             d="m 142.83588,542.15236 0,-21.89756"
+             style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.37371683px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        </g>
+        <rect
+           y="242.57767"
+           x="24.303904"
+           height="6.9623003"
+           width="100.89178"
+           id="rect5016"
+           style="opacity:1;fill:#00af00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        <text
+           sodipodi:linespacing="125%"
+           id="text5042"
+           y="221.09695"
+           x="22.578058"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             id="tspan5044"
+             y="221.09695"
+             x="22.578058"
+             sodipodi:role="line">FUEL QTY GAL</tspan></text>
+        <text
+           id="text5046"
+           y="272.61682"
+           x="3.034883"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             style="font-size:15px"
+             y="272.61682"
+             x="3.034883"
+             id="tspan5048"
+             sodipodi:role="line">0</tspan></text>
+        <text
+           id="text5050"
+           y="272.93927"
+           x="136.70422"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             style="font-size:15px"
+             y="272.93927"
+             x="136.70422"
+             id="tspan5052"
+             sodipodi:role="line">F</tspan></text>
+        <rect
+           style="opacity:1;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="rect5062"
+           width="5.0407143"
+           height="6.9623003"
+           x="7.5952349"
+           y="242.57767" />
+        <rect
+           style="opacity:1;fill:#acaf00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="rect5064"
+           width="11.754019"
+           height="6.9623003"
+           x="12.592917"
+           y="242.57767" />
+        <text
+           id="text5066"
+           y="272.61682"
+           x="43.221519"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+             y="272.61682"
+             x="43.221519"
+             id="tspan5068"
+             sodipodi:role="line">10</tspan></text>
+        <text
+           id="text5070"
+           y="272.61682"
+           x="88.535469"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="272.61682"
+             x="88.535469"
+             id="tspan5072"
+             sodipodi:role="line">20</tspan></text>
+        <g
+           inkscape:label="#g4282"
+           id="EISRightFuelPointer">
+          <path
+             inkscape:label="#path4864"
+             sodipodi:nodetypes="cccccc"
+             inkscape:connector-curvature="0"
+             id="RightFuelTriangle"
+             d="m 4.0259199,259.63213 -2.9100082,0 6.4348532,-12.49326 7.3051411,12.49326 -3.797618,0 z"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <text
+             xml:space="preserve"
+             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             x="3.8553977"
+             y="259.8103"
+             id="RightFuelLabel"
+             inkscape:label="#text5076"><tspan
+               sodipodi:role="line"
+               id="tspan5078"
+               x="3.8553977"
+               y="259.8103">R</tspan></text>
+        </g>
+        <g
+           inkscape:label="#g4277"
+           id="EISLeftFuelPointer">
+          <path
+             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 4.0259199,232.43184 -2.9100082,0 6.4348532,12.49326 7.3051411,-12.49326 -3.797618,0 z"
+             id="LeftFuelTriangle"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccccc"
+             inkscape:label="#path4864" />
+          <text
+             inkscape:label="#text5076"
+             id="LeftFuelLabel"
+             y="239.81961"
+             x="3.8553977"
+             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             xml:space="preserve"><tspan
+               y="239.81961"
+               x="3.8553977"
+               id="tspan5082"
+               sodipodi:role="line">L</tspan></text>
+        </g>
+        <text
+           id="text5092"
+           y="306.83356"
+           x="1.7752202"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="306.83356"
+             x="1.7752202"
+             id="tspan5094"
+             sodipodi:role="line">ENG HRS</tspan></text>
+        <text
+           inkscape:label="#text5096"
+           id="EISEngineHours"
+           y="307.17853"
+           x="73.508011"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="307.17853"
+             x="73.508011"
+             id="tspan5098"
+             sodipodi:role="line">XXXX.X</tspan></text>
+        <text
+           id="text5100"
+           y="341.14606"
+           x="26.265755"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="341.14606"
+             x="26.265755"
+             id="tspan5102"
+             sodipodi:role="line">ELECTRICAL</tspan></text>
+        <path
+           inkscape:connector-curvature="0"
+           id="path5108"
+           d="m 120.34531,335.65557 16.45634,0.21098"
+           style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        <path
+           style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 7.8936094,335.65557 24.34995,335.86655"
+           id="path5110"
+           inkscape:connector-curvature="0" />
+        <text
+           sodipodi:linespacing="0%"
+           id="text5112"
+           y="359.64337"
+           x="13.590033"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:0%;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="359.64337"
+             x="13.590033"
+             id="tspan5114"
+             sodipodi:role="line">M</tspan></text>
+        <text
+           id="text5116"
+           y="359.56085"
+           x="56.530724"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="359.56085"
+             x="56.530724"
+             id="tspan5118"
+             sodipodi:role="line">BUS</tspan></text>
+        <text
+           id="text5120"
+           y="359.64337"
+           x="119.29041"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="359.64337"
+             x="119.29041"
+             id="tspan5122"
+             sodipodi:role="line">E</tspan></text>
+        <flowRoot
+           style="fill-opacity:1;font-size:15px;opacity:1;fill-rule:nonzero;fill:#ffffff;stroke:#ffffff;stroke-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;-inkscape-font-specification:FreeSans;font-family:FreeSans;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal"
+           id="flowRoot5124"
+           xml:space="preserve"><flowRegion
+             id="flowRegion5126"><rect
+               y="931.89331"
+               x="-18.988091"
+               height="44.305546"
+               width="250.43182"
+               id="rect5128" /></flowRegion><flowPara
+             id="flowPara5130" /></flowRoot>        <text
+           inkscape:label="#text5132"
+           id="EISMBusVolts"
+           y="382.3924"
+           x="9.3704567"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="382.3924"
+             x="9.3704567"
+             id="tspan5134"
+             sodipodi:role="line">32.0</tspan></text>
+        <text
+           id="text5136"
+           y="382.84338"
+           x="50.673546"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="382.84338"
+             x="50.673546"
+             id="tspan5138"
+             sodipodi:role="line">VOLTS</tspan></text>
+        <text
+           inkscape:label="#text5140"
+           id="EISEBusVolts"
+           y="381.33752"
+           x="112.32812"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="381.33752"
+             x="112.32812"
+             id="tspan5142"
+             sodipodi:role="line">32.0</tspan></text>
+        <text
+           id="text5144"
+           y="425.23657"
+           x="15.066884"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="425.23657"
+             x="15.066884"
+             id="tspan5146"
+             sodipodi:role="line">M</tspan></text>
+        <text
+           id="text5148"
+           y="425.23657"
+           x="55.660442"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="425.23657"
+             x="55.660442"
+             id="tspan5150"
+             sodipodi:role="line">BATT</tspan></text>
+        <text
+           id="text5152"
+           y="425.15405"
+           x="124.56488"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="425.15405"
+             x="124.56488"
+             id="tspan5154"
+             sodipodi:role="line">S</tspan></text>
+        <text
+           inkscape:label="#text5156"
+           id="EISMBattAmps"
+           y="450.11658"
+           x="5.1508813"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="450.11658"
+             x="5.1508813"
+             id="tspan5158"
+             sodipodi:role="line">+110</tspan></text>
+        <text
+           id="text5160"
+           y="450.35657"
+           x="53.034382"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="450.35657"
+             x="53.034382"
+             id="tspan5162"
+             sodipodi:role="line">AMPS</tspan></text>
+        <text
+           inkscape:label="#text5164"
+           id="EISSBattAmps"
+           y="450.11658"
+           x="109.16343"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:FreeSans;-inkscape-font-specification:FreeSans;text-align:start;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           xml:space="preserve"><tspan
+             y="450.11658"
+             x="109.16343"
+             id="tspan5166"
+             sodipodi:role="line">+110</tspan></text>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas
index 3d09119cb..a1f79b6db 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Commands.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas b/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas
index aecfbc76c..bb4baa841 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/ConfigStore.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas
index e2e085263..453a63710 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Constants.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS-C182T.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS-C182T.nas
index 6c4715597..9d3d90b32 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS-C182T.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS-C182T.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas
index 26ef4a3be..53ad95f7b 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EIS.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas
index f867c4d59..c9b43f0fe 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas
index 31add968b..6c0113cc6 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas
index cd465f7e0..b1fa993da 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/EIS/EISStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas b/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas
index 6b60778be..d7bea7cef 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/FG1000.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas b/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas
index dbef53428..9e11d0581 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/GUI.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas
index baca7e3b8..0ae36a7d9 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericADCPublisher.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas
index e3b8e7543..3f7b511e9 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericEISPublisher.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas
index 22f789d85..79dd065aa 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSPublisher.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSUpdater.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSUpdater.nas
index 971ffc7f3..f2cfe209a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSUpdater.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericFMSUpdater.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas
index 239481c93..a53f158f6 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericInterfaceController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas
index cb99f5bfc..f8b9aeba2 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComPublisher.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas
index 74d9b9e16..42c7241b0 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/GenericNavComUpdater.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas
index d14f3f07f..b287d62ef 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/NavDataInterface.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas
index 70d6fdef1..e802d8e8b 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyPublisher.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas
index 85bdfe836..d3c95435a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/Interfaces/PropertyUpdater.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas
index 7a1041eba..8c3ab5c58 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFD.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas
index d885673cd..b995094a7 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPage.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas
index 6eafb9e4c..9fa5d6adb 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPageController.nas
@@ -1,7 +1,7 @@
 ## Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas
index a421512ce..a0c62a078 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrow.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas
index c6d6dea18..e76eb5849 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas
index 2ec3b855e..92d1280ca 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas
index 8eeb98eb6..1b752fba8 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanNarrow/ActiveFlightPlanNarrowStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas
index 018cc7692..3b7e7555c 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWide.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas
index 58b1550f3..15903a602 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas
index 02f91f81c..980cf0407 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas
index db53a9868..3808afd14 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/ActiveFlightPlanWide/ActiveFlightPlanWideStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas
index 4339ad8f2..b6750574d 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproach.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas
index f1e6e157e..488ff2a4c 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas
index aed7ed9b7..ba4ccc728 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas
index e7aa8c0d9..9e1ec2673 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportApproach/AirportApproachStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas
index da4848d4d..3013e66c4 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrival.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas
index f2ee98b2f..7aaa24297 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas
index 5366bf7a7..225c4f2f6 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas
index 2fb846d65..ecd9fb562 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportArrival/AirportArrivalStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas
index a4e835914..42c97736d 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDeparture.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas
index b12febd4a..6bdc90b07 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas
index fbe6df1e3..d4eed2304 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas
index 574cf9977..b1b428592 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDeparture/AirportDepartureStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas
index 86601d48d..9dd323822 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectory.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas
index 9906a7257..2a18087d9 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas
index e86630811..a0854c7c2 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas
index 45b7b829c..89baee818 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportDirectory/AirportDirectoryStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas
index 5f1a51564..d196c8e67 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfo.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas
index fc5a89497..f6d72aa83 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas
index c64f489d3..4301c795e 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas
index 3dbf0f91f..4760e9d81 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportInfo/AirportInfoStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas
index 827136676..806cd5e48 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeather.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas
index 14318fb27..286eab24a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas
index 33ac90933..680f5be4e 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas
index 142686d0c..163760eef 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/AirportWeather/AirportWeatherStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/Checklist.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/Checklist.nas
index 13772b25d..a52290885 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/Checklist.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/Checklist.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistController.nas
index 4e0e5f01d..31b02a8b5 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistOptions.nas
index e63a638aa..0b1e7adbb 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistStyles.nas
index 5273be6a1..8d7bb3854 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Checklist/ChecklistStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas
index c66d18429..1a9ef58af 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectTo.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas
index 0c8a1854f..c51ce42c8 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas
index e611cfaef..e9e6e0491 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas
index acd5c20c3..b8140866c 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/DirectTo/DirectToStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas
index e62308bb3..cbb4926ae 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalog.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas
index 13b0555f5..c21ec1474 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas
index 039cec45e..45ab5719d 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas
index 26a23a132..53478b285 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/FlightPlanCatalog/FlightPlanCatalogStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas
index c4537559e..73c069a9f 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatus.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas
index 09888f04e..acfefaaba 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas
index ff0d99875..57f1fd1b9 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas
index f730c216f..9f98ec2a6 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/GPSStatus/GPSStatusStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas
index 3255c0598..22a16dc28 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfo.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas
index 8f81cd931..5b28840e4 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas
index d332d9161..9b0280765 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas
index ebb65d8e3..9ea857244 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/IntersectionInfo/IntersectionInfoStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas
index b96aed2b2..af4ed8bc1 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfo.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas
index f322de171..e1ba334cd 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas
index eb37f73b9..98ea7ae01 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas
index 81f6a797a..346d01a1e 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NDBInfo/NDBInfoStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas
index 8706d3a8e..0efecc155 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMap.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas
index 4ec647340..942fbeee3 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas
index 8e1b908ad..4ecd99580 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas
index 792abb08a..844af8b03 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/NavigationMapStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas
index c9f16e979..1417d01be 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirports.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas
index 0241ec74d..32951a435 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas
index 187508045..f71280592 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas
index 9c60b6ff0..276adb025 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirports/NearestAirportsStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas
index 2ba6e6be4..2b4573b17 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspaces.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas
index 550c07efa..e6a936405 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas
index d95ac68f1..6361c3b45 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas
index c57c101a7..8932a4187 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestAirspaces/NearestAirspacesStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas
index 0638a4452..7bc0b7909 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequencies.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas
index 27c4fe7a9..69be48292 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas
index 1ceed94b0..6bffeeb65 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas
index 3bfbe370c..c9ba904df 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestFrequencies/NearestFrequenciesStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas
index 738679db9..388a22770 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersections.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas
index 710afd9f3..c425c9659 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas
index 59da36b2f..e0cc10022 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas
index 63b82dcdd..068484d08 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestIntersections/NearestIntersectionsStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas
index 73cf17faf..74c87dfda 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDB.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas
index 2e8173dac..cc534f86b 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas
index fe881240c..c6cb7059e 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas
index e98838ce7..f29ad1aa3 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestNDB/NearestNDBStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas
index 3fdb8553a..de620413c 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPT.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas
index 688f80bb5..1150067eb 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas
index bb0b2ef8e..1ba9927b3 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas
index 5bee44897..6cec5318c 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestUserWPT/NearestUserWPTStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas
index 309285f02..c313827a1 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOR.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas
index 9a31df645..d2d2546b2 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas
index 36eee6596..5ebc500c9 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVOROptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas
index 14ef4d37c..2747f7704 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NearestVOR/NearestVORStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstruments.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstruments.nas
index 7e51e65cc..c0c44b116 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstruments.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstruments.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsController.nas
index f5c0b952c..84622c616 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsController.nas
@@ -2,7 +2,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsOptions.nas
index 783802dca..d6a4c1982 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsStyles.nas
index 78d6042a4..226978cb8 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/PFDInstruments/PFDInstrumentsStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas
index b17a359ff..2b8730850 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlan.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas
index ebb36151a..2d7822251 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas
index 4baf42782..3384f9507 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas
index 139aa350c..6dbe8cecc 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/StoredFlightPlan/StoredFlightPlanStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas
index ad2aa49d1..210e9331a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/Stormscope.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas
index 2f350ffac..d64831107 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas
index 94bafd320..62c9966a4 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas
index 0da00bbe9..7e1d90af2 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Stormscope/StormscopeStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas
index c8e7d7807..e1e948a73 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/Surround.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas
index c127a4c17..f0c98d0f3 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas
index c4e46d432..0b0c773dd 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas
index f925e79b8..8990e34fe 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Surround/SurroundStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas
index 6ce631769..5ce2a92fb 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatus.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas
index 29eb9c8a0..cfa17aa7a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas
index 461781920..f6e58e3fd 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas
index 59e338843..2fb44b312 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/SystemStatus/SystemStatusStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas
index c72082402..72f9a8f14 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSB.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas
index 0e83d8851..03098037f 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas
index 1229663f1..39d7f42fd 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas
index 7db155faa..54b61235e 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TAWSB/TAWSBStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas
index 97d26ea63..ab3170478 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Controller.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas
index 064d0bcad..0e55e6156 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Options.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas
index a511865f7..d71d0ecb7 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/Styles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas
index 2c6ab58ed..095973958 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TemplatePage/TemplatePage.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas
index e308e3ea3..843572679 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMap.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas
index dcd158e78..bfdff0429 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas
index 3fa69f579..f7aba15a6 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas
index 1b83d1048..6931559de 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TrafficMap/TrafficMapStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas
index 79eb48429..62f45a5f8 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanning.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas
index 632a708a4..e174995f3 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas
index e23d1635d..e31c5b30a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas
index 2fa7c9914..5e6ae06b6 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/TripPlanning/TripPlanningStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas
index 81e20782f..d5c48c2cb 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfo.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas
index bbef8cddf..68eea8987 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas
index 1b2149eea..ae5f6d399 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas
index 0fd0d88fa..ed096d508 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/UserWPTInfo/UserWPTInfoStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas
index af5577b62..224770876 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/Utility.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas
index 1e68409f7..d083a114b 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas
index 060368eb2..4a8063a03 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas
index 06992cda8..36f08d41d 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/Utility/UtilityStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas
index fb7e6e7f2..d29b1e61b 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfo.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas
index 6abd0e258..e23a620d4 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas
index 6ea2f79e1..45c765588 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas
index 75864c0e7..6d2a04e7a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/VORInfo/VORInfoStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntry.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntry.nas
index 71732981d..556e13bc0 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntry.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntry.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryController.nas
index f269ea432..1414d8562 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryOptions.nas
index b10a9ff0a..a8c5ef5d7 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryStyles.nas
index 98ee135f1..1de09414d 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WaypointEntry/WaypointEntryStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas
index f6a1075e3..0f8cd3806 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLink.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas
index 853447ffc..a6388387f 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas
index 9cec8dea2..58404ebff 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas
index 7d858a578..6f9051d8c 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/WeatherDataLink/WeatherDataLinkStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas
index 7f8836088..9ba7b36af 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfo.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas
index f0585c08d..ecf1b944d 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas
index cdea052f9..c64daf196 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas
index ad7d1e955..c7bc9baab 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMInfo/XMInfoStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas
index 2b9b85a95..988707fa5 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadio.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas
index 67c2b29b0..b9067533a 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioController.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas
index 09760164d..444668a24 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioOptions.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas
index 31fd2b038..0c7bd5c31 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/XMRadio/XMRadioStyles.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.
diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/PFD.nas b/Aircraft/Instruments-3d/FG1000/Nasal/PFD.nas
index 9f668267a..7d9f6e6ac 100644
--- a/Aircraft/Instruments-3d/FG1000/Nasal/PFD.nas
+++ b/Aircraft/Instruments-3d/FG1000/Nasal/PFD.nas
@@ -1,7 +1,7 @@
 # Copyright 2018 Stuart Buchanan
 # This file is part of FlightGear.
 #
-# Foobar is free software: you can redistribute it and/or modify
+# FlightGear 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.