mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_COMMAND_H
|
||||
#define BLACKSIM_XSWIFTBUS_COMMAND_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_COMMAND_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_COMMAND_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_CONFIG_H
|
||||
#define BLACKSIM_XSWIFTBUS_CONFIG_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_CONFIG_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_CONFIG_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DATAREFS_H
|
||||
#define BLACKSIM_XSWIFTBUS_DATAREFS_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DATAREFS_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DATAREFS_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DBUSASYNCCALLBACKS_H
|
||||
#define BLACKSIM_XSWIFTBUS_DBUSASYNCCALLBACKS_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DBUSASYNCCALLBACKS_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DBUSASYNCCALLBACKS_H
|
||||
|
||||
#include <dbus/dbus.h>
|
||||
#include <functional>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DBUSCONNECTION_H
|
||||
#define BLACKSIM_XSWIFTBUS_DBUSCONNECTION_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DBUSCONNECTION_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DBUSCONNECTION_H
|
||||
|
||||
#include "dbusmessage.h"
|
||||
#include "dbuserror.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DBUSDISPATCHER_H
|
||||
#define BLACKSIM_XSWIFTBUS_DBUSDISPATCHER_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DBUSDISPATCHER_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DBUSDISPATCHER_H
|
||||
|
||||
#include "dbuscallbacks.h"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DBUSERROR_H
|
||||
#define BLACKSIM_XSWIFTBUS_DBUSERROR_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DBUSERROR_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DBUSERROR_H
|
||||
|
||||
#include <dbus/dbus.h>
|
||||
#include <string>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DBUSMESSAGE_H
|
||||
#define BLACKSIM_XSWIFTBUS_DBUSMESSAGE_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DBUSMESSAGE_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DBUSMESSAGE_H
|
||||
|
||||
#include "dbus/dbus.h"
|
||||
#include <string>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DBUSOBJECT_H
|
||||
#define BLACKSIM_XSWIFTBUS_DBUSOBJECT_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DBUSOBJECT_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DBUSOBJECT_H
|
||||
|
||||
#include "dbusconnection.h"
|
||||
#include "settings.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DBUSSERVER_H
|
||||
#define BLACKSIM_XSWIFTBUS_DBUSSERVER_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DBUSSERVER_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DBUSSERVER_H
|
||||
|
||||
#include "dbusmessage.h"
|
||||
#include "dbuserror.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_DRAWABLE_H
|
||||
#define BLACKSIM_XSWIFTBUS_DRAWABLE_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_DRAWABLE_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_DRAWABLE_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_MENUS_H
|
||||
#define BLACKSIM_XSWIFTBUS_MENUS_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_MENUS_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_MENUS_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_MESSAGES_H
|
||||
#define BLACKSIM_XSWIFTBUS_MESSAGES_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_MESSAGES_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_MESSAGES_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_NAVDATAREFERENCE_H
|
||||
#define BLACKSIM_XSWIFTBUS_NAVDATAREFERENCE_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_NAVDATAREFERENCE_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_NAVDATAREFERENCE_H
|
||||
|
||||
namespace XSwiftBus
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_PLUGIN_H
|
||||
#define BLACKSIM_XSWIFTBUS_PLUGIN_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_PLUGIN_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_PLUGIN_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_SERVICE_H
|
||||
#define BLACKSIM_XSWIFTBUS_SERVICE_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_SERVICE_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_SERVICE_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKMISC_XSWIFTBUS_CSETTINGS_H
|
||||
#define BLACKMISC_XSWIFTBUS_CSETTINGS_H
|
||||
#ifndef SWIFT_MISC_XSWIFTBUS_CSETTINGS_H
|
||||
#define SWIFT_MISC_XSWIFTBUS_CSETTINGS_H
|
||||
|
||||
#include "misc/simulation/settings/xswiftbussettingsqtfree.h"
|
||||
#include "config.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_ELEVATIONPROVIDER_H
|
||||
#define BLACKSIM_XSWIFTBUS_ELEVATIONPROVIDER_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_ELEVATIONPROVIDER_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_ELEVATIONPROVIDER_H
|
||||
|
||||
#include <XPLM/XPLMScenery.h>
|
||||
#include <string>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_TRAFFIC_H
|
||||
#define BLACKSIM_XSWIFTBUS_TRAFFIC_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_TRAFFIC_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_TRAFFIC_H
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKSIM_XSWIFTBUS_UTILS_H
|
||||
#define BLACKSIM_XSWIFTBUS_UTILS_H
|
||||
#ifndef SWIFT_SIM_XSWIFTBUS_UTILS_H
|
||||
#define SWIFT_SIM_XSWIFTBUS_UTILS_H
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user