]> git.mxchange.org Git - flightgear.git/commitdiff
Add missing GPL boilerplate.
authorJames Turner <zakalawe@mac.com>
Sat, 7 Mar 2015 23:52:03 +0000 (23:52 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 8 Mar 2015 00:42:39 +0000 (00:42 +0000)
src/GUI/AirportDiagram.cxx
src/GUI/AirportDiagram.hxx
src/GUI/EditRatingsFilterDialog.cxx
src/GUI/EditRatingsFilterDialog.hxx
src/GUI/QtLauncher.cxx
src/GUI/QtLauncher.hxx
src/GUI/SetupRootDialog.cxx
src/GUI/SetupRootDialog.hxx

index 68acba52fda23d31b99ca375782f8cb84aa483e6..46b3c207938783583916d8bacc45a6bd1e11eb62 100644 (file)
@@ -1,3 +1,23 @@
+// AirportDiagram.cxx - part of GUI launcher using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 #include "AirportDiagram.hxx"
 
 #include <QPainter>
@@ -41,7 +61,7 @@ void AirportDiagram::setAirport(FGAirportRef apt)
         buildTaxiways();
         buildPavements();
     }
-    
+
     update();
 }
 
index d6802e5553074a5098416d373a162d7b2f9a46d4..7343bb24cfa8982f4992a7b6d82f688c0f4063cf 100644 (file)
@@ -1,3 +1,23 @@
+// AirportDiagram.hxx - part of GUI launcher using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 #include <QWidget>
 #include <QPainterPath>
 
@@ -37,7 +57,7 @@ private:
         int widthM;
         FGRunwayRef runway;
     };
-    
+
     QList<RunwayData> m_runways;
 
     struct TaxiwayData {
index f6b5bd14481e2161e54c368aaf9bd29466302b2f..66f77a32bbb0d0a156427337cb61a6476e5b22f3 100644 (file)
@@ -1,3 +1,23 @@
+// EditEatingsFilterDialog.cxx - part of GUI launcher using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 #include "EditRatingsFilterDialog.hxx"
 #include "ui_EditRatingsFilterDialog.h"
 
index 0e0faf4678056df7e9a4eef92afa152ca5672cfe..a73f513d7cd82bbafc2480c16b31d1f875c84534 100644 (file)
@@ -1,3 +1,23 @@
+// EditEatingsFilterDialog.hxx - part of GUI launcher using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 #ifndef EDITRATINGSFILTERDIALOG_HXX
 #define EDITRATINGSFILTERDIALOG_HXX
 
index 88d1727c36c06b28b263974a85b98754f21217bf..2d1f167ebde1bdf3ee7ba636df5620a47fb29e93 100644 (file)
@@ -1,3 +1,23 @@
+// QtLauncher.cxx - GUI launcher dialog using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 #include "QtLauncher.hxx"
 
 // Qt
index 8ee46203597d07a1b33dbc2dd84264e3cf9c82b8..c8cd53a535c6832a7189672eaeb3fa9f469c642d 100644 (file)
@@ -1,3 +1,25 @@
+// QtLauncher.hxx - GUI launcher dialog using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+#ifndef FG_QTLAUNCHER_HXX
+#define FG_QTLAUNCHER_HXX
 
 #include <QDialog>
 #include <QScopedPointer>
@@ -79,3 +101,5 @@ private:
 
     int m_ratingFilters[4];
 };
+
+#endif // of FG_QTLAUNCHER_HXX
index fd3ee5b5859ec4ac08527f3149433b1462717cb9..f82b526992d23a78470c4eb780059c2e9019c653 100644 (file)
@@ -1,3 +1,23 @@
+// SetupRootDialog.cxx - part of GUI launcher using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index ba677dc268115823f776c80a66f6a4fcf8568769..9d01b724741b9148daf9a651bfd826d7834ad06e 100644 (file)
@@ -1,3 +1,22 @@
+// SetupRootDialog.hxx - part of GUI launcher using Qt5
+//
+// Written by James Turner, started December 2014.
+//
+// Copyright (C) 2014 James Turner <zakalawe@mac.com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #include <QDialog>
 #include <QScopedPointer>