From 18aeb9a03415ccee6eaaa92ce10c7f5f06e86e1b Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Wed, 18 May 2016 16:30:50 +0200 Subject: [PATCH] Add missing license headers --- samples/weatherdata/weatherdataprinter.cpp | 14 +++++++++++--- samples/weatherdata/weatherdataprinter.h | 2 +- src/blackgui/components/hotkeydialog.cpp | 9 +++++++++ .../components/settingssimulatorcomponent.cpp | 9 +++++++++ src/blackgui/models/actionitem.cpp | 8 ++++++++ src/blackgui/pluginconfigwindow.cpp | 9 +++++++++ .../xplaneconfig/simulatorxplaneconfig.cpp | 9 +++++++++ .../xplaneconfig/simulatorxplaneconfigwindow.cpp | 9 +++++++++ 8 files changed, 65 insertions(+), 4 deletions(-) diff --git a/samples/weatherdata/weatherdataprinter.cpp b/samples/weatherdata/weatherdataprinter.cpp index c3629d4fc..08ab8b037 100644 --- a/samples/weatherdata/weatherdataprinter.cpp +++ b/samples/weatherdata/weatherdataprinter.cpp @@ -1,10 +1,18 @@ +/* Copyright (C) 2016 + * swift Project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ +//! \file +//! \ingroup sampleweatherdata + #include "weatherdataprinter.h" #include "blackmisc/logmessage.h" #include -//! \file -//! \ingroup sampleweatherdata - using namespace BlackMisc; using namespace BlackMisc::Weather; using namespace BlackMisc::Geo; diff --git a/samples/weatherdata/weatherdataprinter.h b/samples/weatherdata/weatherdataprinter.h index 5ecd3b1e1..8419e942f 100644 --- a/samples/weatherdata/weatherdataprinter.h +++ b/samples/weatherdata/weatherdataprinter.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 +/* Copyright (C) 2016 * swift Project Community / Contributors * * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level diff --git a/src/blackgui/components/hotkeydialog.cpp b/src/blackgui/components/hotkeydialog.cpp index 642b0284e..3fa6b7151 100644 --- a/src/blackgui/components/hotkeydialog.cpp +++ b/src/blackgui/components/hotkeydialog.cpp @@ -1,3 +1,12 @@ +/* Copyright (C) 2014 + * swift project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ + #include "blackcore/inputmanager.h" #include "blackgui/components/hotkeydialog.h" #include "blackgui/guiapplication.h" diff --git a/src/blackgui/components/settingssimulatorcomponent.cpp b/src/blackgui/components/settingssimulatorcomponent.cpp index eaaf94dbc..69c0633d2 100644 --- a/src/blackgui/components/settingssimulatorcomponent.cpp +++ b/src/blackgui/components/settingssimulatorcomponent.cpp @@ -1,3 +1,12 @@ +/* Copyright (C) 2013 + * swift project Community / Contributors + * + * This file is part of swift Project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ + #include "blackcore/contextapplication.h" #include "blackcore/contextsimulator.h" #include "blackcore/pluginmanagersimulator.h" diff --git a/src/blackgui/models/actionitem.cpp b/src/blackgui/models/actionitem.cpp index 8ed7d7982..a42c4e5ed 100644 --- a/src/blackgui/models/actionitem.cpp +++ b/src/blackgui/models/actionitem.cpp @@ -1,3 +1,11 @@ +/* Copyright (C) 2015 + * swift project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ #include "blackgui/models/actionitem.h" diff --git a/src/blackgui/pluginconfigwindow.cpp b/src/blackgui/pluginconfigwindow.cpp index 820d86c71..34536eba5 100644 --- a/src/blackgui/pluginconfigwindow.cpp +++ b/src/blackgui/pluginconfigwindow.cpp @@ -1,3 +1,12 @@ +/* Copyright (C) 2015 + * swift project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ + #include "blackgui/pluginconfigwindow.h" #include diff --git a/src/plugins/simulator/xplaneconfig/simulatorxplaneconfig.cpp b/src/plugins/simulator/xplaneconfig/simulatorxplaneconfig.cpp index bdcd5a88a..e17d85870 100644 --- a/src/plugins/simulator/xplaneconfig/simulatorxplaneconfig.cpp +++ b/src/plugins/simulator/xplaneconfig/simulatorxplaneconfig.cpp @@ -1,3 +1,12 @@ +/* Copyright (C) 2015 + * swift project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ + #include "simulatorxplaneconfig.h" #include "simulatorxplaneconfigwindow.h" diff --git a/src/plugins/simulator/xplaneconfig/simulatorxplaneconfigwindow.cpp b/src/plugins/simulator/xplaneconfig/simulatorxplaneconfigwindow.cpp index 9002cf1bd..b9038000f 100644 --- a/src/plugins/simulator/xplaneconfig/simulatorxplaneconfigwindow.cpp +++ b/src/plugins/simulator/xplaneconfig/simulatorxplaneconfigwindow.cpp @@ -1,3 +1,12 @@ +/* Copyright (C) 2015 + * swift project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ + #include "simulatorxplaneconfigwindow.h" #include "ui_simulatorxplaneconfigwindow.h" #include "blackmisc/dbusserver.h"