From cea5ee0c9f573bc600619d1586af6068dbd4df8a Mon Sep 17 00:00:00 2001 From: Holden Date: Fri, 20 Sep 2024 10:59:19 -0400 Subject: [PATCH] Tools: Create File Header Updater Tool --- src/ADSB/ADSB.h | 9 +++ src/ADSB/ADSBTCPLink.cc | 2 +- src/ADSB/ADSBTCPLink.h | 2 +- src/ADSB/ADSBVehicle.cc | 2 +- src/ADSB/ADSBVehicle.h | 2 +- src/ADSB/ADSBVehicleManager.cc | 2 +- src/ADSB/ADSBVehicleManager.h | 2 +- src/API/QGCCorePlugin.cc | 2 +- src/API/QGCCorePlugin.h | 2 +- src/API/QGCOptions.cc | 2 +- src/API/QGCOptions.h | 2 +- src/API/QGCSettings.cc | 2 +- src/API/QGCSettings.h | 2 +- src/API/QmlComponentInfo.cc | 2 +- src/API/QmlComponentInfo.h | 2 +- src/AirLink/AirLinkManager.cc | 2 +- src/AirLink/AirLinkManager.h | 2 +- src/AirLink/AirlinkLink.cc | 9 +++ src/AirLink/AirlinkLink.h | 9 +++ src/AnalyzeView/ExifParser.cc | 9 +++ src/AnalyzeView/ExifParser.h | 9 +++ src/AnalyzeView/GeoTagController.cc | 2 +- src/AnalyzeView/GeoTagController.h | 2 +- src/AnalyzeView/GeoTagWorker.cc | 2 +- src/AnalyzeView/GeoTagWorker.h | 2 +- src/AnalyzeView/LogDownloadController.cc | 2 +- src/AnalyzeView/LogDownloadController.h | 2 +- src/AnalyzeView/LogEntry.cc | 2 +- src/AnalyzeView/LogEntry.h | 2 +- src/AnalyzeView/MAVLinkChartController.cc | 2 +- src/AnalyzeView/MAVLinkChartController.h | 2 +- src/AnalyzeView/MAVLinkConsoleController.cc | 2 +- src/AnalyzeView/MAVLinkConsoleController.h | 2 +- src/AnalyzeView/MAVLinkInspectorController.cc | 2 +- src/AnalyzeView/MAVLinkInspectorController.h | 2 +- src/AnalyzeView/MAVLinkMessage.cc | 2 +- src/AnalyzeView/MAVLinkMessage.h | 2 +- src/AnalyzeView/MAVLinkMessageField.cc | 2 +- src/AnalyzeView/MAVLinkMessageField.h | 2 +- src/AnalyzeView/MAVLinkSystem.cc | 2 +- src/AnalyzeView/MAVLinkSystem.h | 2 +- src/AnalyzeView/PX4LogParser.cc | 9 +++ src/AnalyzeView/PX4LogParser.h | 9 +++ src/AnalyzeView/ULogParser.cc | 9 +++ src/AnalyzeView/ULogParser.h | 9 +++ src/Audio/AudioOutput.cc | 2 +- src/Audio/AudioOutput.h | 2 +- .../APM/APMAirframeComponent.cc | 2 +- .../APM/APMAirframeComponent.h | 2 +- .../APM/APMAirframeComponentController.cc | 2 +- .../APM/APMAirframeComponentController.h | 2 +- .../APM/APMAutoPilotPlugin.cc | 2 +- src/AutoPilotPlugins/APM/APMAutoPilotPlugin.h | 2 +- .../APM/APMCameraComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMCameraComponent.h | 2 +- .../APM/APMFlightModesComponent.cc | 2 +- .../APM/APMFlightModesComponent.h | 2 +- .../APM/APMFlightModesComponentController.cc | 2 +- .../APM/APMFlightModesComponentController.h | 2 +- .../APM/APMFollowComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMFollowComponent.h | 2 +- .../APM/APMFollowComponentController.cc | 2 +- .../APM/APMFollowComponentController.h | 2 +- src/AutoPilotPlugins/APM/APMHeliComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMHeliComponent.h | 2 +- .../APM/APMLightsComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMLightsComponent.h | 2 +- src/AutoPilotPlugins/APM/APMMotorComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMMotorComponent.h | 2 +- src/AutoPilotPlugins/APM/APMPowerComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMPowerComponent.h | 2 +- src/AutoPilotPlugins/APM/APMRadioComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMRadioComponent.h | 2 +- .../APM/APMRemoteSupportComponent.cc | 2 +- .../APM/APMRemoteSupportComponent.h | 2 +- .../APM/APMSafetyComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMSafetyComponent.h | 2 +- .../APM/APMSensorsComponent.cc | 2 +- .../APM/APMSensorsComponent.h | 2 +- .../APM/APMSensorsComponentController.cc | 2 +- .../APM/APMSensorsComponentController.h | 2 +- .../APM/APMSubFrameComponent.cc | 2 +- .../APM/APMSubFrameComponent.h | 2 +- .../APM/APMSubMotorComponentController.cc | 2 +- .../APM/APMSubMotorComponentController.h | 2 +- .../APM/APMTuningComponent.cc | 2 +- src/AutoPilotPlugins/APM/APMTuningComponent.h | 2 +- src/AutoPilotPlugins/AutoPilotPlugin.cc | 2 +- src/AutoPilotPlugins/AutoPilotPlugin.h | 2 +- .../Common/ESP8266Component.cc | 2 +- .../Common/ESP8266Component.h | 2 +- .../Common/ESP8266ComponentController.cc | 2 +- .../Common/ESP8266ComponentController.h | 2 +- src/AutoPilotPlugins/Common/MotorComponent.cc | 2 +- src/AutoPilotPlugins/Common/MotorComponent.h | 2 +- .../Common/RadioComponentController.cc | 2 +- .../Common/RadioComponentController.h | 2 +- .../Common/SyslinkComponent.cc | 2 +- .../Common/SyslinkComponent.h | 2 +- .../Common/SyslinkComponentController.cc | 2 +- .../Common/SyslinkComponentController.h | 2 +- .../Generic/GenericAutoPilotPlugin.cc | 2 +- .../Generic/GenericAutoPilotPlugin.h | 2 +- src/AutoPilotPlugins/PX4/ActuatorComponent.cc | 2 +- src/AutoPilotPlugins/PX4/ActuatorComponent.h | 2 +- src/AutoPilotPlugins/PX4/AirframeComponent.cc | 2 +- src/AutoPilotPlugins/PX4/AirframeComponent.h | 2 +- .../PX4/AirframeComponentAirframes.cc | 2 +- .../PX4/AirframeComponentAirframes.h | 2 +- .../PX4/AirframeComponentController.cc | 2 +- .../PX4/AirframeComponentController.h | 2 +- src/AutoPilotPlugins/PX4/CameraComponent.cc | 2 +- src/AutoPilotPlugins/PX4/CameraComponent.h | 2 +- .../PX4/FlightModesComponent.cc | 2 +- .../PX4/FlightModesComponent.h | 2 +- src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc | 2 +- src/AutoPilotPlugins/PX4/PX4AirframeLoader.h | 2 +- .../PX4/PX4AutoPilotPlugin.cc | 2 +- src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.h | 2 +- src/AutoPilotPlugins/PX4/PX4FlightBehavior.cc | 2 +- src/AutoPilotPlugins/PX4/PX4FlightBehavior.h | 2 +- src/AutoPilotPlugins/PX4/PX4RadioComponent.cc | 2 +- src/AutoPilotPlugins/PX4/PX4RadioComponent.h | 2 +- .../PX4/PX4SimpleFlightModesController.cc | 2 +- .../PX4/PX4SimpleFlightModesController.h | 2 +- .../PX4/PX4TuningComponent.cc | 2 +- src/AutoPilotPlugins/PX4/PX4TuningComponent.h | 2 +- src/AutoPilotPlugins/PX4/PowerComponent.cc | 2 +- src/AutoPilotPlugins/PX4/PowerComponent.h | 2 +- .../PX4/PowerComponentController.cc | 2 +- .../PX4/PowerComponentController.h | 2 +- src/AutoPilotPlugins/PX4/SafetyComponent.cc | 2 +- src/AutoPilotPlugins/PX4/SafetyComponent.h | 2 +- src/AutoPilotPlugins/PX4/SensorsComponent.cc | 2 +- src/AutoPilotPlugins/PX4/SensorsComponent.h | 2 +- .../PX4/SensorsComponentController.cc | 2 +- .../PX4/SensorsComponentController.h | 2 +- src/Camera/VehicleCameraControl.cc | 9 +++ src/CmdLineOptParser.cc | 2 +- src/CmdLineOptParser.h | 2 +- src/Comms/BluetoothLink.cc | 2 +- src/Comms/BluetoothLink.h | 2 +- src/Comms/LinkConfiguration.cc | 2 +- src/Comms/LinkConfiguration.h | 2 +- src/Comms/LinkInterface.cc | 2 +- src/Comms/LinkInterface.h | 2 +- src/Comms/LinkManager.cc | 2 +- src/Comms/LinkManager.h | 2 +- src/Comms/LogReplayLink.cc | 2 +- src/Comms/LogReplayLink.h | 2 +- src/Comms/MAVLinkProtocol.cc | 2 +- src/Comms/MAVLinkProtocol.h | 2 +- src/Comms/MockLink/MockLink.cc | 2 +- src/Comms/MockLink/MockLink.h | 2 +- src/Comms/MockLink/MockLinkFTP.cc | 2 +- src/Comms/MockLink/MockLinkFTP.h | 2 +- .../MockLink/MockLinkMissionItemHandler.cc | 2 +- .../MockLink/MockLinkMissionItemHandler.h | 2 +- src/Comms/QGCSerialPortInfo.cc | 2 +- src/Comms/QGCSerialPortInfo.h | 2 +- src/Comms/SerialLink.cc | 2 +- src/Comms/SerialLink.h | 2 +- src/Comms/TCPLink.cc | 2 +- src/Comms/TCPLink.h | 2 +- src/Comms/UDPLink.cc | 2 +- src/Comms/UDPLink.h | 2 +- src/Comms/UdpIODevice.cc | 2 +- src/Comms/UdpIODevice.h | 2 +- src/FactSystem/Fact.cc | 2 +- src/FactSystem/Fact.h | 2 +- .../FactControls/FactPanelController.cc | 2 +- .../FactControls/FactPanelController.h | 2 +- src/FactSystem/FactGroup.cc | 2 +- src/FactSystem/FactGroup.h | 2 +- src/FactSystem/FactMetaData.cc | 2 +- src/FactSystem/FactMetaData.h | 2 +- src/FactSystem/FactValueSliderListModel.cc | 2 +- src/FactSystem/FactValueSliderListModel.h | 2 +- src/FactSystem/ParameterManager.cc | 2 +- src/FactSystem/ParameterManager.h | 2 +- src/FactSystem/SettingsFact.cc | 2 +- src/FactSystem/SettingsFact.h | 2 +- src/FirmwarePlugin/APM/APMFirmwarePlugin.cc | 2 +- src/FirmwarePlugin/APM/APMFirmwarePlugin.h | 2 +- .../APM/APMFirmwarePluginFactory.cc | 2 +- .../APM/APMFirmwarePluginFactory.h | 2 +- .../APM/APMParameterMetaData.cc | 2 +- src/FirmwarePlugin/APM/APMParameterMetaData.h | 2 +- .../APM/ArduCopterFirmwarePlugin.cc | 2 +- .../APM/ArduCopterFirmwarePlugin.h | 2 +- .../APM/ArduPlaneFirmwarePlugin.cc | 2 +- .../APM/ArduPlaneFirmwarePlugin.h | 2 +- .../APM/ArduRoverFirmwarePlugin.cc | 2 +- .../APM/ArduRoverFirmwarePlugin.h | 2 +- .../APM/ArduSubFirmwarePlugin.cc | 9 +++ .../APM/ArduSubFirmwarePlugin.h | 9 +++ src/FirmwarePlugin/CameraMetaData.cc | 2 +- src/FirmwarePlugin/CameraMetaData.h | 2 +- src/FirmwarePlugin/FirmwarePlugin.cc | 2 +- src/FirmwarePlugin/FirmwarePlugin.h | 2 +- src/FirmwarePlugin/FirmwarePluginFactory.cc | 2 +- src/FirmwarePlugin/FirmwarePluginFactory.h | 2 +- src/FirmwarePlugin/FirmwarePluginManager.cc | 2 +- src/FirmwarePlugin/FirmwarePluginManager.h | 2 +- src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc | 2 +- src/FirmwarePlugin/PX4/PX4FirmwarePlugin.h | 2 +- .../PX4/PX4FirmwarePluginFactory.cc | 2 +- .../PX4/PX4FirmwarePluginFactory.h | 2 +- .../PX4/PX4ParameterMetaData.cc | 2 +- src/FirmwarePlugin/PX4/PX4ParameterMetaData.h | 2 +- src/FirmwarePlugin/PX4/px4_custom_mode.h | 9 +++ src/FollowMe/FollowMe.cc | 2 +- src/FollowMe/FollowMe.h | 2 +- src/GPS/GPSManager.cc | 2 +- src/GPS/GPSManager.h | 2 +- src/GPS/GPSProvider.cc | 2 +- src/GPS/GPSProvider.h | 2 +- src/GPS/RTCMMavlink.cc | 2 +- src/GPS/RTCMMavlink.h | 2 +- src/GPS/definitions.h | 9 +++ src/GPS/satellite_info.h | 9 +++ src/GPS/sensor_gnss_relative.h | 9 +++ src/GPS/sensor_gps.h | 9 +++ src/Geo/QGCGeo.cc | 2 +- src/Geo/QGCGeo.h | 2 +- src/Joystick/Joystick.cc | 2 +- src/Joystick/Joystick.h | 2 +- src/Joystick/JoystickAndroid.cc | 9 +++ src/Joystick/JoystickAndroid.h | 9 +++ src/Joystick/JoystickManager.cc | 2 +- src/Joystick/JoystickManager.h | 2 +- src/Joystick/JoystickSDL.cc | 9 +++ src/Joystick/JoystickSDL.h | 2 +- src/MAVLink/ImageProtocolManager.cc | 2 +- src/MAVLink/ImageProtocolManager.h | 2 +- src/MAVLink/LibEvents/EventHandler.cc | 2 +- src/MAVLink/LibEvents/EventHandler.h | 2 +- .../LibEvents/HealthAndArmingCheckReport.cc | 2 +- .../LibEvents/HealthAndArmingCheckReport.h | 2 +- src/MAVLink/LibEvents/libevents_includes.h | 2 +- src/MAVLink/LibEvents/logging.cpp | 2 +- src/MAVLink/MAVLinkFTP.cc | 2 +- src/MAVLink/MAVLinkFTP.h | 2 +- src/MAVLink/MAVLinkLib.h | 9 +++ src/MAVLink/MAVLinkSigning.cc | 9 +++ src/MAVLink/MAVLinkSigning.h | 9 +++ src/MAVLink/MAVLinkStreamConfig.cc | 2 +- src/MAVLink/MAVLinkStreamConfig.h | 2 +- src/MAVLink/QGCMAVLink.cc | 2 +- src/MAVLink/QGCMAVLink.h | 2 +- src/MAVLink/StatusTextHandler.cc | 9 +++ src/MAVLink/StatusTextHandler.h | 9 +++ src/MAVLink/SysStatusSensorInfo.cc | 2 +- src/MAVLink/SysStatusSensorInfo.h | 2 +- src/MissionManager/BlankPlanCreator.cc | 2 +- src/MissionManager/BlankPlanCreator.h | 2 +- src/MissionManager/CameraCalc.cc | 2 +- src/MissionManager/CameraCalc.h | 2 +- src/MissionManager/CameraSection.cc | 2 +- src/MissionManager/CameraSection.h | 2 +- src/MissionManager/CameraSpec.cc | 2 +- src/MissionManager/CameraSpec.h | 2 +- src/MissionManager/ComplexMissionItem.cc | 2 +- src/MissionManager/ComplexMissionItem.h | 2 +- src/MissionManager/CorridorScanComplexItem.cc | 2 +- src/MissionManager/CorridorScanComplexItem.h | 2 +- src/MissionManager/CorridorScanPlanCreator.cc | 2 +- src/MissionManager/CorridorScanPlanCreator.h | 2 +- .../FixedWingLandingComplexItem.cc | 2 +- .../FixedWingLandingComplexItem.h | 2 +- src/MissionManager/GeoFenceController.cc | 2 +- src/MissionManager/GeoFenceController.h | 2 +- src/MissionManager/GeoFenceManager.cc | 2 +- src/MissionManager/GeoFenceManager.h | 2 +- src/MissionManager/KMLPlanDomDocument.cc | 2 +- src/MissionManager/KMLPlanDomDocument.h | 2 +- src/MissionManager/LandingComplexItem.cc | 2 +- src/MissionManager/LandingComplexItem.h | 2 +- src/MissionManager/MissionCommandList.cc | 2 +- src/MissionManager/MissionCommandList.h | 2 +- src/MissionManager/MissionCommandTree.cc | 2 +- src/MissionManager/MissionCommandTree.h | 2 +- src/MissionManager/MissionCommandUIInfo.cc | 2 +- src/MissionManager/MissionCommandUIInfo.h | 2 +- src/MissionManager/MissionController.cc | 2 +- src/MissionManager/MissionController.h | 2 +- src/MissionManager/MissionItem.cc | 2 +- src/MissionManager/MissionItem.h | 2 +- src/MissionManager/MissionManager.cc | 2 +- src/MissionManager/MissionManager.h | 2 +- src/MissionManager/MissionSettingsItem.cc | 2 +- src/MissionManager/MissionSettingsItem.h | 2 +- src/MissionManager/PlanCreator.cc | 2 +- src/MissionManager/PlanCreator.h | 2 +- src/MissionManager/PlanElementController.cc | 2 +- src/MissionManager/PlanElementController.h | 2 +- src/MissionManager/PlanManager.cc | 2 +- src/MissionManager/PlanManager.h | 2 +- src/MissionManager/PlanMasterController.cc | 2 +- src/MissionManager/PlanMasterController.h | 2 +- src/MissionManager/RallyPoint.cc | 2 +- src/MissionManager/RallyPoint.h | 2 +- src/MissionManager/RallyPointController.cc | 2 +- src/MissionManager/RallyPointController.h | 2 +- src/MissionManager/RallyPointManager.cc | 2 +- src/MissionManager/RallyPointManager.h | 2 +- src/MissionManager/Section.h | 2 +- src/MissionManager/SimpleMissionItem.cc | 2 +- src/MissionManager/SimpleMissionItem.h | 2 +- src/MissionManager/SpeedSection.cc | 2 +- src/MissionManager/SpeedSection.h | 2 +- .../StructureScanComplexItem.cc | 2 +- src/MissionManager/StructureScanComplexItem.h | 2 +- .../StructureScanPlanCreator.cc | 2 +- src/MissionManager/StructureScanPlanCreator.h | 2 +- src/MissionManager/SurveyComplexItem.cc | 2 +- src/MissionManager/SurveyComplexItem.h | 2 +- src/MissionManager/SurveyPlanCreator.cc | 2 +- src/MissionManager/SurveyPlanCreator.h | 2 +- src/MissionManager/TakeoffMissionItem.cc | 2 +- src/MissionManager/TakeoffMissionItem.h | 2 +- .../TransectStyleComplexItem.cc | 2 +- src/MissionManager/TransectStyleComplexItem.h | 2 +- src/MissionManager/VTOLLandingComplexItem.cc | 2 +- src/MissionManager/VTOLLandingComplexItem.h | 2 +- src/MissionManager/VisualMissionItem.cc | 2 +- src/MissionManager/VisualMissionItem.h | 2 +- src/PositionManager/PositionManager.cpp | 2 +- src/PositionManager/PositionManager.h | 2 +- src/PositionManager/SimulatedPosition.cc | 2 +- src/PositionManager/SimulatedPosition.h | 2 +- src/QGCApplication.cc | 2 +- src/QGCApplication.h | 2 +- src/QGCConfig.h | 9 +++ src/QGCToolbox.cc | 2 +- src/QGCToolbox.h | 2 +- src/QmlControls/AppMessages.cc | 2 +- src/QmlControls/AppMessages.h | 2 +- src/QmlControls/CustomAction.cc | 9 +++ src/QmlControls/CustomAction.h | 2 +- src/QmlControls/CustomActionManager.cc | 2 +- src/QmlControls/CustomActionManager.h | 2 +- .../EditPositionDialogController.cc | 2 +- .../EditPositionDialogController.h | 2 +- src/QmlControls/FactValueGrid.cc | 2 +- src/QmlControls/FactValueGrid.h | 2 +- src/QmlControls/FlightPathSegment.cc | 2 +- src/QmlControls/FlightPathSegment.h | 2 +- src/QmlControls/HorizontalFactValueGrid.cc | 2 +- src/QmlControls/HorizontalFactValueGrid.h | 2 +- src/QmlControls/InstrumentValueData.cc | 2 +- src/QmlControls/InstrumentValueData.h | 2 +- src/QmlControls/ParameterEditorController.cc | 2 +- src/QmlControls/ParameterEditorController.h | 2 +- src/QmlControls/QGCFenceCircle.cc | 2 +- src/QmlControls/QGCFenceCircle.h | 2 +- src/QmlControls/QGCFencePolygon.cc | 2 +- src/QmlControls/QGCFencePolygon.h | 2 +- src/QmlControls/QGCFileDialogController.cc | 2 +- src/QmlControls/QGCFileDialogController.h | 2 +- src/QmlControls/QGCGeoBoundingCube.cc | 2 +- src/QmlControls/QGCGeoBoundingCube.h | 2 +- src/QmlControls/QGCImageProvider.cc | 2 +- src/QmlControls/QGCImageProvider.h | 2 +- src/QmlControls/QGCMapCircle.cc | 2 +- src/QmlControls/QGCMapCircle.h | 2 +- src/QmlControls/QGCMapPalette.cc | 2 +- src/QmlControls/QGCMapPalette.h | 2 +- src/QmlControls/QGCMapPolygon.cc | 2 +- src/QmlControls/QGCMapPolygon.h | 2 +- src/QmlControls/QGCMapPolyline.cc | 2 +- src/QmlControls/QGCMapPolyline.h | 2 +- src/QmlControls/QGCPalette.cc | 2 +- src/QmlControls/QGCPalette.h | 2 +- src/QmlControls/QGCQGeoCoordinate.cc | 2 +- src/QmlControls/QGCQGeoCoordinate.h | 2 +- src/QmlControls/QGroundControlQmlGlobal.cc | 2 +- src/QmlControls/QGroundControlQmlGlobal.h | 2 +- src/QmlControls/QmlObjectListModel.cc | 2 +- src/QmlControls/QmlObjectListModel.h | 2 +- src/QmlControls/QmlUnitsConversion.h | 2 +- src/QmlControls/RCChannelMonitorController.cc | 2 +- src/QmlControls/RCChannelMonitorController.h | 2 +- src/QmlControls/RCToParamDialogController.cc | 2 +- src/QmlControls/RCToParamDialogController.h | 2 +- src/QmlControls/ScreenToolsController.cc | 2 +- src/QmlControls/ScreenToolsController.h | 2 +- src/QmlControls/TerrainProfile.cc | 2 +- src/QmlControls/TerrainProfile.h | 2 +- src/QmlControls/ToolStripAction.cc | 2 +- src/QmlControls/ToolStripAction.h | 2 +- src/QmlControls/ToolStripActionList.cc | 2 +- src/QmlControls/ToolStripActionList.h | 2 +- .../Providers/BingMapProvider.cpp | 2 +- .../Providers/BingMapProvider.h | 2 +- .../Providers/ElevationMapProvider.cpp | 2 +- .../Providers/ElevationMapProvider.h | 9 +++ .../Providers/EsriMapProvider.cpp | 2 +- .../Providers/EsriMapProvider.h | 2 +- .../Providers/GenericMapProvider.cpp | 2 +- .../Providers/GenericMapProvider.h | 2 +- .../Providers/GoogleMapProvider.cpp | 2 +- .../Providers/GoogleMapProvider.h | 2 +- .../Providers/MapProvider.cpp | 2 +- src/QtLocationPlugin/Providers/MapProvider.h | 2 +- .../Providers/MapboxMapProvider.cpp | 9 +++ .../Providers/MapboxMapProvider.h | 2 +- src/QtLocationPlugin/QGCCacheTile.h | 9 +++ src/QtLocationPlugin/QGCCachedTileSet.cpp | 2 +- src/QtLocationPlugin/QGCCachedTileSet.h | 2 +- src/QtLocationPlugin/QGCMapEngine.cpp | 2 +- src/QtLocationPlugin/QGCMapEngine.h | 2 +- src/QtLocationPlugin/QGCMapTasks.h | 2 +- src/QtLocationPlugin/QGCMapUrlEngine.cpp | 2 +- src/QtLocationPlugin/QGCMapUrlEngine.h | 2 +- src/QtLocationPlugin/QGCTile.h | 9 +++ src/QtLocationPlugin/QGCTileCacheWorker.cpp | 2 +- src/QtLocationPlugin/QGCTileCacheWorker.h | 2 +- src/QtLocationPlugin/QGCTileSet.h | 9 +++ src/QtLocationPlugin/QGeoFileTileCacheQGC.cpp | 9 +++ src/QtLocationPlugin/QGeoFileTileCacheQGC.h | 9 +++ src/QtLocationPlugin/QGeoMapReplyQGC.cpp | 9 +++ src/QtLocationPlugin/QGeoMapReplyQGC.h | 9 +++ .../QGeoServiceProviderPluginQGC.cpp | 9 +++ .../QGeoServiceProviderPluginQGC.h | 9 +++ src/QtLocationPlugin/QGeoTileFetcherQGC.cpp | 9 +++ src/QtLocationPlugin/QGeoTileFetcherQGC.h | 9 +++ src/QtLocationPlugin/QGeoTiledMapQGC.cpp | 9 +++ src/QtLocationPlugin/QGeoTiledMapQGC.h | 9 +++ .../QGeoTiledMappingManagerEngineQGC.cpp | 9 +++ .../QGeoTiledMappingManagerEngineQGC.h | 9 +++ .../QMLControl/QGCMapEngineManager.cc | 2 +- .../QMLControl/QGCMapEngineManager.h | 2 +- src/RunGuard.cc | 2 +- src/RunGuard.h | 2 +- src/Settings/ADSBVehicleManagerSettings.cc | 2 +- src/Settings/ADSBVehicleManagerSettings.h | 2 +- src/Settings/APMMavlinkStreamRateSettings.cc | 2 +- src/Settings/APMMavlinkStreamRateSettings.h | 2 +- src/Settings/AppSettings.cc | 2 +- src/Settings/AppSettings.h | 2 +- src/Settings/AutoConnectSettings.cc | 2 +- src/Settings/AutoConnectSettings.h | 2 +- src/Settings/BatteryIndicatorSettings.cc | 2 +- src/Settings/BatteryIndicatorSettings.h | 2 +- src/Settings/BrandImageSettings.cc | 2 +- src/Settings/BrandImageSettings.h | 2 +- src/Settings/CustomMavlinkActionsSettings.cc | 2 +- src/Settings/CustomMavlinkActionsSettings.h | 2 +- src/Settings/FirmwareUpgradeSettings.cc | 2 +- src/Settings/FirmwareUpgradeSettings.h | 2 +- src/Settings/FlightMapSettings.cc | 2 +- src/Settings/FlightMapSettings.h | 2 +- src/Settings/FlightModeSettings.cc | 2 +- src/Settings/FlightModeSettings.h | 2 +- src/Settings/FlyViewSettings.cc | 2 +- src/Settings/FlyViewSettings.h | 2 +- src/Settings/MapsSettings.cc | 2 +- src/Settings/MapsSettings.h | 2 +- src/Settings/OfflineMapsSettings.cc | 2 +- src/Settings/OfflineMapsSettings.h | 2 +- src/Settings/PlanViewSettings.cc | 2 +- src/Settings/PlanViewSettings.h | 2 +- src/Settings/RTKSettings.cc | 2 +- src/Settings/RTKSettings.h | 2 +- src/Settings/RemoteIDSettings.cc | 2 +- src/Settings/RemoteIDSettings.h | 2 +- src/Settings/SettingsGroup.cc | 2 +- src/Settings/SettingsGroup.h | 2 +- src/Settings/SettingsManager.cc | 2 +- src/Settings/SettingsManager.h | 2 +- src/Settings/UnitsSettings.cc | 2 +- src/Settings/UnitsSettings.h | 2 +- src/Settings/VideoDecoderOptions.h | 2 +- src/Settings/VideoSettings.cc | 2 +- src/Settings/VideoSettings.h | 2 +- src/Settings/Viewer3DSettings.cc | 2 +- src/Settings/Viewer3DSettings.h | 2 +- src/Terrain/TerrainQuery.cc | 2 +- src/Terrain/TerrainQuery.h | 2 +- src/Terrain/TerrainQueryAirMap.cc | 2 +- src/Terrain/TerrainQueryAirMap.h | 2 +- src/Terrain/TerrainQueryInterface.cc | 2 +- src/Terrain/TerrainQueryInterface.h | 9 +++ src/Terrain/TerrainTile.cc | 2 +- src/Terrain/TerrainTile.h | 9 +++ src/Terrain/TerrainTileCopernicus.cc | 2 +- src/Terrain/TerrainTileCopernicus.h | 9 +++ src/Terrain/TerrainTileManager.cc | 2 +- src/Terrain/TerrainTileManager.h | 2 +- src/UTMSP/UTMSPAircraft.cpp | 2 +- src/UTMSP/UTMSPAircraft.h | 2 +- src/UTMSP/UTMSPAuthorization.cpp | 2 +- src/UTMSP/UTMSPAuthorization.h | 2 +- src/UTMSP/UTMSPBlenderRestInterface.cpp | 2 +- src/UTMSP/UTMSPBlenderRestInterface.h | 2 +- src/UTMSP/UTMSPFlightDetails.cpp | 2 +- src/UTMSP/UTMSPFlightDetails.h | 2 +- src/UTMSP/UTMSPFlightPlanManager.cpp | 2 +- src/UTMSP/UTMSPFlightPlanManager.h | 2 +- src/UTMSP/UTMSPLogger.h | 2 +- src/UTMSP/UTMSPManager.cpp | 2 +- src/UTMSP/UTMSPManager.h | 2 +- src/UTMSP/UTMSPNetworkRemoteIDManager.cpp | 2 +- src/UTMSP/UTMSPNetworkRemoteIDManager.h | 2 +- src/UTMSP/UTMSPOperator.cpp | 2 +- src/UTMSP/UTMSPOperator.h | 2 +- src/UTMSP/UTMSPRestInterface.cpp | 2 +- src/UTMSP/UTMSPRestInterface.h | 2 +- src/UTMSP/UTMSPServiceController.cpp | 2 +- src/UTMSP/UTMSPServiceController.h | 2 +- src/UTMSP/UTMSPVehicle.cpp | 2 +- src/UTMSP/UTMSPVehicle.h | 2 +- src/UTMSP/services/dispatcher.h | 2 +- src/Utilities/Compression/QGCLZMA.cc | 2 +- src/Utilities/Compression/QGCLZMA.h | 2 +- src/Utilities/Compression/QGCZlib.cc | 2 +- src/Utilities/Compression/QGCZlib.h | 2 +- src/Utilities/DeviceInfo.cc | 9 +++ src/Utilities/DeviceInfo.h | 9 +++ src/Utilities/JsonHelper.cc | 2 +- src/Utilities/JsonHelper.h | 2 +- src/Utilities/KMLDomDocument.cc | 2 +- src/Utilities/KMLDomDocument.h | 2 +- src/Utilities/KMLHelper.cc | 2 +- src/Utilities/KMLHelper.h | 2 +- src/Utilities/MobileScreenMgr.cc | 2 +- src/Utilities/MobileScreenMgr.h | 2 +- src/Utilities/QGC.cc | 2 +- src/Utilities/QGC.h | 2 +- src/Utilities/QGCCachedFileDownload.cc | 2 +- src/Utilities/QGCCachedFileDownload.h | 2 +- src/Utilities/QGCFileDownload.cc | 2 +- src/Utilities/QGCFileDownload.h | 2 +- src/Utilities/QGCLoggingCategory.cc | 2 +- src/Utilities/QGCLoggingCategory.h | 2 +- src/Utilities/QGCTemporaryFile.cc | 2 +- src/Utilities/QGCTemporaryFile.h | 2 +- src/Utilities/SHPFileHelper.cc | 2 +- src/Utilities/SHPFileHelper.h | 2 +- src/Utilities/ShapeFileHelper.cc | 2 +- src/Utilities/ShapeFileHelper.h | 2 +- src/Utilities/StateMachine.cc | 2 +- src/Utilities/StateMachine.h | 2 +- src/Vehicle/Actuators/ActuatorActions.cc | 2 +- src/Vehicle/Actuators/ActuatorActions.h | 2 +- src/Vehicle/Actuators/ActuatorOutputs.cc | 2 +- src/Vehicle/Actuators/ActuatorOutputs.h | 2 +- src/Vehicle/Actuators/ActuatorTesting.cc | 2 +- src/Vehicle/Actuators/ActuatorTesting.h | 2 +- src/Vehicle/Actuators/Actuators.cc | 2 +- src/Vehicle/Actuators/Actuators.h | 2 +- src/Vehicle/Actuators/Common.cc | 2 +- src/Vehicle/Actuators/Common.h | 2 +- src/Vehicle/Actuators/GeometryImage.cc | 2 +- src/Vehicle/Actuators/GeometryImage.h | 2 +- src/Vehicle/Actuators/Mixer.cc | 2 +- src/Vehicle/Actuators/Mixer.h | 2 +- src/Vehicle/Actuators/MotorAssignment.cc | 2 +- src/Vehicle/Actuators/MotorAssignment.h | 2 +- src/Vehicle/Autotune.cpp | 2 +- src/Vehicle/Autotune.h | 2 +- src/Vehicle/Components/CompInfo.cc | 2 +- src/Vehicle/Components/CompInfo.h | 2 +- src/Vehicle/Components/CompInfoActuators.cc | 2 +- src/Vehicle/Components/CompInfoActuators.h | 2 +- src/Vehicle/Components/CompInfoEvents.cc | 2 +- src/Vehicle/Components/CompInfoEvents.h | 2 +- src/Vehicle/Components/CompInfoGeneral.cc | 2 +- src/Vehicle/Components/CompInfoGeneral.h | 2 +- src/Vehicle/Components/CompInfoParam.cc | 2 +- src/Vehicle/Components/CompInfoParam.h | 2 +- .../Components/ComponentInformationCache.cc | 2 +- .../Components/ComponentInformationCache.h | 2 +- .../Components/ComponentInformationManager.cc | 2 +- .../Components/ComponentInformationManager.h | 2 +- .../ComponentInformationTranslation.cc | 2 +- .../ComponentInformationTranslation.h | 2 +- src/Vehicle/FTPManager.cc | 2 +- src/Vehicle/FTPManager.h | 2 +- src/Vehicle/FactGroups/GPSRTKFactGroup.cc | 2 +- src/Vehicle/FactGroups/GPSRTKFactGroup.h | 2 +- src/Vehicle/FactGroups/TerrainFactGroup.cc | 2 +- src/Vehicle/FactGroups/TerrainFactGroup.h | 2 +- .../FactGroups/VehicleBatteryFactGroup.cc | 2 +- .../FactGroups/VehicleBatteryFactGroup.h | 2 +- .../FactGroups/VehicleClockFactGroup.cc | 2 +- .../FactGroups/VehicleClockFactGroup.h | 2 +- .../VehicleDistanceSensorFactGroup.cc | 2 +- .../VehicleDistanceSensorFactGroup.h | 2 +- src/Vehicle/FactGroups/VehicleEFIFactGroup.cc | 9 +++ src/Vehicle/FactGroups/VehicleEFIFactGroup.h | 9 +++ .../FactGroups/VehicleEscStatusFactGroup.cc | 2 +- .../FactGroups/VehicleEscStatusFactGroup.h | 2 +- .../VehicleEstimatorStatusFactGroup.cc | 2 +- .../VehicleEstimatorStatusFactGroup.h | 2 +- src/Vehicle/FactGroups/VehicleFactGroup.cc | 2 +- src/Vehicle/FactGroups/VehicleFactGroup.h | 2 +- .../FactGroups/VehicleGPS2FactGroup.cc | 2 +- src/Vehicle/FactGroups/VehicleGPS2FactGroup.h | 2 +- src/Vehicle/FactGroups/VehicleGPSFactGroup.cc | 2 +- src/Vehicle/FactGroups/VehicleGPSFactGroup.h | 2 +- .../FactGroups/VehicleGeneratorFactGroup.cc | 9 +++ .../FactGroups/VehicleGeneratorFactGroup.h | 9 +++ .../FactGroups/VehicleHygrometerFactGroup.cc | 2 +- .../FactGroups/VehicleHygrometerFactGroup.h | 2 +- .../VehicleLocalPositionFactGroup.cc | 2 +- .../VehicleLocalPositionFactGroup.h | 2 +- .../VehicleLocalPositionSetpointFactGroup.cc | 2 +- .../VehicleLocalPositionSetpointFactGroup.h | 2 +- .../FactGroups/VehicleSetpointFactGroup.cc | 2 +- .../FactGroups/VehicleSetpointFactGroup.h | 2 +- .../FactGroups/VehicleTemperatureFactGroup.cc | 2 +- .../FactGroups/VehicleTemperatureFactGroup.h | 2 +- .../FactGroups/VehicleVibrationFactGroup.cc | 2 +- .../FactGroups/VehicleVibrationFactGroup.h | 2 +- .../FactGroups/VehicleWindFactGroup.cc | 2 +- src/Vehicle/FactGroups/VehicleWindFactGroup.h | 2 +- src/Vehicle/InitialConnectStateMachine.cc | 2 +- src/Vehicle/InitialConnectStateMachine.h | 2 +- src/Vehicle/MAVLinkLogManager.cc | 2 +- src/Vehicle/MAVLinkLogManager.h | 2 +- src/Vehicle/MultiVehicleManager.cc | 2 +- src/Vehicle/MultiVehicleManager.h | 2 +- src/Vehicle/RemoteIDManager.cc | 2 +- src/Vehicle/RemoteIDManager.h | 2 +- src/Vehicle/StandardModes.cc | 2 +- src/Vehicle/StandardModes.h | 2 +- src/Vehicle/TerrainProtocolHandler.cc | 2 +- src/Vehicle/TerrainProtocolHandler.h | 2 +- src/Vehicle/TrajectoryPoints.cc | 2 +- src/Vehicle/TrajectoryPoints.h | 2 +- src/Vehicle/Vehicle.cc | 2 +- src/Vehicle/Vehicle.h | 2 +- src/Vehicle/VehicleLinkManager.cc | 2 +- src/Vehicle/VehicleLinkManager.h | 2 +- src/Vehicle/VehicleObjectAvoidance.cc | 2 +- src/Vehicle/VehicleObjectAvoidance.h | 2 +- src/VehicleSetup/Bootloader.cc | 2 +- src/VehicleSetup/Bootloader.h | 2 +- src/VehicleSetup/FirmwareImage.cc | 2 +- src/VehicleSetup/FirmwareImage.h | 2 +- src/VehicleSetup/FirmwareUpgradeController.cc | 2 +- src/VehicleSetup/FirmwareUpgradeController.h | 2 +- src/VehicleSetup/JoystickConfigController.cc | 2 +- src/VehicleSetup/JoystickConfigController.h | 2 +- src/VehicleSetup/PX4FirmwareUpgradeThread.cc | 2 +- src/VehicleSetup/PX4FirmwareUpgradeThread.h | 2 +- src/VehicleSetup/VehicleComponent.cc | 2 +- src/VehicleSetup/VehicleComponent.h | 2 +- src/VideoManager/SubtitleWriter.cc | 2 +- src/VideoManager/SubtitleWriter.h | 2 +- src/VideoManager/VideoManager.cc | 2 +- src/VideoManager/VideoManager.h | 2 +- .../VideoReceiver/GStreamer/GLVideoItemStub.h | 9 +++ .../VideoReceiver/GStreamer/GStreamer.cc | 2 +- .../VideoReceiver/GStreamer/GStreamer.h | 9 +++ .../GStreamer/GstVideoReceiver.cc | 2 +- .../GStreamer/GstVideoReceiver.h | 2 +- .../VideoReceiver/GStreamer/gst_ios_init.h | 9 +++ .../GStreamer/gstqml6gl/qt6/gstplugin.cc | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqml6glsink.cc | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqml6glsink.h | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqsg6glnode.cc | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqsg6glnode.h | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqt6element.cc | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqt6elements.h | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqt6gl.h | 9 +++ .../gstqml6gl/qt6/gstqt6glutility.cc | 9 +++ .../GStreamer/gstqml6gl/qt6/gstqt6glutility.h | 9 +++ .../GStreamer/gstqml6gl/qt6/qt6glitem.cc | 9 +++ .../GStreamer/gstqml6gl/qt6/qt6glitem.h | 9 +++ .../QtMultimedia/QtMultimediaReceiver.cc | 9 +++ .../QtMultimedia/QtMultimediaReceiver.h | 9 +++ .../VideoReceiver/QtMultimedia/UVCReceiver.cc | 9 +++ .../VideoReceiver/QtMultimedia/UVCReceiver.h | 9 +++ .../VideoReceiver/VideoReceiver.h | 2 +- src/Viewer3D/CityMapGeometry.cc | 9 +++ src/Viewer3D/CityMapGeometry.h | 9 +++ src/Viewer3D/OsmParser.cc | 9 +++ src/Viewer3D/OsmParser.h | 9 +++ src/Viewer3D/OsmParserThread.cc | 9 +++ src/Viewer3D/OsmParserThread.h | 9 +++ src/Viewer3D/Viewer3DManager.cc | 9 +++ src/Viewer3D/Viewer3DManager.h | 9 +++ src/Viewer3D/Viewer3DQmlBackend.cc | 9 +++ src/Viewer3D/Viewer3DQmlBackend.h | 9 +++ src/Viewer3D/Viewer3DQmlVariableTypes.h | 9 +++ src/Viewer3D/Viewer3DTerrainGeometry.cc | 9 +++ src/Viewer3D/Viewer3DTerrainGeometry.h | 9 +++ src/Viewer3D/Viewer3DTerrainTexture.cc | 9 +++ src/Viewer3D/Viewer3DTerrainTexture.h | 9 +++ src/Viewer3D/Viewer3DTileQuery.cc | 9 +++ src/Viewer3D/Viewer3DTileQuery.h | 9 +++ src/Viewer3D/Viewer3DTileReply.cc | 9 +++ src/Viewer3D/Viewer3DTileReply.h | 9 +++ src/Viewer3D/Viewer3DUtils.cc | 9 +++ src/Viewer3D/Viewer3DUtils.h | 9 +++ src/main.cc | 2 +- src/pch.h | 9 +++ tools/HeaderUpdater.py | 58 +++++++++++++++++++ 701 files changed, 1510 insertions(+), 606 deletions(-) create mode 100644 tools/HeaderUpdater.py diff --git a/src/ADSB/ADSB.h b/src/ADSB/ADSB.h index 048bbee5108..b533ee70138 100644 --- a/src/ADSB/ADSB.h +++ b/src/ADSB/ADSB.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/ADSB/ADSBTCPLink.cc b/src/ADSB/ADSBTCPLink.cc index bbe31a09dff..022ad81fd62 100644 --- a/src/ADSB/ADSBTCPLink.cc +++ b/src/ADSB/ADSBTCPLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/ADSB/ADSBTCPLink.h b/src/ADSB/ADSBTCPLink.h index d33fe66a47e..e4681adf5a3 100644 --- a/src/ADSB/ADSBTCPLink.h +++ b/src/ADSB/ADSBTCPLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/ADSB/ADSBVehicle.cc b/src/ADSB/ADSBVehicle.cc index 830da714243..b17ab35e534 100644 --- a/src/ADSB/ADSBVehicle.cc +++ b/src/ADSB/ADSBVehicle.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/ADSB/ADSBVehicle.h b/src/ADSB/ADSBVehicle.h index 5be40e004f1..2633e95da18 100644 --- a/src/ADSB/ADSBVehicle.h +++ b/src/ADSB/ADSBVehicle.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/ADSB/ADSBVehicleManager.cc b/src/ADSB/ADSBVehicleManager.cc index 1fb18aa726f..503d52c9c3e 100644 --- a/src/ADSB/ADSBVehicleManager.cc +++ b/src/ADSB/ADSBVehicleManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/ADSB/ADSBVehicleManager.h b/src/ADSB/ADSBVehicleManager.h index 767e1c4a586..4f6b9118ad0 100644 --- a/src/ADSB/ADSBVehicleManager.h +++ b/src/ADSB/ADSBVehicleManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QGCCorePlugin.cc b/src/API/QGCCorePlugin.cc index 870b2fcc43e..a338135f1fe 100644 --- a/src/API/QGCCorePlugin.cc +++ b/src/API/QGCCorePlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QGCCorePlugin.h b/src/API/QGCCorePlugin.h index 50336331982..9255cbd4672 100644 --- a/src/API/QGCCorePlugin.h +++ b/src/API/QGCCorePlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QGCOptions.cc b/src/API/QGCOptions.cc index 67c9a73c5df..7d240d8061b 100644 --- a/src/API/QGCOptions.cc +++ b/src/API/QGCOptions.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QGCOptions.h b/src/API/QGCOptions.h index d678f768e8a..719250dd75f 100644 --- a/src/API/QGCOptions.h +++ b/src/API/QGCOptions.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QGCSettings.cc b/src/API/QGCSettings.cc index c296d64e137..d396c900031 100644 --- a/src/API/QGCSettings.cc +++ b/src/API/QGCSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QGCSettings.h b/src/API/QGCSettings.h index e170096952c..f979edc5873 100644 --- a/src/API/QGCSettings.h +++ b/src/API/QGCSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QmlComponentInfo.cc b/src/API/QmlComponentInfo.cc index 35bb33c2ef3..2f7e83b785f 100644 --- a/src/API/QmlComponentInfo.cc +++ b/src/API/QmlComponentInfo.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/API/QmlComponentInfo.h b/src/API/QmlComponentInfo.h index 62362daff05..fadf2288a06 100644 --- a/src/API/QmlComponentInfo.h +++ b/src/API/QmlComponentInfo.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AirLink/AirLinkManager.cc b/src/AirLink/AirLinkManager.cc index 75b4cf1fe45..76c38895810 100644 --- a/src/AirLink/AirLinkManager.cc +++ b/src/AirLink/AirLinkManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AirLink/AirLinkManager.h b/src/AirLink/AirLinkManager.h index 2b83ded0465..0b18dcf1abf 100644 --- a/src/AirLink/AirLinkManager.h +++ b/src/AirLink/AirLinkManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AirLink/AirlinkLink.cc b/src/AirLink/AirlinkLink.cc index aefc1c11470..6d6ffff151f 100644 --- a/src/AirLink/AirlinkLink.cc +++ b/src/AirLink/AirlinkLink.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "AirlinkLink.h" #include "AirLinkManager.h" #include "QGCApplication.h" diff --git a/src/AirLink/AirlinkLink.h b/src/AirLink/AirlinkLink.h index 44eca662316..2291fbcedaa 100644 --- a/src/AirLink/AirlinkLink.h +++ b/src/AirLink/AirlinkLink.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/AnalyzeView/ExifParser.cc b/src/AnalyzeView/ExifParser.cc index f2a2f9f0876..16b9d07f157 100644 --- a/src/AnalyzeView/ExifParser.cc +++ b/src/AnalyzeView/ExifParser.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "ExifParser.h" #include "QGCLoggingCategory.h" diff --git a/src/AnalyzeView/ExifParser.h b/src/AnalyzeView/ExifParser.h index 10bc94bb6a6..9df657f1ec2 100644 --- a/src/AnalyzeView/ExifParser.h +++ b/src/AnalyzeView/ExifParser.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/AnalyzeView/GeoTagController.cc b/src/AnalyzeView/GeoTagController.cc index a0457163ce5..da32c74ac37 100644 --- a/src/AnalyzeView/GeoTagController.cc +++ b/src/AnalyzeView/GeoTagController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/GeoTagController.h b/src/AnalyzeView/GeoTagController.h index b1e5acfc793..2311c282678 100644 --- a/src/AnalyzeView/GeoTagController.h +++ b/src/AnalyzeView/GeoTagController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/GeoTagWorker.cc b/src/AnalyzeView/GeoTagWorker.cc index ea9fb951539..91aecb614ed 100644 --- a/src/AnalyzeView/GeoTagWorker.cc +++ b/src/AnalyzeView/GeoTagWorker.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/GeoTagWorker.h b/src/AnalyzeView/GeoTagWorker.h index 4ce94d190fa..0889828edc4 100644 --- a/src/AnalyzeView/GeoTagWorker.h +++ b/src/AnalyzeView/GeoTagWorker.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/LogDownloadController.cc b/src/AnalyzeView/LogDownloadController.cc index 4535a09753e..1070cffd449 100644 --- a/src/AnalyzeView/LogDownloadController.cc +++ b/src/AnalyzeView/LogDownloadController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/LogDownloadController.h b/src/AnalyzeView/LogDownloadController.h index 98c4afd4dbb..228b036a630 100644 --- a/src/AnalyzeView/LogDownloadController.h +++ b/src/AnalyzeView/LogDownloadController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/LogEntry.cc b/src/AnalyzeView/LogEntry.cc index 05234a69517..7e76e1cb0db 100644 --- a/src/AnalyzeView/LogEntry.cc +++ b/src/AnalyzeView/LogEntry.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/LogEntry.h b/src/AnalyzeView/LogEntry.h index fa5cdf1416f..34dc46d137f 100644 --- a/src/AnalyzeView/LogEntry.h +++ b/src/AnalyzeView/LogEntry.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkChartController.cc b/src/AnalyzeView/MAVLinkChartController.cc index 289be4102c6..ff9fa29e6ae 100644 --- a/src/AnalyzeView/MAVLinkChartController.cc +++ b/src/AnalyzeView/MAVLinkChartController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkChartController.h b/src/AnalyzeView/MAVLinkChartController.h index 1f3e8d2ad18..38425fab4c9 100644 --- a/src/AnalyzeView/MAVLinkChartController.h +++ b/src/AnalyzeView/MAVLinkChartController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkConsoleController.cc b/src/AnalyzeView/MAVLinkConsoleController.cc index 3d7fdc4a5c8..13e73e3d481 100644 --- a/src/AnalyzeView/MAVLinkConsoleController.cc +++ b/src/AnalyzeView/MAVLinkConsoleController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2017 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkConsoleController.h b/src/AnalyzeView/MAVLinkConsoleController.h index 6af03062ccb..533360c7be8 100644 --- a/src/AnalyzeView/MAVLinkConsoleController.h +++ b/src/AnalyzeView/MAVLinkConsoleController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2017 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkInspectorController.cc b/src/AnalyzeView/MAVLinkInspectorController.cc index a40c9815820..290da65c7a6 100644 --- a/src/AnalyzeView/MAVLinkInspectorController.cc +++ b/src/AnalyzeView/MAVLinkInspectorController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkInspectorController.h b/src/AnalyzeView/MAVLinkInspectorController.h index 664ce041eac..61dbd060211 100644 --- a/src/AnalyzeView/MAVLinkInspectorController.h +++ b/src/AnalyzeView/MAVLinkInspectorController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkMessage.cc b/src/AnalyzeView/MAVLinkMessage.cc index ed9eff2f963..421087743d5 100644 --- a/src/AnalyzeView/MAVLinkMessage.cc +++ b/src/AnalyzeView/MAVLinkMessage.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkMessage.h b/src/AnalyzeView/MAVLinkMessage.h index dd5b258e393..795c2636b22 100644 --- a/src/AnalyzeView/MAVLinkMessage.h +++ b/src/AnalyzeView/MAVLinkMessage.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkMessageField.cc b/src/AnalyzeView/MAVLinkMessageField.cc index 3c4285c5c6b..e464721a302 100644 --- a/src/AnalyzeView/MAVLinkMessageField.cc +++ b/src/AnalyzeView/MAVLinkMessageField.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkMessageField.h b/src/AnalyzeView/MAVLinkMessageField.h index 38530195074..d9626b1de29 100644 --- a/src/AnalyzeView/MAVLinkMessageField.h +++ b/src/AnalyzeView/MAVLinkMessageField.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkSystem.cc b/src/AnalyzeView/MAVLinkSystem.cc index 7167c1bd80a..7f87daa40cd 100644 --- a/src/AnalyzeView/MAVLinkSystem.cc +++ b/src/AnalyzeView/MAVLinkSystem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/MAVLinkSystem.h b/src/AnalyzeView/MAVLinkSystem.h index 4f01710cbdf..5abffe91c6e 100644 --- a/src/AnalyzeView/MAVLinkSystem.h +++ b/src/AnalyzeView/MAVLinkSystem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AnalyzeView/PX4LogParser.cc b/src/AnalyzeView/PX4LogParser.cc index f59e76bd06c..12ef498e267 100644 --- a/src/AnalyzeView/PX4LogParser.cc +++ b/src/AnalyzeView/PX4LogParser.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "PX4LogParser.h" #include "QGCLoggingCategory.h" diff --git a/src/AnalyzeView/PX4LogParser.h b/src/AnalyzeView/PX4LogParser.h index 4d37a84c40a..ede7dc1d402 100644 --- a/src/AnalyzeView/PX4LogParser.h +++ b/src/AnalyzeView/PX4LogParser.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/AnalyzeView/ULogParser.cc b/src/AnalyzeView/ULogParser.cc index 1398a2760ba..fde59160397 100644 --- a/src/AnalyzeView/ULogParser.cc +++ b/src/AnalyzeView/ULogParser.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "ULogParser.h" #include "QGCLoggingCategory.h" diff --git a/src/AnalyzeView/ULogParser.h b/src/AnalyzeView/ULogParser.h index d69da61f691..5006e88f164 100644 --- a/src/AnalyzeView/ULogParser.h +++ b/src/AnalyzeView/ULogParser.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Audio/AudioOutput.cc b/src/Audio/AudioOutput.cc index 53e5c5cbdec..3f46ebf947e 100644 --- a/src/Audio/AudioOutput.cc +++ b/src/Audio/AudioOutput.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Audio/AudioOutput.h b/src/Audio/AudioOutput.h index 8cba3758558..2df907e715c 100644 --- a/src/Audio/AudioOutput.h +++ b/src/Audio/AudioOutput.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMAirframeComponent.cc b/src/AutoPilotPlugins/APM/APMAirframeComponent.cc index 12d7134b0b8..c4fe7bfa0da 100644 --- a/src/AutoPilotPlugins/APM/APMAirframeComponent.cc +++ b/src/AutoPilotPlugins/APM/APMAirframeComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMAirframeComponent.h b/src/AutoPilotPlugins/APM/APMAirframeComponent.h index a02efbaf480..0377c33b8d4 100644 --- a/src/AutoPilotPlugins/APM/APMAirframeComponent.h +++ b/src/AutoPilotPlugins/APM/APMAirframeComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc b/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc index 1ceafd5169c..767bbf37bea 100644 --- a/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc +++ b/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMAirframeComponentController.h b/src/AutoPilotPlugins/APM/APMAirframeComponentController.h index 874b79fc1aa..d0b0f2a6dba 100644 --- a/src/AutoPilotPlugins/APM/APMAirframeComponentController.h +++ b/src/AutoPilotPlugins/APM/APMAirframeComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc b/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc index 9ee688a589b..434f54fc15a 100644 --- a/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc +++ b/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.h b/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.h index ce804e4d5b3..4c2fbe80532 100644 --- a/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.h +++ b/src/AutoPilotPlugins/APM/APMAutoPilotPlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMCameraComponent.cc b/src/AutoPilotPlugins/APM/APMCameraComponent.cc index 7f004375b1a..86bcc988a39 100644 --- a/src/AutoPilotPlugins/APM/APMCameraComponent.cc +++ b/src/AutoPilotPlugins/APM/APMCameraComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMCameraComponent.h b/src/AutoPilotPlugins/APM/APMCameraComponent.h index 829c24498de..1762eb46161 100644 --- a/src/AutoPilotPlugins/APM/APMCameraComponent.h +++ b/src/AutoPilotPlugins/APM/APMCameraComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFlightModesComponent.cc b/src/AutoPilotPlugins/APM/APMFlightModesComponent.cc index ab6ba76383e..ba01b2e7497 100644 --- a/src/AutoPilotPlugins/APM/APMFlightModesComponent.cc +++ b/src/AutoPilotPlugins/APM/APMFlightModesComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFlightModesComponent.h b/src/AutoPilotPlugins/APM/APMFlightModesComponent.h index 8773a92bca7..9bc3bbdf1d3 100644 --- a/src/AutoPilotPlugins/APM/APMFlightModesComponent.h +++ b/src/AutoPilotPlugins/APM/APMFlightModesComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFlightModesComponentController.cc b/src/AutoPilotPlugins/APM/APMFlightModesComponentController.cc index 6c827e07b16..395bb3f72e3 100644 --- a/src/AutoPilotPlugins/APM/APMFlightModesComponentController.cc +++ b/src/AutoPilotPlugins/APM/APMFlightModesComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFlightModesComponentController.h b/src/AutoPilotPlugins/APM/APMFlightModesComponentController.h index e62ce145be6..69108ccc606 100644 --- a/src/AutoPilotPlugins/APM/APMFlightModesComponentController.h +++ b/src/AutoPilotPlugins/APM/APMFlightModesComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFollowComponent.cc b/src/AutoPilotPlugins/APM/APMFollowComponent.cc index 6e04a3215dd..84252df6d4e 100644 --- a/src/AutoPilotPlugins/APM/APMFollowComponent.cc +++ b/src/AutoPilotPlugins/APM/APMFollowComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFollowComponent.h b/src/AutoPilotPlugins/APM/APMFollowComponent.h index e2e4aea1fa1..d514815e1bc 100644 --- a/src/AutoPilotPlugins/APM/APMFollowComponent.h +++ b/src/AutoPilotPlugins/APM/APMFollowComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFollowComponentController.cc b/src/AutoPilotPlugins/APM/APMFollowComponentController.cc index 06a1925fc25..7dc49a83469 100644 --- a/src/AutoPilotPlugins/APM/APMFollowComponentController.cc +++ b/src/AutoPilotPlugins/APM/APMFollowComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMFollowComponentController.h b/src/AutoPilotPlugins/APM/APMFollowComponentController.h index ade59c00c6d..dc65681e942 100644 --- a/src/AutoPilotPlugins/APM/APMFollowComponentController.h +++ b/src/AutoPilotPlugins/APM/APMFollowComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMHeliComponent.cc b/src/AutoPilotPlugins/APM/APMHeliComponent.cc index 98802510ae9..8df450d1694 100644 --- a/src/AutoPilotPlugins/APM/APMHeliComponent.cc +++ b/src/AutoPilotPlugins/APM/APMHeliComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMHeliComponent.h b/src/AutoPilotPlugins/APM/APMHeliComponent.h index 0dd3e349a94..afe27140a24 100644 --- a/src/AutoPilotPlugins/APM/APMHeliComponent.h +++ b/src/AutoPilotPlugins/APM/APMHeliComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMLightsComponent.cc b/src/AutoPilotPlugins/APM/APMLightsComponent.cc index 92d31967591..b1ef2965829 100644 --- a/src/AutoPilotPlugins/APM/APMLightsComponent.cc +++ b/src/AutoPilotPlugins/APM/APMLightsComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMLightsComponent.h b/src/AutoPilotPlugins/APM/APMLightsComponent.h index 542a4f9f285..ab181bb8148 100644 --- a/src/AutoPilotPlugins/APM/APMLightsComponent.h +++ b/src/AutoPilotPlugins/APM/APMLightsComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMMotorComponent.cc b/src/AutoPilotPlugins/APM/APMMotorComponent.cc index e4cba167469..e86f492707b 100644 --- a/src/AutoPilotPlugins/APM/APMMotorComponent.cc +++ b/src/AutoPilotPlugins/APM/APMMotorComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMMotorComponent.h b/src/AutoPilotPlugins/APM/APMMotorComponent.h index d807591c2d4..2b13f74db25 100644 --- a/src/AutoPilotPlugins/APM/APMMotorComponent.h +++ b/src/AutoPilotPlugins/APM/APMMotorComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMPowerComponent.cc b/src/AutoPilotPlugins/APM/APMPowerComponent.cc index 652803aab0c..f336f3c441f 100644 --- a/src/AutoPilotPlugins/APM/APMPowerComponent.cc +++ b/src/AutoPilotPlugins/APM/APMPowerComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMPowerComponent.h b/src/AutoPilotPlugins/APM/APMPowerComponent.h index af7e09d158c..b9907e24610 100644 --- a/src/AutoPilotPlugins/APM/APMPowerComponent.h +++ b/src/AutoPilotPlugins/APM/APMPowerComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMRadioComponent.cc b/src/AutoPilotPlugins/APM/APMRadioComponent.cc index bf2a3bb868f..10efb162e35 100644 --- a/src/AutoPilotPlugins/APM/APMRadioComponent.cc +++ b/src/AutoPilotPlugins/APM/APMRadioComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMRadioComponent.h b/src/AutoPilotPlugins/APM/APMRadioComponent.h index e08a9b80f5e..affe4e79929 100644 --- a/src/AutoPilotPlugins/APM/APMRadioComponent.h +++ b/src/AutoPilotPlugins/APM/APMRadioComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.cc b/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.cc index ab68e602590..ab73fd4579c 100644 --- a/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.cc +++ b/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.h b/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.h index 01890f3d75b..01d8efe2163 100644 --- a/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.h +++ b/src/AutoPilotPlugins/APM/APMRemoteSupportComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSafetyComponent.cc b/src/AutoPilotPlugins/APM/APMSafetyComponent.cc index 30784e3f6ca..ba509956476 100644 --- a/src/AutoPilotPlugins/APM/APMSafetyComponent.cc +++ b/src/AutoPilotPlugins/APM/APMSafetyComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSafetyComponent.h b/src/AutoPilotPlugins/APM/APMSafetyComponent.h index 8ea1933038e..de42538c138 100644 --- a/src/AutoPilotPlugins/APM/APMSafetyComponent.h +++ b/src/AutoPilotPlugins/APM/APMSafetyComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSensorsComponent.cc b/src/AutoPilotPlugins/APM/APMSensorsComponent.cc index bc411935a29..7454eeb8781 100644 --- a/src/AutoPilotPlugins/APM/APMSensorsComponent.cc +++ b/src/AutoPilotPlugins/APM/APMSensorsComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSensorsComponent.h b/src/AutoPilotPlugins/APM/APMSensorsComponent.h index 66ce15e412c..4a78e1218a8 100644 --- a/src/AutoPilotPlugins/APM/APMSensorsComponent.h +++ b/src/AutoPilotPlugins/APM/APMSensorsComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSensorsComponentController.cc b/src/AutoPilotPlugins/APM/APMSensorsComponentController.cc index 7163fb9d1da..a59852f2cb0 100644 --- a/src/AutoPilotPlugins/APM/APMSensorsComponentController.cc +++ b/src/AutoPilotPlugins/APM/APMSensorsComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSensorsComponentController.h b/src/AutoPilotPlugins/APM/APMSensorsComponentController.h index 25557b9aa4f..6b50111a588 100644 --- a/src/AutoPilotPlugins/APM/APMSensorsComponentController.h +++ b/src/AutoPilotPlugins/APM/APMSensorsComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSubFrameComponent.cc b/src/AutoPilotPlugins/APM/APMSubFrameComponent.cc index b81aaa76454..478237e785e 100644 --- a/src/AutoPilotPlugins/APM/APMSubFrameComponent.cc +++ b/src/AutoPilotPlugins/APM/APMSubFrameComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSubFrameComponent.h b/src/AutoPilotPlugins/APM/APMSubFrameComponent.h index e4273629d0e..32c6f9b03b3 100644 --- a/src/AutoPilotPlugins/APM/APMSubFrameComponent.h +++ b/src/AutoPilotPlugins/APM/APMSubFrameComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSubMotorComponentController.cc b/src/AutoPilotPlugins/APM/APMSubMotorComponentController.cc index a24f9e54639..0df38a1706c 100644 --- a/src/AutoPilotPlugins/APM/APMSubMotorComponentController.cc +++ b/src/AutoPilotPlugins/APM/APMSubMotorComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMSubMotorComponentController.h b/src/AutoPilotPlugins/APM/APMSubMotorComponentController.h index 38465a3b193..fabaaf5c180 100644 --- a/src/AutoPilotPlugins/APM/APMSubMotorComponentController.h +++ b/src/AutoPilotPlugins/APM/APMSubMotorComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMTuningComponent.cc b/src/AutoPilotPlugins/APM/APMTuningComponent.cc index fd28083196e..ea4209632d3 100644 --- a/src/AutoPilotPlugins/APM/APMTuningComponent.cc +++ b/src/AutoPilotPlugins/APM/APMTuningComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/APM/APMTuningComponent.h b/src/AutoPilotPlugins/APM/APMTuningComponent.h index ad3a746cdca..968aa66814d 100644 --- a/src/AutoPilotPlugins/APM/APMTuningComponent.h +++ b/src/AutoPilotPlugins/APM/APMTuningComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/AutoPilotPlugin.cc b/src/AutoPilotPlugins/AutoPilotPlugin.cc index 6c4b9dc9b6e..452aa9ccd6b 100644 --- a/src/AutoPilotPlugins/AutoPilotPlugin.cc +++ b/src/AutoPilotPlugins/AutoPilotPlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/AutoPilotPlugin.h b/src/AutoPilotPlugins/AutoPilotPlugin.h index bb928399a52..02bfcca634a 100644 --- a/src/AutoPilotPlugins/AutoPilotPlugin.h +++ b/src/AutoPilotPlugins/AutoPilotPlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/ESP8266Component.cc b/src/AutoPilotPlugins/Common/ESP8266Component.cc index d1a612648a1..268833348fa 100644 --- a/src/AutoPilotPlugins/Common/ESP8266Component.cc +++ b/src/AutoPilotPlugins/Common/ESP8266Component.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/ESP8266Component.h b/src/AutoPilotPlugins/Common/ESP8266Component.h index 8ee79c0fba8..32aa7b7a18f 100644 --- a/src/AutoPilotPlugins/Common/ESP8266Component.h +++ b/src/AutoPilotPlugins/Common/ESP8266Component.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/ESP8266ComponentController.cc b/src/AutoPilotPlugins/Common/ESP8266ComponentController.cc index b5b244fe008..c0f60bc02d4 100644 --- a/src/AutoPilotPlugins/Common/ESP8266ComponentController.cc +++ b/src/AutoPilotPlugins/Common/ESP8266ComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/ESP8266ComponentController.h b/src/AutoPilotPlugins/Common/ESP8266ComponentController.h index 26b6a0db267..f837f0a86e6 100644 --- a/src/AutoPilotPlugins/Common/ESP8266ComponentController.h +++ b/src/AutoPilotPlugins/Common/ESP8266ComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/MotorComponent.cc b/src/AutoPilotPlugins/Common/MotorComponent.cc index 2be85f8f728..31163bcfa98 100644 --- a/src/AutoPilotPlugins/Common/MotorComponent.cc +++ b/src/AutoPilotPlugins/Common/MotorComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/MotorComponent.h b/src/AutoPilotPlugins/Common/MotorComponent.h index 2bf5f283904..a3a56df1c4f 100644 --- a/src/AutoPilotPlugins/Common/MotorComponent.h +++ b/src/AutoPilotPlugins/Common/MotorComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/RadioComponentController.cc b/src/AutoPilotPlugins/Common/RadioComponentController.cc index 4d0983c5ac5..d03e8f3dc05 100644 --- a/src/AutoPilotPlugins/Common/RadioComponentController.cc +++ b/src/AutoPilotPlugins/Common/RadioComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/RadioComponentController.h b/src/AutoPilotPlugins/Common/RadioComponentController.h index c73661d0bdd..465959a8293 100644 --- a/src/AutoPilotPlugins/Common/RadioComponentController.h +++ b/src/AutoPilotPlugins/Common/RadioComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/SyslinkComponent.cc b/src/AutoPilotPlugins/Common/SyslinkComponent.cc index 0d15dc3d503..a6c795ff25a 100644 --- a/src/AutoPilotPlugins/Common/SyslinkComponent.cc +++ b/src/AutoPilotPlugins/Common/SyslinkComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/SyslinkComponent.h b/src/AutoPilotPlugins/Common/SyslinkComponent.h index 77ca89af812..b4f961bb2d5 100644 --- a/src/AutoPilotPlugins/Common/SyslinkComponent.h +++ b/src/AutoPilotPlugins/Common/SyslinkComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/SyslinkComponentController.cc b/src/AutoPilotPlugins/Common/SyslinkComponentController.cc index 10f6846adba..97ab3df6c5e 100644 --- a/src/AutoPilotPlugins/Common/SyslinkComponentController.cc +++ b/src/AutoPilotPlugins/Common/SyslinkComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Common/SyslinkComponentController.h b/src/AutoPilotPlugins/Common/SyslinkComponentController.h index e47cceed7b0..cd76289edd8 100644 --- a/src/AutoPilotPlugins/Common/SyslinkComponentController.h +++ b/src/AutoPilotPlugins/Common/SyslinkComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.cc b/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.cc index c50675fa072..a05fe51df58 100644 --- a/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.cc +++ b/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.h b/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.h index fc4d7221d63..35603d5deeb 100644 --- a/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.h +++ b/src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/ActuatorComponent.cc b/src/AutoPilotPlugins/PX4/ActuatorComponent.cc index 4b4540f0ad0..8018824f315 100644 --- a/src/AutoPilotPlugins/PX4/ActuatorComponent.cc +++ b/src/AutoPilotPlugins/PX4/ActuatorComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/ActuatorComponent.h b/src/AutoPilotPlugins/PX4/ActuatorComponent.h index d57ccd416d0..bf4b35b2c6c 100644 --- a/src/AutoPilotPlugins/PX4/ActuatorComponent.h +++ b/src/AutoPilotPlugins/PX4/ActuatorComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.cc b/src/AutoPilotPlugins/PX4/AirframeComponent.cc index 47794063594..02280899cbd 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.h b/src/AutoPilotPlugins/PX4/AirframeComponent.h index abdb88f435b..122eb8182c8 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.h +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc b/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc index 6c6b3ff1676..af74f9b3b27 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.h b/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.h index dd407232110..17748b623fa 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.h +++ b/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/AirframeComponentController.cc b/src/AutoPilotPlugins/PX4/AirframeComponentController.cc index b6e8fff68e0..cb5f3db3617 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponentController.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/AirframeComponentController.h b/src/AutoPilotPlugins/PX4/AirframeComponentController.h index 49dfc60a987..57b43c77e9e 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponentController.h +++ b/src/AutoPilotPlugins/PX4/AirframeComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/CameraComponent.cc b/src/AutoPilotPlugins/PX4/CameraComponent.cc index 66203221893..a4d31e4265a 100644 --- a/src/AutoPilotPlugins/PX4/CameraComponent.cc +++ b/src/AutoPilotPlugins/PX4/CameraComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/CameraComponent.h b/src/AutoPilotPlugins/PX4/CameraComponent.h index 36d1af31845..3d7d55bf3e9 100644 --- a/src/AutoPilotPlugins/PX4/CameraComponent.h +++ b/src/AutoPilotPlugins/PX4/CameraComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/FlightModesComponent.cc b/src/AutoPilotPlugins/PX4/FlightModesComponent.cc index 8da04407a86..b0d8fa2db99 100644 --- a/src/AutoPilotPlugins/PX4/FlightModesComponent.cc +++ b/src/AutoPilotPlugins/PX4/FlightModesComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/FlightModesComponent.h b/src/AutoPilotPlugins/PX4/FlightModesComponent.h index e538701670d..9da842b7139 100644 --- a/src/AutoPilotPlugins/PX4/FlightModesComponent.h +++ b/src/AutoPilotPlugins/PX4/FlightModesComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc b/src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc index 4cf07a7bcbb..7a2cc572b1f 100644 --- a/src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc +++ b/src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4AirframeLoader.h b/src/AutoPilotPlugins/PX4/PX4AirframeLoader.h index 405a422bb7a..865824852a1 100644 --- a/src/AutoPilotPlugins/PX4/PX4AirframeLoader.h +++ b/src/AutoPilotPlugins/PX4/PX4AirframeLoader.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.cc b/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.cc index 50cc969fbfb..ed17270c476 100644 --- a/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.cc +++ b/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.h b/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.h index e64e7bab0f6..f12622fb677 100644 --- a/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.h +++ b/src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4FlightBehavior.cc b/src/AutoPilotPlugins/PX4/PX4FlightBehavior.cc index 3d2da451741..eb533926c92 100644 --- a/src/AutoPilotPlugins/PX4/PX4FlightBehavior.cc +++ b/src/AutoPilotPlugins/PX4/PX4FlightBehavior.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4FlightBehavior.h b/src/AutoPilotPlugins/PX4/PX4FlightBehavior.h index 0f39405b417..264f7fb25b7 100644 --- a/src/AutoPilotPlugins/PX4/PX4FlightBehavior.h +++ b/src/AutoPilotPlugins/PX4/PX4FlightBehavior.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4RadioComponent.cc b/src/AutoPilotPlugins/PX4/PX4RadioComponent.cc index 445052d6af8..a407b7b8676 100644 --- a/src/AutoPilotPlugins/PX4/PX4RadioComponent.cc +++ b/src/AutoPilotPlugins/PX4/PX4RadioComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4RadioComponent.h b/src/AutoPilotPlugins/PX4/PX4RadioComponent.h index e91f949890e..e7d69e55c5d 100644 --- a/src/AutoPilotPlugins/PX4/PX4RadioComponent.h +++ b/src/AutoPilotPlugins/PX4/PX4RadioComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.cc b/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.cc index 274cb1fe3ba..296b21f441a 100644 --- a/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.cc +++ b/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.h b/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.h index 6e0ea801999..18a2c68c191 100644 --- a/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.h +++ b/src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc b/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc index da3fd2a3586..fe177cda3aa 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponent.h b/src/AutoPilotPlugins/PX4/PX4TuningComponent.h index 81e3848f02c..e620ea8c7d6 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponent.h +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.cc b/src/AutoPilotPlugins/PX4/PowerComponent.cc index 216b68c3a9a..0d58c79eeb4 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.cc +++ b/src/AutoPilotPlugins/PX4/PowerComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.h b/src/AutoPilotPlugins/PX4/PowerComponent.h index b96e8147398..0647d69af06 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.h +++ b/src/AutoPilotPlugins/PX4/PowerComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PowerComponentController.cc b/src/AutoPilotPlugins/PX4/PowerComponentController.cc index 15c7ce4eb19..d865fbb35da 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponentController.cc +++ b/src/AutoPilotPlugins/PX4/PowerComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/PowerComponentController.h b/src/AutoPilotPlugins/PX4/PowerComponentController.h index 8fa14b00fe7..5f4ff0d910c 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponentController.h +++ b/src/AutoPilotPlugins/PX4/PowerComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.cc b/src/AutoPilotPlugins/PX4/SafetyComponent.cc index 9ebd545a8de..649c61a00d3 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.cc +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.h b/src/AutoPilotPlugins/PX4/SafetyComponent.h index ece3e61225b..226ff0cdb4b 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.h +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.cc b/src/AutoPilotPlugins/PX4/SensorsComponent.cc index 1b9918a97e7..77d910a2402 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.cc +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.h b/src/AutoPilotPlugins/PX4/SensorsComponent.h index 12ef8d434ee..2f5329d00fc 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.h +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/SensorsComponentController.cc b/src/AutoPilotPlugins/PX4/SensorsComponentController.cc index 242e422798f..5d0a6916670 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponentController.cc +++ b/src/AutoPilotPlugins/PX4/SensorsComponentController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/AutoPilotPlugins/PX4/SensorsComponentController.h b/src/AutoPilotPlugins/PX4/SensorsComponentController.h index e69a2cff430..42ec8d1c9d2 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponentController.h +++ b/src/AutoPilotPlugins/PX4/SensorsComponentController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Camera/VehicleCameraControl.cc b/src/Camera/VehicleCameraControl.cc index 5bbdf9cca7b..e83e06ade72 100644 --- a/src/Camera/VehicleCameraControl.cc +++ b/src/Camera/VehicleCameraControl.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /*! * @file * @brief Camera Controller diff --git a/src/CmdLineOptParser.cc b/src/CmdLineOptParser.cc index c54923e07ea..5e4b26a411c 100644 --- a/src/CmdLineOptParser.cc +++ b/src/CmdLineOptParser.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/CmdLineOptParser.h b/src/CmdLineOptParser.h index feb8e257e38..f1161ce1aad 100644 --- a/src/CmdLineOptParser.h +++ b/src/CmdLineOptParser.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/BluetoothLink.cc b/src/Comms/BluetoothLink.cc index e2436da9b40..0526fe997d7 100644 --- a/src/Comms/BluetoothLink.cc +++ b/src/Comms/BluetoothLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/BluetoothLink.h b/src/Comms/BluetoothLink.h index 30f166c22f9..8445fe8ba64 100644 --- a/src/Comms/BluetoothLink.h +++ b/src/Comms/BluetoothLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LinkConfiguration.cc b/src/Comms/LinkConfiguration.cc index 9f8df074706..28ee009b13a 100644 --- a/src/Comms/LinkConfiguration.cc +++ b/src/Comms/LinkConfiguration.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LinkConfiguration.h b/src/Comms/LinkConfiguration.h index aec5ac90d9d..ab4e887e238 100644 --- a/src/Comms/LinkConfiguration.h +++ b/src/Comms/LinkConfiguration.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LinkInterface.cc b/src/Comms/LinkInterface.cc index 196b0baea63..55d651908ea 100644 --- a/src/Comms/LinkInterface.cc +++ b/src/Comms/LinkInterface.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LinkInterface.h b/src/Comms/LinkInterface.h index 27b78ee21ba..4a20da23d18 100644 --- a/src/Comms/LinkInterface.h +++ b/src/Comms/LinkInterface.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LinkManager.cc b/src/Comms/LinkManager.cc index 6fd410bfd42..585a01366cf 100644 --- a/src/Comms/LinkManager.cc +++ b/src/Comms/LinkManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LinkManager.h b/src/Comms/LinkManager.h index 2ff3411f708..4cbc435593c 100644 --- a/src/Comms/LinkManager.h +++ b/src/Comms/LinkManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LogReplayLink.cc b/src/Comms/LogReplayLink.cc index b0112b6a0d1..38f1ffd6a8c 100644 --- a/src/Comms/LogReplayLink.cc +++ b/src/Comms/LogReplayLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/LogReplayLink.h b/src/Comms/LogReplayLink.h index 8034f0afb9a..353404dbe24 100644 --- a/src/Comms/LogReplayLink.h +++ b/src/Comms/LogReplayLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MAVLinkProtocol.cc b/src/Comms/MAVLinkProtocol.cc index fc9f84a4ae1..906233700d5 100644 --- a/src/Comms/MAVLinkProtocol.cc +++ b/src/Comms/MAVLinkProtocol.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MAVLinkProtocol.h b/src/Comms/MAVLinkProtocol.h index 23e8bc79e9f..5f6d5968d8d 100644 --- a/src/Comms/MAVLinkProtocol.h +++ b/src/Comms/MAVLinkProtocol.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MockLink/MockLink.cc b/src/Comms/MockLink/MockLink.cc index 17a8d07c745..ee69dd8fb57 100644 --- a/src/Comms/MockLink/MockLink.cc +++ b/src/Comms/MockLink/MockLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MockLink/MockLink.h b/src/Comms/MockLink/MockLink.h index fa3dc084fea..0618d99e5ae 100644 --- a/src/Comms/MockLink/MockLink.h +++ b/src/Comms/MockLink/MockLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MockLink/MockLinkFTP.cc b/src/Comms/MockLink/MockLinkFTP.cc index 9f4cbf78807..3dd9c00d83d 100644 --- a/src/Comms/MockLink/MockLinkFTP.cc +++ b/src/Comms/MockLink/MockLinkFTP.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MockLink/MockLinkFTP.h b/src/Comms/MockLink/MockLinkFTP.h index a569cef3918..2be02fc5849 100644 --- a/src/Comms/MockLink/MockLinkFTP.h +++ b/src/Comms/MockLink/MockLinkFTP.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MockLink/MockLinkMissionItemHandler.cc b/src/Comms/MockLink/MockLinkMissionItemHandler.cc index 33aa684e5b0..2cdaeecd5c8 100644 --- a/src/Comms/MockLink/MockLinkMissionItemHandler.cc +++ b/src/Comms/MockLink/MockLinkMissionItemHandler.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/MockLink/MockLinkMissionItemHandler.h b/src/Comms/MockLink/MockLinkMissionItemHandler.h index 599359872c0..ee620d2c9a1 100644 --- a/src/Comms/MockLink/MockLinkMissionItemHandler.h +++ b/src/Comms/MockLink/MockLinkMissionItemHandler.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/QGCSerialPortInfo.cc b/src/Comms/QGCSerialPortInfo.cc index c44780aa45a..5855b250d6f 100644 --- a/src/Comms/QGCSerialPortInfo.cc +++ b/src/Comms/QGCSerialPortInfo.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/QGCSerialPortInfo.h b/src/Comms/QGCSerialPortInfo.h index 1c695fb5116..9749b14795e 100644 --- a/src/Comms/QGCSerialPortInfo.h +++ b/src/Comms/QGCSerialPortInfo.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/SerialLink.cc b/src/Comms/SerialLink.cc index 5a584c71c0e..9023767f32f 100644 --- a/src/Comms/SerialLink.cc +++ b/src/Comms/SerialLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/SerialLink.h b/src/Comms/SerialLink.h index 1d1f3f71050..39af036ea2b 100644 --- a/src/Comms/SerialLink.h +++ b/src/Comms/SerialLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/TCPLink.cc b/src/Comms/TCPLink.cc index 7ed6a8f96d8..3cfbae67cb1 100644 --- a/src/Comms/TCPLink.cc +++ b/src/Comms/TCPLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/TCPLink.h b/src/Comms/TCPLink.h index 3fadf2d42b1..da00b83790a 100644 --- a/src/Comms/TCPLink.h +++ b/src/Comms/TCPLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/UDPLink.cc b/src/Comms/UDPLink.cc index d70a9c71896..1f195c7a626 100644 --- a/src/Comms/UDPLink.cc +++ b/src/Comms/UDPLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/UDPLink.h b/src/Comms/UDPLink.h index 71dffdea561..71926cc5f13 100644 --- a/src/Comms/UDPLink.h +++ b/src/Comms/UDPLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/UdpIODevice.cc b/src/Comms/UdpIODevice.cc index a3614cd0c42..73b986ca083 100644 --- a/src/Comms/UdpIODevice.cc +++ b/src/Comms/UdpIODevice.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Comms/UdpIODevice.h b/src/Comms/UdpIODevice.h index 45154c8e674..9cf980c5581 100644 --- a/src/Comms/UdpIODevice.h +++ b/src/Comms/UdpIODevice.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/Fact.cc b/src/FactSystem/Fact.cc index b616a328f7a..d3ffbbba1bb 100644 --- a/src/FactSystem/Fact.cc +++ b/src/FactSystem/Fact.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/Fact.h b/src/FactSystem/Fact.h index f69cfb6a308..2c137195ce5 100644 --- a/src/FactSystem/Fact.h +++ b/src/FactSystem/Fact.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactControls/FactPanelController.cc b/src/FactSystem/FactControls/FactPanelController.cc index c7e1c67d68e..14a83fd2d79 100644 --- a/src/FactSystem/FactControls/FactPanelController.cc +++ b/src/FactSystem/FactControls/FactPanelController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactControls/FactPanelController.h b/src/FactSystem/FactControls/FactPanelController.h index 5c72a1949d7..b5d32dc654a 100644 --- a/src/FactSystem/FactControls/FactPanelController.h +++ b/src/FactSystem/FactControls/FactPanelController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactGroup.cc b/src/FactSystem/FactGroup.cc index 19ce360ade9..7fa28dc9f37 100644 --- a/src/FactSystem/FactGroup.cc +++ b/src/FactSystem/FactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactGroup.h b/src/FactSystem/FactGroup.h index ff263895c58..bdc229d2c4e 100644 --- a/src/FactSystem/FactGroup.h +++ b/src/FactSystem/FactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactMetaData.cc b/src/FactSystem/FactMetaData.cc index e7516268f28..4f727249997 100644 --- a/src/FactSystem/FactMetaData.cc +++ b/src/FactSystem/FactMetaData.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactMetaData.h b/src/FactSystem/FactMetaData.h index bf7d881290b..50a4f938acc 100644 --- a/src/FactSystem/FactMetaData.h +++ b/src/FactSystem/FactMetaData.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactValueSliderListModel.cc b/src/FactSystem/FactValueSliderListModel.cc index d38b6713678..ef0652143ff 100644 --- a/src/FactSystem/FactValueSliderListModel.cc +++ b/src/FactSystem/FactValueSliderListModel.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/FactValueSliderListModel.h b/src/FactSystem/FactValueSliderListModel.h index 8acfd717960..73a0c40a6b8 100644 --- a/src/FactSystem/FactValueSliderListModel.h +++ b/src/FactSystem/FactValueSliderListModel.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/ParameterManager.cc b/src/FactSystem/ParameterManager.cc index 0b819207410..23919ef7477 100644 --- a/src/FactSystem/ParameterManager.cc +++ b/src/FactSystem/ParameterManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/ParameterManager.h b/src/FactSystem/ParameterManager.h index e13bd4a272e..ca099ea825b 100644 --- a/src/FactSystem/ParameterManager.h +++ b/src/FactSystem/ParameterManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/SettingsFact.cc b/src/FactSystem/SettingsFact.cc index 2ca3d436d0f..b27d44197c2 100644 --- a/src/FactSystem/SettingsFact.cc +++ b/src/FactSystem/SettingsFact.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FactSystem/SettingsFact.h b/src/FactSystem/SettingsFact.h index 727458e600b..e5c6e5d4d01 100644 --- a/src/FactSystem/SettingsFact.h +++ b/src/FactSystem/SettingsFact.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/APMFirmwarePlugin.cc b/src/FirmwarePlugin/APM/APMFirmwarePlugin.cc index a1a8264c0b9..c54d1396577 100644 --- a/src/FirmwarePlugin/APM/APMFirmwarePlugin.cc +++ b/src/FirmwarePlugin/APM/APMFirmwarePlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/APMFirmwarePlugin.h b/src/FirmwarePlugin/APM/APMFirmwarePlugin.h index d299df1e613..91c0bdd0706 100644 --- a/src/FirmwarePlugin/APM/APMFirmwarePlugin.h +++ b/src/FirmwarePlugin/APM/APMFirmwarePlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.cc b/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.cc index e02c9329d19..6de0f4cf378 100644 --- a/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.cc +++ b/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.h b/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.h index 2ea4d463761..989f5b13ea0 100644 --- a/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.h +++ b/src/FirmwarePlugin/APM/APMFirmwarePluginFactory.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/APMParameterMetaData.cc b/src/FirmwarePlugin/APM/APMParameterMetaData.cc index 37c2c83b750..c5471a0c41e 100644 --- a/src/FirmwarePlugin/APM/APMParameterMetaData.cc +++ b/src/FirmwarePlugin/APM/APMParameterMetaData.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/APMParameterMetaData.h b/src/FirmwarePlugin/APM/APMParameterMetaData.h index ec3cb45bc73..02c96a14a5c 100644 --- a/src/FirmwarePlugin/APM/APMParameterMetaData.h +++ b/src/FirmwarePlugin/APM/APMParameterMetaData.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.cc b/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.cc index bd646f104d2..db908d1dd45 100644 --- a/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.cc +++ b/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.h b/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.h index fbae38d3fb2..4742be177f2 100644 --- a/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.h +++ b/src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.cc b/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.cc index 4359e76a52c..4d230b46907 100644 --- a/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.cc +++ b/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.h b/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.h index db9565f5d71..7bcfde20bec 100644 --- a/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.h +++ b/src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.cc b/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.cc index 6b2e91ad69d..3ed18c39fab 100644 --- a/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.cc +++ b/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.h b/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.h index 783c572d5b5..4d7a8d0995a 100644 --- a/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.h +++ b/src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.cc b/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.cc index 01093bbae6d..5e503283e15 100644 --- a/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.cc +++ b/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /*===================================================================== QGroundControl Open Source Ground Control Station diff --git a/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.h b/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.h index c4774f88531..bc774abce68 100644 --- a/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.h +++ b/src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /*===================================================================== QGroundControl Open Source Ground Control Station diff --git a/src/FirmwarePlugin/CameraMetaData.cc b/src/FirmwarePlugin/CameraMetaData.cc index 1347caf6b22..10cdbb44a16 100644 --- a/src/FirmwarePlugin/CameraMetaData.cc +++ b/src/FirmwarePlugin/CameraMetaData.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/CameraMetaData.h b/src/FirmwarePlugin/CameraMetaData.h index c75f382e55b..ced383001fb 100644 --- a/src/FirmwarePlugin/CameraMetaData.h +++ b/src/FirmwarePlugin/CameraMetaData.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/FirmwarePlugin.cc b/src/FirmwarePlugin/FirmwarePlugin.cc index d564bdd6ee4..739061ebba6 100644 --- a/src/FirmwarePlugin/FirmwarePlugin.cc +++ b/src/FirmwarePlugin/FirmwarePlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/FirmwarePlugin.h b/src/FirmwarePlugin/FirmwarePlugin.h index 0075ea5bbc9..7591280b2d6 100644 --- a/src/FirmwarePlugin/FirmwarePlugin.h +++ b/src/FirmwarePlugin/FirmwarePlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/FirmwarePluginFactory.cc b/src/FirmwarePlugin/FirmwarePluginFactory.cc index 5615f390f72..6941a9b50d3 100644 --- a/src/FirmwarePlugin/FirmwarePluginFactory.cc +++ b/src/FirmwarePlugin/FirmwarePluginFactory.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/FirmwarePluginFactory.h b/src/FirmwarePlugin/FirmwarePluginFactory.h index d78fd3f2b1a..473858e822b 100644 --- a/src/FirmwarePlugin/FirmwarePluginFactory.h +++ b/src/FirmwarePlugin/FirmwarePluginFactory.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/FirmwarePluginManager.cc b/src/FirmwarePlugin/FirmwarePluginManager.cc index c21b72983d2..8a82ac48c55 100644 --- a/src/FirmwarePlugin/FirmwarePluginManager.cc +++ b/src/FirmwarePlugin/FirmwarePluginManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/FirmwarePluginManager.h b/src/FirmwarePlugin/FirmwarePluginManager.h index 20753d2cdf2..a9f09282fb0 100644 --- a/src/FirmwarePlugin/FirmwarePluginManager.h +++ b/src/FirmwarePlugin/FirmwarePluginManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc b/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc index 7b929140b72..218acd82c87 100644 --- a/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc +++ b/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.h b/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.h index b70296b5238..c82777f33df 100644 --- a/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.h +++ b/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.cc b/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.cc index 24ed8ac145a..dab8ff3810c 100644 --- a/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.cc +++ b/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.h b/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.h index 15c04608801..b333de85084 100644 --- a/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.h +++ b/src/FirmwarePlugin/PX4/PX4FirmwarePluginFactory.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/PX4/PX4ParameterMetaData.cc b/src/FirmwarePlugin/PX4/PX4ParameterMetaData.cc index be47b29507d..58ceef56f44 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterMetaData.cc +++ b/src/FirmwarePlugin/PX4/PX4ParameterMetaData.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/PX4/PX4ParameterMetaData.h b/src/FirmwarePlugin/PX4/PX4ParameterMetaData.h index 26f52499bfb..4e5441f1d43 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterMetaData.h +++ b/src/FirmwarePlugin/PX4/PX4ParameterMetaData.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FirmwarePlugin/PX4/px4_custom_mode.h b/src/FirmwarePlugin/PX4/px4_custom_mode.h index d829734bb3e..96c6b54dc1a 100644 --- a/src/FirmwarePlugin/PX4/px4_custom_mode.h +++ b/src/FirmwarePlugin/PX4/px4_custom_mode.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /**************************************************************************** * * Copyright (c) 2013-2020 PX4 Development Team. All rights reserved. diff --git a/src/FollowMe/FollowMe.cc b/src/FollowMe/FollowMe.cc index 3a13cfc0782..43612adde3b 100644 --- a/src/FollowMe/FollowMe.cc +++ b/src/FollowMe/FollowMe.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/FollowMe/FollowMe.h b/src/FollowMe/FollowMe.h index ae55cf205f8..63e04a968a0 100644 --- a/src/FollowMe/FollowMe.h +++ b/src/FollowMe/FollowMe.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/GPS/GPSManager.cc b/src/GPS/GPSManager.cc index fc6b6d15891..486a2d9e073 100644 --- a/src/GPS/GPSManager.cc +++ b/src/GPS/GPSManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/GPS/GPSManager.h b/src/GPS/GPSManager.h index d7ba37be408..00a1232f944 100644 --- a/src/GPS/GPSManager.h +++ b/src/GPS/GPSManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/GPS/GPSProvider.cc b/src/GPS/GPSProvider.cc index dbec2998375..01c5f9d8b4e 100644 --- a/src/GPS/GPSProvider.cc +++ b/src/GPS/GPSProvider.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/GPS/GPSProvider.h b/src/GPS/GPSProvider.h index e78550a8033..1098b12aa27 100644 --- a/src/GPS/GPSProvider.h +++ b/src/GPS/GPSProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/GPS/RTCMMavlink.cc b/src/GPS/RTCMMavlink.cc index 619553b8c60..53272c8b836 100644 --- a/src/GPS/RTCMMavlink.cc +++ b/src/GPS/RTCMMavlink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/GPS/RTCMMavlink.h b/src/GPS/RTCMMavlink.h index abf02549a5a..c527b8eaf0d 100644 --- a/src/GPS/RTCMMavlink.h +++ b/src/GPS/RTCMMavlink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/GPS/definitions.h b/src/GPS/definitions.h index fe6c0e3dabe..6a4c287bff5 100644 --- a/src/GPS/definitions.h +++ b/src/GPS/definitions.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /**************************************************************************** * * Copyright (c) 2016 PX4 Development Team. All rights reserved. diff --git a/src/GPS/satellite_info.h b/src/GPS/satellite_info.h index 27313193721..33974c31467 100644 --- a/src/GPS/satellite_info.h +++ b/src/GPS/satellite_info.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /**************************************************************************** * * Copyright (c) 2012-2014 PX4 Development Team. All rights reserved. diff --git a/src/GPS/sensor_gnss_relative.h b/src/GPS/sensor_gnss_relative.h index 1fab6372800..e1a39706f35 100644 --- a/src/GPS/sensor_gnss_relative.h +++ b/src/GPS/sensor_gnss_relative.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /**************************************************************************** * * Copyright (C) 2013-2022 PX4 Development Team. All rights reserved. diff --git a/src/GPS/sensor_gps.h b/src/GPS/sensor_gps.h index 7a831cebd91..2be1599bb53 100644 --- a/src/GPS/sensor_gps.h +++ b/src/GPS/sensor_gps.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /**************************************************************************** * * Copyright (C) 2013-2022 PX4 Development Team. All rights reserved. diff --git a/src/Geo/QGCGeo.cc b/src/Geo/QGCGeo.cc index 3016f0b1964..0794ca67833 100644 --- a/src/Geo/QGCGeo.cc +++ b/src/Geo/QGCGeo.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Geo/QGCGeo.h b/src/Geo/QGCGeo.h index 610d45f8181..d1485e284ea 100644 --- a/src/Geo/QGCGeo.h +++ b/src/Geo/QGCGeo.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Joystick/Joystick.cc b/src/Joystick/Joystick.cc index ca26c61fae7..c8f411967d7 100644 --- a/src/Joystick/Joystick.cc +++ b/src/Joystick/Joystick.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Joystick/Joystick.h b/src/Joystick/Joystick.h index 72c483cf08f..4d0b8bfffac 100644 --- a/src/Joystick/Joystick.h +++ b/src/Joystick/Joystick.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Joystick/JoystickAndroid.cc b/src/Joystick/JoystickAndroid.cc index 75f77194129..e0cc24f7f2a 100644 --- a/src/Joystick/JoystickAndroid.cc +++ b/src/Joystick/JoystickAndroid.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "JoystickAndroid.h" #include "JoystickManager.h" #include "MultiVehicleManager.h" diff --git a/src/Joystick/JoystickAndroid.h b/src/Joystick/JoystickAndroid.h index a99071001b1..8209d7751e8 100644 --- a/src/Joystick/JoystickAndroid.h +++ b/src/Joystick/JoystickAndroid.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include "Joystick.h" diff --git a/src/Joystick/JoystickManager.cc b/src/Joystick/JoystickManager.cc index fa942a98ec2..c2ae0893c42 100644 --- a/src/Joystick/JoystickManager.cc +++ b/src/Joystick/JoystickManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Joystick/JoystickManager.h b/src/Joystick/JoystickManager.h index bd05e3145c7..b36a0510bd0 100644 --- a/src/Joystick/JoystickManager.h +++ b/src/Joystick/JoystickManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Joystick/JoystickSDL.cc b/src/Joystick/JoystickSDL.cc index a3ec39607dc..92d27b6f2f4 100644 --- a/src/Joystick/JoystickSDL.cc +++ b/src/Joystick/JoystickSDL.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "JoystickSDL.h" #include "MultiVehicleManager.h" #include "QGCLoggingCategory.h" diff --git a/src/Joystick/JoystickSDL.h b/src/Joystick/JoystickSDL.h index 75aeabfcb74..bb56b2851f4 100644 --- a/src/Joystick/JoystickSDL.h +++ b/src/Joystick/JoystickSDL.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/ImageProtocolManager.cc b/src/MAVLink/ImageProtocolManager.cc index 6647e0c0cd9..19d99a90c2c 100644 --- a/src/MAVLink/ImageProtocolManager.cc +++ b/src/MAVLink/ImageProtocolManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/ImageProtocolManager.h b/src/MAVLink/ImageProtocolManager.h index e5658709610..26214187d72 100644 --- a/src/MAVLink/ImageProtocolManager.h +++ b/src/MAVLink/ImageProtocolManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/LibEvents/EventHandler.cc b/src/MAVLink/LibEvents/EventHandler.cc index da19905b0b0..00c488b0f37 100644 --- a/src/MAVLink/LibEvents/EventHandler.cc +++ b/src/MAVLink/LibEvents/EventHandler.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/LibEvents/EventHandler.h b/src/MAVLink/LibEvents/EventHandler.h index 8d7774eaed6..7ad7fe03ff0 100644 --- a/src/MAVLink/LibEvents/EventHandler.h +++ b/src/MAVLink/LibEvents/EventHandler.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/LibEvents/HealthAndArmingCheckReport.cc b/src/MAVLink/LibEvents/HealthAndArmingCheckReport.cc index 69243e2eafc..05b453896e2 100644 --- a/src/MAVLink/LibEvents/HealthAndArmingCheckReport.cc +++ b/src/MAVLink/LibEvents/HealthAndArmingCheckReport.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/LibEvents/HealthAndArmingCheckReport.h b/src/MAVLink/LibEvents/HealthAndArmingCheckReport.h index 8b91c6fb227..0620777c93b 100644 --- a/src/MAVLink/LibEvents/HealthAndArmingCheckReport.h +++ b/src/MAVLink/LibEvents/HealthAndArmingCheckReport.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/LibEvents/libevents_includes.h b/src/MAVLink/LibEvents/libevents_includes.h index bc24a2aa74a..9693ee7afe2 100644 --- a/src/MAVLink/LibEvents/libevents_includes.h +++ b/src/MAVLink/LibEvents/libevents_includes.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/LibEvents/logging.cpp b/src/MAVLink/LibEvents/logging.cpp index 6710a758223..5e074fde7df 100644 --- a/src/MAVLink/LibEvents/logging.cpp +++ b/src/MAVLink/LibEvents/logging.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/MAVLinkFTP.cc b/src/MAVLink/MAVLinkFTP.cc index 66190f9b62b..306da0a64d0 100644 --- a/src/MAVLink/MAVLinkFTP.cc +++ b/src/MAVLink/MAVLinkFTP.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/MAVLinkFTP.h b/src/MAVLink/MAVLinkFTP.h index 8e091e61a87..a8cd5e761c0 100644 --- a/src/MAVLink/MAVLinkFTP.h +++ b/src/MAVLink/MAVLinkFTP.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/MAVLinkLib.h b/src/MAVLink/MAVLinkLib.h index f1234dd221a..ab11980ee80 100644 --- a/src/MAVLink/MAVLinkLib.h +++ b/src/MAVLink/MAVLinkLib.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/MAVLink/MAVLinkSigning.cc b/src/MAVLink/MAVLinkSigning.cc index b4fe7a0725c..221bc2ac02c 100644 --- a/src/MAVLink/MAVLinkSigning.cc +++ b/src/MAVLink/MAVLinkSigning.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "MAVLinkSigning.h" #include "QGCMAVLink.h" #include "DeviceInfo.h" diff --git a/src/MAVLink/MAVLinkSigning.h b/src/MAVLink/MAVLinkSigning.h index 4f5947138d3..b6c406d0ccf 100644 --- a/src/MAVLink/MAVLinkSigning.h +++ b/src/MAVLink/MAVLinkSigning.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/MAVLink/MAVLinkStreamConfig.cc b/src/MAVLink/MAVLinkStreamConfig.cc index f2a55914219..364ba5ea8bf 100644 --- a/src/MAVLink/MAVLinkStreamConfig.cc +++ b/src/MAVLink/MAVLinkStreamConfig.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/MAVLinkStreamConfig.h b/src/MAVLink/MAVLinkStreamConfig.h index 83ae6de6217..613f808c620 100644 --- a/src/MAVLink/MAVLinkStreamConfig.h +++ b/src/MAVLink/MAVLinkStreamConfig.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/QGCMAVLink.cc b/src/MAVLink/QGCMAVLink.cc index 07fae7ab98e..bb61af2b191 100644 --- a/src/MAVLink/QGCMAVLink.cc +++ b/src/MAVLink/QGCMAVLink.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/QGCMAVLink.h b/src/MAVLink/QGCMAVLink.h index 1ec5aa21526..ad345a9c1fc 100644 --- a/src/MAVLink/QGCMAVLink.h +++ b/src/MAVLink/QGCMAVLink.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/StatusTextHandler.cc b/src/MAVLink/StatusTextHandler.cc index 9c144bcb641..f27ed1f76d7 100644 --- a/src/MAVLink/StatusTextHandler.cc +++ b/src/MAVLink/StatusTextHandler.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "StatusTextHandler.h" #include diff --git a/src/MAVLink/StatusTextHandler.h b/src/MAVLink/StatusTextHandler.h index 222af6663a7..8bffd4b483b 100644 --- a/src/MAVLink/StatusTextHandler.h +++ b/src/MAVLink/StatusTextHandler.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/MAVLink/SysStatusSensorInfo.cc b/src/MAVLink/SysStatusSensorInfo.cc index 701479acd47..e1a5ad540c7 100644 --- a/src/MAVLink/SysStatusSensorInfo.cc +++ b/src/MAVLink/SysStatusSensorInfo.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MAVLink/SysStatusSensorInfo.h b/src/MAVLink/SysStatusSensorInfo.h index fb68ee8673b..f279e660f15 100644 --- a/src/MAVLink/SysStatusSensorInfo.h +++ b/src/MAVLink/SysStatusSensorInfo.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/BlankPlanCreator.cc b/src/MissionManager/BlankPlanCreator.cc index 19cf7ef406e..8588b29e9c8 100644 --- a/src/MissionManager/BlankPlanCreator.cc +++ b/src/MissionManager/BlankPlanCreator.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/BlankPlanCreator.h b/src/MissionManager/BlankPlanCreator.h index 679b4753412..7d1701d710b 100644 --- a/src/MissionManager/BlankPlanCreator.h +++ b/src/MissionManager/BlankPlanCreator.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CameraCalc.cc b/src/MissionManager/CameraCalc.cc index 29e317f25b6..51f7a7c8123 100644 --- a/src/MissionManager/CameraCalc.cc +++ b/src/MissionManager/CameraCalc.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CameraCalc.h b/src/MissionManager/CameraCalc.h index e6cdb2e93e9..be5aa8236c2 100644 --- a/src/MissionManager/CameraCalc.h +++ b/src/MissionManager/CameraCalc.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CameraSection.cc b/src/MissionManager/CameraSection.cc index a3d1a222e64..416b1946b71 100644 --- a/src/MissionManager/CameraSection.cc +++ b/src/MissionManager/CameraSection.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CameraSection.h b/src/MissionManager/CameraSection.h index 2a2e742c094..e64f11b1f20 100644 --- a/src/MissionManager/CameraSection.h +++ b/src/MissionManager/CameraSection.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CameraSpec.cc b/src/MissionManager/CameraSpec.cc index be0abfd6b14..8cc61c68e68 100644 --- a/src/MissionManager/CameraSpec.cc +++ b/src/MissionManager/CameraSpec.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CameraSpec.h b/src/MissionManager/CameraSpec.h index f8ce956d335..29b4b0b9780 100644 --- a/src/MissionManager/CameraSpec.h +++ b/src/MissionManager/CameraSpec.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/ComplexMissionItem.cc b/src/MissionManager/ComplexMissionItem.cc index a1c26058baf..477b04c7cdf 100644 --- a/src/MissionManager/ComplexMissionItem.cc +++ b/src/MissionManager/ComplexMissionItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/ComplexMissionItem.h b/src/MissionManager/ComplexMissionItem.h index 78bcb0e50c9..41220380abd 100644 --- a/src/MissionManager/ComplexMissionItem.h +++ b/src/MissionManager/ComplexMissionItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CorridorScanComplexItem.cc b/src/MissionManager/CorridorScanComplexItem.cc index 50b25d14737..e2576a76a93 100644 --- a/src/MissionManager/CorridorScanComplexItem.cc +++ b/src/MissionManager/CorridorScanComplexItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CorridorScanComplexItem.h b/src/MissionManager/CorridorScanComplexItem.h index ff8b6568aa9..bda0ef510a0 100644 --- a/src/MissionManager/CorridorScanComplexItem.h +++ b/src/MissionManager/CorridorScanComplexItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CorridorScanPlanCreator.cc b/src/MissionManager/CorridorScanPlanCreator.cc index add91e3895b..920f7d1d675 100644 --- a/src/MissionManager/CorridorScanPlanCreator.cc +++ b/src/MissionManager/CorridorScanPlanCreator.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/CorridorScanPlanCreator.h b/src/MissionManager/CorridorScanPlanCreator.h index bb86bd8b240..8b80ec213d3 100644 --- a/src/MissionManager/CorridorScanPlanCreator.h +++ b/src/MissionManager/CorridorScanPlanCreator.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/FixedWingLandingComplexItem.cc b/src/MissionManager/FixedWingLandingComplexItem.cc index 9dc962f6c68..5d7ab8a17b9 100644 --- a/src/MissionManager/FixedWingLandingComplexItem.cc +++ b/src/MissionManager/FixedWingLandingComplexItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/FixedWingLandingComplexItem.h b/src/MissionManager/FixedWingLandingComplexItem.h index e03b00a9139..b78ffcbf3ae 100644 --- a/src/MissionManager/FixedWingLandingComplexItem.h +++ b/src/MissionManager/FixedWingLandingComplexItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/GeoFenceController.cc b/src/MissionManager/GeoFenceController.cc index 9822ed00460..954760852fa 100644 --- a/src/MissionManager/GeoFenceController.cc +++ b/src/MissionManager/GeoFenceController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/GeoFenceController.h b/src/MissionManager/GeoFenceController.h index 0129d0de896..7a1d4bdd885 100644 --- a/src/MissionManager/GeoFenceController.h +++ b/src/MissionManager/GeoFenceController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/GeoFenceManager.cc b/src/MissionManager/GeoFenceManager.cc index b887316097c..bf4d328f02e 100644 --- a/src/MissionManager/GeoFenceManager.cc +++ b/src/MissionManager/GeoFenceManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/GeoFenceManager.h b/src/MissionManager/GeoFenceManager.h index a4496347821..65cbdcb5871 100644 --- a/src/MissionManager/GeoFenceManager.h +++ b/src/MissionManager/GeoFenceManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/KMLPlanDomDocument.cc b/src/MissionManager/KMLPlanDomDocument.cc index 1c904138533..a5ac0f42fea 100644 --- a/src/MissionManager/KMLPlanDomDocument.cc +++ b/src/MissionManager/KMLPlanDomDocument.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/KMLPlanDomDocument.h b/src/MissionManager/KMLPlanDomDocument.h index fc61545464f..e3f16649dbf 100644 --- a/src/MissionManager/KMLPlanDomDocument.h +++ b/src/MissionManager/KMLPlanDomDocument.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/LandingComplexItem.cc b/src/MissionManager/LandingComplexItem.cc index 8441af8ea5a..0ad11b90b2f 100644 --- a/src/MissionManager/LandingComplexItem.cc +++ b/src/MissionManager/LandingComplexItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/LandingComplexItem.h b/src/MissionManager/LandingComplexItem.h index a4e3c6cb457..c1c0ee71c7d 100644 --- a/src/MissionManager/LandingComplexItem.h +++ b/src/MissionManager/LandingComplexItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionCommandList.cc b/src/MissionManager/MissionCommandList.cc index 025cc37c495..c81b52e52ca 100644 --- a/src/MissionManager/MissionCommandList.cc +++ b/src/MissionManager/MissionCommandList.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionCommandList.h b/src/MissionManager/MissionCommandList.h index d5b96ab5444..f0a60373916 100644 --- a/src/MissionManager/MissionCommandList.h +++ b/src/MissionManager/MissionCommandList.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionCommandTree.cc b/src/MissionManager/MissionCommandTree.cc index 2ffd5e6a335..bd940772576 100644 --- a/src/MissionManager/MissionCommandTree.cc +++ b/src/MissionManager/MissionCommandTree.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionCommandTree.h b/src/MissionManager/MissionCommandTree.h index 9a23f3a7078..ed4b46deccd 100644 --- a/src/MissionManager/MissionCommandTree.h +++ b/src/MissionManager/MissionCommandTree.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionCommandUIInfo.cc b/src/MissionManager/MissionCommandUIInfo.cc index 7f4c9525b75..67bd5fc4479 100644 --- a/src/MissionManager/MissionCommandUIInfo.cc +++ b/src/MissionManager/MissionCommandUIInfo.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionCommandUIInfo.h b/src/MissionManager/MissionCommandUIInfo.h index 57d0d5a7a6a..5a625066b51 100644 --- a/src/MissionManager/MissionCommandUIInfo.h +++ b/src/MissionManager/MissionCommandUIInfo.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionController.cc b/src/MissionManager/MissionController.cc index fd8bcc19f1e..a2034c75b01 100644 --- a/src/MissionManager/MissionController.cc +++ b/src/MissionManager/MissionController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionController.h b/src/MissionManager/MissionController.h index 7fbe1af666d..e1d4917f0a1 100644 --- a/src/MissionManager/MissionController.h +++ b/src/MissionManager/MissionController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionItem.cc b/src/MissionManager/MissionItem.cc index a9243299849..7cae70a93c9 100644 --- a/src/MissionManager/MissionItem.cc +++ b/src/MissionManager/MissionItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionItem.h b/src/MissionManager/MissionItem.h index 6ee5ac6891d..8d84525417e 100644 --- a/src/MissionManager/MissionItem.h +++ b/src/MissionManager/MissionItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionManager.cc b/src/MissionManager/MissionManager.cc index cca477a7671..3b8ef5fc935 100644 --- a/src/MissionManager/MissionManager.cc +++ b/src/MissionManager/MissionManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionManager.h b/src/MissionManager/MissionManager.h index c0a9f6be85f..18091585b1a 100644 --- a/src/MissionManager/MissionManager.h +++ b/src/MissionManager/MissionManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionSettingsItem.cc b/src/MissionManager/MissionSettingsItem.cc index e9a2c9e1ac0..7ddbff3024c 100644 --- a/src/MissionManager/MissionSettingsItem.cc +++ b/src/MissionManager/MissionSettingsItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/MissionSettingsItem.h b/src/MissionManager/MissionSettingsItem.h index bee6361b09e..ff8f941fd2e 100644 --- a/src/MissionManager/MissionSettingsItem.h +++ b/src/MissionManager/MissionSettingsItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanCreator.cc b/src/MissionManager/PlanCreator.cc index 24d9f5d995d..fe1d41286cc 100644 --- a/src/MissionManager/PlanCreator.cc +++ b/src/MissionManager/PlanCreator.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanCreator.h b/src/MissionManager/PlanCreator.h index c5b07670f24..5a9540e6919 100644 --- a/src/MissionManager/PlanCreator.h +++ b/src/MissionManager/PlanCreator.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanElementController.cc b/src/MissionManager/PlanElementController.cc index ce03f25b2d3..8a4ac2d8f27 100644 --- a/src/MissionManager/PlanElementController.cc +++ b/src/MissionManager/PlanElementController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanElementController.h b/src/MissionManager/PlanElementController.h index 7b1eb7af646..b28e1572851 100644 --- a/src/MissionManager/PlanElementController.h +++ b/src/MissionManager/PlanElementController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanManager.cc b/src/MissionManager/PlanManager.cc index 818591bb3bf..9174a40b783 100644 --- a/src/MissionManager/PlanManager.cc +++ b/src/MissionManager/PlanManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanManager.h b/src/MissionManager/PlanManager.h index 2f7d0db03ab..2745bb13fcc 100644 --- a/src/MissionManager/PlanManager.h +++ b/src/MissionManager/PlanManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanMasterController.cc b/src/MissionManager/PlanMasterController.cc index 0a6bf493080..ff9a083b91d 100644 --- a/src/MissionManager/PlanMasterController.cc +++ b/src/MissionManager/PlanMasterController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/PlanMasterController.h b/src/MissionManager/PlanMasterController.h index 254c326c851..933f5b9c0fa 100644 --- a/src/MissionManager/PlanMasterController.h +++ b/src/MissionManager/PlanMasterController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/RallyPoint.cc b/src/MissionManager/RallyPoint.cc index f28197b94f5..337f1b3f89c 100644 --- a/src/MissionManager/RallyPoint.cc +++ b/src/MissionManager/RallyPoint.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/RallyPoint.h b/src/MissionManager/RallyPoint.h index 1882616b6da..6553c2dfed9 100644 --- a/src/MissionManager/RallyPoint.h +++ b/src/MissionManager/RallyPoint.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/RallyPointController.cc b/src/MissionManager/RallyPointController.cc index 6c148166bc5..24acd87bffb 100644 --- a/src/MissionManager/RallyPointController.cc +++ b/src/MissionManager/RallyPointController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/RallyPointController.h b/src/MissionManager/RallyPointController.h index b6e4e26c3e9..2263fc23650 100644 --- a/src/MissionManager/RallyPointController.h +++ b/src/MissionManager/RallyPointController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/RallyPointManager.cc b/src/MissionManager/RallyPointManager.cc index 15ccf926ab2..514f610b600 100644 --- a/src/MissionManager/RallyPointManager.cc +++ b/src/MissionManager/RallyPointManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/RallyPointManager.h b/src/MissionManager/RallyPointManager.h index ed8b5a1364e..7990176cfaa 100644 --- a/src/MissionManager/RallyPointManager.h +++ b/src/MissionManager/RallyPointManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/Section.h b/src/MissionManager/Section.h index ba18d169ff9..b63ddd9626c 100644 --- a/src/MissionManager/Section.h +++ b/src/MissionManager/Section.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SimpleMissionItem.cc b/src/MissionManager/SimpleMissionItem.cc index a93c113b586..0c9edf661fc 100644 --- a/src/MissionManager/SimpleMissionItem.cc +++ b/src/MissionManager/SimpleMissionItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SimpleMissionItem.h b/src/MissionManager/SimpleMissionItem.h index 747ecbfbe4d..e452f18b5d3 100644 --- a/src/MissionManager/SimpleMissionItem.h +++ b/src/MissionManager/SimpleMissionItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SpeedSection.cc b/src/MissionManager/SpeedSection.cc index e63699d3829..9b4d13c409a 100644 --- a/src/MissionManager/SpeedSection.cc +++ b/src/MissionManager/SpeedSection.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SpeedSection.h b/src/MissionManager/SpeedSection.h index b275488a6ed..039e40a4e35 100644 --- a/src/MissionManager/SpeedSection.h +++ b/src/MissionManager/SpeedSection.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/StructureScanComplexItem.cc b/src/MissionManager/StructureScanComplexItem.cc index 0c23b6afe85..5e38cb50645 100644 --- a/src/MissionManager/StructureScanComplexItem.cc +++ b/src/MissionManager/StructureScanComplexItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/StructureScanComplexItem.h b/src/MissionManager/StructureScanComplexItem.h index 32cc17c0cc1..d62d1878897 100644 --- a/src/MissionManager/StructureScanComplexItem.h +++ b/src/MissionManager/StructureScanComplexItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/StructureScanPlanCreator.cc b/src/MissionManager/StructureScanPlanCreator.cc index 9faee513717..80d36ca244f 100644 --- a/src/MissionManager/StructureScanPlanCreator.cc +++ b/src/MissionManager/StructureScanPlanCreator.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/StructureScanPlanCreator.h b/src/MissionManager/StructureScanPlanCreator.h index db5d9706694..8c2abd2d579 100644 --- a/src/MissionManager/StructureScanPlanCreator.h +++ b/src/MissionManager/StructureScanPlanCreator.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SurveyComplexItem.cc b/src/MissionManager/SurveyComplexItem.cc index 7f59626fb48..3270617fc8e 100644 --- a/src/MissionManager/SurveyComplexItem.cc +++ b/src/MissionManager/SurveyComplexItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SurveyComplexItem.h b/src/MissionManager/SurveyComplexItem.h index d8ac96d5a7e..1c7e13224d4 100644 --- a/src/MissionManager/SurveyComplexItem.h +++ b/src/MissionManager/SurveyComplexItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SurveyPlanCreator.cc b/src/MissionManager/SurveyPlanCreator.cc index 73f27e2fe7a..e1b6531c661 100644 --- a/src/MissionManager/SurveyPlanCreator.cc +++ b/src/MissionManager/SurveyPlanCreator.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/SurveyPlanCreator.h b/src/MissionManager/SurveyPlanCreator.h index 0d78d1e0194..6ace13330d5 100644 --- a/src/MissionManager/SurveyPlanCreator.h +++ b/src/MissionManager/SurveyPlanCreator.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/TakeoffMissionItem.cc b/src/MissionManager/TakeoffMissionItem.cc index b69f8e14007..1a0bab9ec22 100644 --- a/src/MissionManager/TakeoffMissionItem.cc +++ b/src/MissionManager/TakeoffMissionItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/TakeoffMissionItem.h b/src/MissionManager/TakeoffMissionItem.h index 180e4a7d11b..ca8af72838d 100644 --- a/src/MissionManager/TakeoffMissionItem.h +++ b/src/MissionManager/TakeoffMissionItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/TransectStyleComplexItem.cc b/src/MissionManager/TransectStyleComplexItem.cc index 845a7ae97a2..9debf423624 100644 --- a/src/MissionManager/TransectStyleComplexItem.cc +++ b/src/MissionManager/TransectStyleComplexItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/TransectStyleComplexItem.h b/src/MissionManager/TransectStyleComplexItem.h index 68962ead396..ede0c290554 100644 --- a/src/MissionManager/TransectStyleComplexItem.h +++ b/src/MissionManager/TransectStyleComplexItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/VTOLLandingComplexItem.cc b/src/MissionManager/VTOLLandingComplexItem.cc index dfd7363942f..94f1101212a 100644 --- a/src/MissionManager/VTOLLandingComplexItem.cc +++ b/src/MissionManager/VTOLLandingComplexItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/VTOLLandingComplexItem.h b/src/MissionManager/VTOLLandingComplexItem.h index 53925228f69..610b749dfe7 100644 --- a/src/MissionManager/VTOLLandingComplexItem.h +++ b/src/MissionManager/VTOLLandingComplexItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/VisualMissionItem.cc b/src/MissionManager/VisualMissionItem.cc index c3a24a21765..2ce54df4982 100644 --- a/src/MissionManager/VisualMissionItem.cc +++ b/src/MissionManager/VisualMissionItem.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/MissionManager/VisualMissionItem.h b/src/MissionManager/VisualMissionItem.h index 0f6170d2055..4f136ef0217 100644 --- a/src/MissionManager/VisualMissionItem.h +++ b/src/MissionManager/VisualMissionItem.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/PositionManager/PositionManager.cpp b/src/PositionManager/PositionManager.cpp index eb2da39715c..8df45e5b0ab 100644 --- a/src/PositionManager/PositionManager.cpp +++ b/src/PositionManager/PositionManager.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/PositionManager/PositionManager.h b/src/PositionManager/PositionManager.h index f6d1f0d9b46..4b236ba2012 100644 --- a/src/PositionManager/PositionManager.h +++ b/src/PositionManager/PositionManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/PositionManager/SimulatedPosition.cc b/src/PositionManager/SimulatedPosition.cc index 79a31833812..e1afa4e7e5c 100644 --- a/src/PositionManager/SimulatedPosition.cc +++ b/src/PositionManager/SimulatedPosition.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/PositionManager/SimulatedPosition.h b/src/PositionManager/SimulatedPosition.h index 3673ac93f0a..9016245b7a4 100644 --- a/src/PositionManager/SimulatedPosition.h +++ b/src/PositionManager/SimulatedPosition.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index b000582e12d..41fb1467590 100644 --- a/src/QGCApplication.cc +++ b/src/QGCApplication.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QGCApplication.h b/src/QGCApplication.h index 2fcde79f97d..420b4ca7f46 100644 --- a/src/QGCApplication.h +++ b/src/QGCApplication.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QGCConfig.h b/src/QGCConfig.h index 0b2bbcc8d14..7f7fbd20bc7 100644 --- a/src/QGCConfig.h +++ b/src/QGCConfig.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once // If you need to make an incompatible changes to stored settings, bump this version number diff --git a/src/QGCToolbox.cc b/src/QGCToolbox.cc index 79e17648c36..09e933c7212 100644 --- a/src/QGCToolbox.cc +++ b/src/QGCToolbox.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QGCToolbox.h b/src/QGCToolbox.h index cc48bb7f507..634ee38d213 100644 --- a/src/QGCToolbox.h +++ b/src/QGCToolbox.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/AppMessages.cc b/src/QmlControls/AppMessages.cc index 1e496a78c7f..6e31f96675d 100644 --- a/src/QmlControls/AppMessages.cc +++ b/src/QmlControls/AppMessages.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/AppMessages.h b/src/QmlControls/AppMessages.h index a13341c877f..d7d0d9efab8 100644 --- a/src/QmlControls/AppMessages.h +++ b/src/QmlControls/AppMessages.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/CustomAction.cc b/src/QmlControls/CustomAction.cc index 3172b8d001e..849cef3054c 100644 --- a/src/QmlControls/CustomAction.cc +++ b/src/QmlControls/CustomAction.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "CustomAction.h" #include "Vehicle.h" diff --git a/src/QmlControls/CustomAction.h b/src/QmlControls/CustomAction.h index 188c37f9a0f..6ccb1c370bc 100644 --- a/src/QmlControls/CustomAction.h +++ b/src/QmlControls/CustomAction.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/CustomActionManager.cc b/src/QmlControls/CustomActionManager.cc index 1946b8db217..e4e7ca1911c 100644 --- a/src/QmlControls/CustomActionManager.cc +++ b/src/QmlControls/CustomActionManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/CustomActionManager.h b/src/QmlControls/CustomActionManager.h index 884bdd5e783..3d4d736bfa6 100644 --- a/src/QmlControls/CustomActionManager.h +++ b/src/QmlControls/CustomActionManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/EditPositionDialogController.cc b/src/QmlControls/EditPositionDialogController.cc index 4d2f9a2f97a..fbdaa041973 100644 --- a/src/QmlControls/EditPositionDialogController.cc +++ b/src/QmlControls/EditPositionDialogController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/EditPositionDialogController.h b/src/QmlControls/EditPositionDialogController.h index 8b383d9f923..2b41856b5f3 100644 --- a/src/QmlControls/EditPositionDialogController.h +++ b/src/QmlControls/EditPositionDialogController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/FactValueGrid.cc b/src/QmlControls/FactValueGrid.cc index 32f4556268c..2298680bdbf 100644 --- a/src/QmlControls/FactValueGrid.cc +++ b/src/QmlControls/FactValueGrid.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/FactValueGrid.h b/src/QmlControls/FactValueGrid.h index ae01176d9cd..892460531ee 100644 --- a/src/QmlControls/FactValueGrid.h +++ b/src/QmlControls/FactValueGrid.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/FlightPathSegment.cc b/src/QmlControls/FlightPathSegment.cc index 3e163c233f2..96b7af1b3e9 100644 --- a/src/QmlControls/FlightPathSegment.cc +++ b/src/QmlControls/FlightPathSegment.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/FlightPathSegment.h b/src/QmlControls/FlightPathSegment.h index dbb3959ff9e..3d047020c1b 100644 --- a/src/QmlControls/FlightPathSegment.h +++ b/src/QmlControls/FlightPathSegment.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/HorizontalFactValueGrid.cc b/src/QmlControls/HorizontalFactValueGrid.cc index e2ec8ceb363..b946d48ef02 100644 --- a/src/QmlControls/HorizontalFactValueGrid.cc +++ b/src/QmlControls/HorizontalFactValueGrid.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/HorizontalFactValueGrid.h b/src/QmlControls/HorizontalFactValueGrid.h index fad56cbd26c..f48eb431ddd 100644 --- a/src/QmlControls/HorizontalFactValueGrid.h +++ b/src/QmlControls/HorizontalFactValueGrid.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/InstrumentValueData.cc b/src/QmlControls/InstrumentValueData.cc index 7012f017938..15f310859dd 100644 --- a/src/QmlControls/InstrumentValueData.cc +++ b/src/QmlControls/InstrumentValueData.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/InstrumentValueData.h b/src/QmlControls/InstrumentValueData.h index f3ad3fa6a18..8bac15b59a1 100644 --- a/src/QmlControls/InstrumentValueData.h +++ b/src/QmlControls/InstrumentValueData.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ParameterEditorController.cc b/src/QmlControls/ParameterEditorController.cc index 55c6beb1ca6..a2863f40288 100644 --- a/src/QmlControls/ParameterEditorController.cc +++ b/src/QmlControls/ParameterEditorController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ParameterEditorController.h b/src/QmlControls/ParameterEditorController.h index 09a47b14b84..fd860b227fe 100644 --- a/src/QmlControls/ParameterEditorController.h +++ b/src/QmlControls/ParameterEditorController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCFenceCircle.cc b/src/QmlControls/QGCFenceCircle.cc index 5d3e3a483a3..d2eeb0d6671 100644 --- a/src/QmlControls/QGCFenceCircle.cc +++ b/src/QmlControls/QGCFenceCircle.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCFenceCircle.h b/src/QmlControls/QGCFenceCircle.h index 161f123177b..20a3f2d9d77 100644 --- a/src/QmlControls/QGCFenceCircle.h +++ b/src/QmlControls/QGCFenceCircle.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCFencePolygon.cc b/src/QmlControls/QGCFencePolygon.cc index 5b744195e49..ac3303dd239 100644 --- a/src/QmlControls/QGCFencePolygon.cc +++ b/src/QmlControls/QGCFencePolygon.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCFencePolygon.h b/src/QmlControls/QGCFencePolygon.h index 1d426db9128..dbf4c793881 100644 --- a/src/QmlControls/QGCFencePolygon.h +++ b/src/QmlControls/QGCFencePolygon.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCFileDialogController.cc b/src/QmlControls/QGCFileDialogController.cc index 12d50371cbd..c590ff08150 100644 --- a/src/QmlControls/QGCFileDialogController.cc +++ b/src/QmlControls/QGCFileDialogController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCFileDialogController.h b/src/QmlControls/QGCFileDialogController.h index fdb20fa1a05..36383b64f82 100644 --- a/src/QmlControls/QGCFileDialogController.h +++ b/src/QmlControls/QGCFileDialogController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCGeoBoundingCube.cc b/src/QmlControls/QGCGeoBoundingCube.cc index 8dad4280fe0..cfebcdefa86 100644 --- a/src/QmlControls/QGCGeoBoundingCube.cc +++ b/src/QmlControls/QGCGeoBoundingCube.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCGeoBoundingCube.h b/src/QmlControls/QGCGeoBoundingCube.h index 88b80933f18..ba1b7c92bce 100644 --- a/src/QmlControls/QGCGeoBoundingCube.h +++ b/src/QmlControls/QGCGeoBoundingCube.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCImageProvider.cc b/src/QmlControls/QGCImageProvider.cc index 2c95e1277f0..86d878e15f6 100644 --- a/src/QmlControls/QGCImageProvider.cc +++ b/src/QmlControls/QGCImageProvider.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCImageProvider.h b/src/QmlControls/QGCImageProvider.h index e81c72ea63c..23ea49f7544 100644 --- a/src/QmlControls/QGCImageProvider.h +++ b/src/QmlControls/QGCImageProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapCircle.cc b/src/QmlControls/QGCMapCircle.cc index 60c0a3a48ef..1c11f29af0d 100644 --- a/src/QmlControls/QGCMapCircle.cc +++ b/src/QmlControls/QGCMapCircle.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapCircle.h b/src/QmlControls/QGCMapCircle.h index 81ebfd7273a..5426f93cc06 100644 --- a/src/QmlControls/QGCMapCircle.h +++ b/src/QmlControls/QGCMapCircle.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapPalette.cc b/src/QmlControls/QGCMapPalette.cc index 83cea2f64cb..4fe35f2a6f9 100644 --- a/src/QmlControls/QGCMapPalette.cc +++ b/src/QmlControls/QGCMapPalette.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapPalette.h b/src/QmlControls/QGCMapPalette.h index 51602891729..b6c1b3cebe9 100644 --- a/src/QmlControls/QGCMapPalette.h +++ b/src/QmlControls/QGCMapPalette.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapPolygon.cc b/src/QmlControls/QGCMapPolygon.cc index c0a9649d7d9..d3b240a1f37 100644 --- a/src/QmlControls/QGCMapPolygon.cc +++ b/src/QmlControls/QGCMapPolygon.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapPolygon.h b/src/QmlControls/QGCMapPolygon.h index 73ecf292edc..ebdca275d9a 100644 --- a/src/QmlControls/QGCMapPolygon.h +++ b/src/QmlControls/QGCMapPolygon.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapPolyline.cc b/src/QmlControls/QGCMapPolyline.cc index ea047441c44..dec44cfc1db 100644 --- a/src/QmlControls/QGCMapPolyline.cc +++ b/src/QmlControls/QGCMapPolyline.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCMapPolyline.h b/src/QmlControls/QGCMapPolyline.h index d145d3cf490..b9092a1679e 100644 --- a/src/QmlControls/QGCMapPolyline.h +++ b/src/QmlControls/QGCMapPolyline.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCPalette.cc b/src/QmlControls/QGCPalette.cc index 18ae2f32998..ab13c7c27e9 100644 --- a/src/QmlControls/QGCPalette.cc +++ b/src/QmlControls/QGCPalette.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCPalette.h b/src/QmlControls/QGCPalette.h index 0a959becd00..477646fd9ec 100644 --- a/src/QmlControls/QGCPalette.h +++ b/src/QmlControls/QGCPalette.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCQGeoCoordinate.cc b/src/QmlControls/QGCQGeoCoordinate.cc index 535ac54bd8a..2341ae46253 100644 --- a/src/QmlControls/QGCQGeoCoordinate.cc +++ b/src/QmlControls/QGCQGeoCoordinate.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGCQGeoCoordinate.h b/src/QmlControls/QGCQGeoCoordinate.h index 1bdf78d69ed..80367a6fede 100644 --- a/src/QmlControls/QGCQGeoCoordinate.h +++ b/src/QmlControls/QGCQGeoCoordinate.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGroundControlQmlGlobal.cc b/src/QmlControls/QGroundControlQmlGlobal.cc index ca211f2c04b..ffd7923a57b 100644 --- a/src/QmlControls/QGroundControlQmlGlobal.cc +++ b/src/QmlControls/QGroundControlQmlGlobal.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QGroundControlQmlGlobal.h b/src/QmlControls/QGroundControlQmlGlobal.h index 609b3ce65b8..e9e2b41d39c 100644 --- a/src/QmlControls/QGroundControlQmlGlobal.h +++ b/src/QmlControls/QGroundControlQmlGlobal.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QmlObjectListModel.cc b/src/QmlControls/QmlObjectListModel.cc index 263e95ecfa3..5a37cdfc688 100644 --- a/src/QmlControls/QmlObjectListModel.cc +++ b/src/QmlControls/QmlObjectListModel.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QmlObjectListModel.h b/src/QmlControls/QmlObjectListModel.h index 5a5524e9765..0c932da9703 100644 --- a/src/QmlControls/QmlObjectListModel.h +++ b/src/QmlControls/QmlObjectListModel.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/QmlUnitsConversion.h b/src/QmlControls/QmlUnitsConversion.h index 8c8308ed7ae..4a783619bb9 100644 --- a/src/QmlControls/QmlUnitsConversion.h +++ b/src/QmlControls/QmlUnitsConversion.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/RCChannelMonitorController.cc b/src/QmlControls/RCChannelMonitorController.cc index 4bea6b13df3..df686dcf405 100644 --- a/src/QmlControls/RCChannelMonitorController.cc +++ b/src/QmlControls/RCChannelMonitorController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/RCChannelMonitorController.h b/src/QmlControls/RCChannelMonitorController.h index ba362884b27..24401f3ae14 100644 --- a/src/QmlControls/RCChannelMonitorController.h +++ b/src/QmlControls/RCChannelMonitorController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/RCToParamDialogController.cc b/src/QmlControls/RCToParamDialogController.cc index d527623c8ca..2028568c733 100644 --- a/src/QmlControls/RCToParamDialogController.cc +++ b/src/QmlControls/RCToParamDialogController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/RCToParamDialogController.h b/src/QmlControls/RCToParamDialogController.h index 4b01960c037..4d9318185f4 100644 --- a/src/QmlControls/RCToParamDialogController.h +++ b/src/QmlControls/RCToParamDialogController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ScreenToolsController.cc b/src/QmlControls/ScreenToolsController.cc index bd65e9b6323..f33c571854f 100644 --- a/src/QmlControls/ScreenToolsController.cc +++ b/src/QmlControls/ScreenToolsController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ScreenToolsController.h b/src/QmlControls/ScreenToolsController.h index 86b00b1ba4b..53979bdded6 100644 --- a/src/QmlControls/ScreenToolsController.h +++ b/src/QmlControls/ScreenToolsController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/TerrainProfile.cc b/src/QmlControls/TerrainProfile.cc index 817da47c521..c0ad72fad85 100644 --- a/src/QmlControls/TerrainProfile.cc +++ b/src/QmlControls/TerrainProfile.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/TerrainProfile.h b/src/QmlControls/TerrainProfile.h index d31f85145e1..3e2e3558301 100644 --- a/src/QmlControls/TerrainProfile.h +++ b/src/QmlControls/TerrainProfile.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ToolStripAction.cc b/src/QmlControls/ToolStripAction.cc index a78ad67fa49..b85d0c7125a 100644 --- a/src/QmlControls/ToolStripAction.cc +++ b/src/QmlControls/ToolStripAction.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ToolStripAction.h b/src/QmlControls/ToolStripAction.h index 48ac7630668..641b12113f3 100644 --- a/src/QmlControls/ToolStripAction.h +++ b/src/QmlControls/ToolStripAction.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ToolStripActionList.cc b/src/QmlControls/ToolStripActionList.cc index 9dc8b57603f..77515ca73d0 100644 --- a/src/QmlControls/ToolStripActionList.cc +++ b/src/QmlControls/ToolStripActionList.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QmlControls/ToolStripActionList.h b/src/QmlControls/ToolStripActionList.h index f358a652572..a8ad798ee62 100644 --- a/src/QmlControls/ToolStripActionList.h +++ b/src/QmlControls/ToolStripActionList.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/BingMapProvider.cpp b/src/QtLocationPlugin/Providers/BingMapProvider.cpp index 4e114cc9adc..c70dbdd91c2 100644 --- a/src/QtLocationPlugin/Providers/BingMapProvider.cpp +++ b/src/QtLocationPlugin/Providers/BingMapProvider.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/BingMapProvider.h b/src/QtLocationPlugin/Providers/BingMapProvider.h index 0bd51db8784..479aaa12235 100644 --- a/src/QtLocationPlugin/Providers/BingMapProvider.h +++ b/src/QtLocationPlugin/Providers/BingMapProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/ElevationMapProvider.cpp b/src/QtLocationPlugin/Providers/ElevationMapProvider.cpp index 2838caa893a..f495967cd26 100644 --- a/src/QtLocationPlugin/Providers/ElevationMapProvider.cpp +++ b/src/QtLocationPlugin/Providers/ElevationMapProvider.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/ElevationMapProvider.h b/src/QtLocationPlugin/Providers/ElevationMapProvider.h index eae1a39918d..0bb40ffbc71 100644 --- a/src/QtLocationPlugin/Providers/ElevationMapProvider.h +++ b/src/QtLocationPlugin/Providers/ElevationMapProvider.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include "MapProvider.h" diff --git a/src/QtLocationPlugin/Providers/EsriMapProvider.cpp b/src/QtLocationPlugin/Providers/EsriMapProvider.cpp index 146587dc950..0c2bc640ce2 100644 --- a/src/QtLocationPlugin/Providers/EsriMapProvider.cpp +++ b/src/QtLocationPlugin/Providers/EsriMapProvider.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/EsriMapProvider.h b/src/QtLocationPlugin/Providers/EsriMapProvider.h index 39a17dbe054..ef423ce2eb3 100644 --- a/src/QtLocationPlugin/Providers/EsriMapProvider.h +++ b/src/QtLocationPlugin/Providers/EsriMapProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/GenericMapProvider.cpp b/src/QtLocationPlugin/Providers/GenericMapProvider.cpp index 30d02124cad..ea940dbcd04 100644 --- a/src/QtLocationPlugin/Providers/GenericMapProvider.cpp +++ b/src/QtLocationPlugin/Providers/GenericMapProvider.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/GenericMapProvider.h b/src/QtLocationPlugin/Providers/GenericMapProvider.h index 2c2c80d903a..755fbc6bdcb 100644 --- a/src/QtLocationPlugin/Providers/GenericMapProvider.h +++ b/src/QtLocationPlugin/Providers/GenericMapProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/GoogleMapProvider.cpp b/src/QtLocationPlugin/Providers/GoogleMapProvider.cpp index 1db60a601c3..d770e9acf5b 100644 --- a/src/QtLocationPlugin/Providers/GoogleMapProvider.cpp +++ b/src/QtLocationPlugin/Providers/GoogleMapProvider.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/GoogleMapProvider.h b/src/QtLocationPlugin/Providers/GoogleMapProvider.h index 0d60ccbdf2d..c3c69c71fb0 100644 --- a/src/QtLocationPlugin/Providers/GoogleMapProvider.h +++ b/src/QtLocationPlugin/Providers/GoogleMapProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/MapProvider.cpp b/src/QtLocationPlugin/Providers/MapProvider.cpp index 0191e13cb86..721afa87827 100644 --- a/src/QtLocationPlugin/Providers/MapProvider.cpp +++ b/src/QtLocationPlugin/Providers/MapProvider.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/MapProvider.h b/src/QtLocationPlugin/Providers/MapProvider.h index 13f2e3ea195..a47fd6e586f 100644 --- a/src/QtLocationPlugin/Providers/MapProvider.h +++ b/src/QtLocationPlugin/Providers/MapProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/Providers/MapboxMapProvider.cpp b/src/QtLocationPlugin/Providers/MapboxMapProvider.cpp index ffe20e1e132..5463d6a2470 100644 --- a/src/QtLocationPlugin/Providers/MapboxMapProvider.cpp +++ b/src/QtLocationPlugin/Providers/MapboxMapProvider.cpp @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "MapboxMapProvider.h" #include "QGCApplication.h" #include "SettingsManager.h" diff --git a/src/QtLocationPlugin/Providers/MapboxMapProvider.h b/src/QtLocationPlugin/Providers/MapboxMapProvider.h index 4249a141016..dd9801bf8e2 100644 --- a/src/QtLocationPlugin/Providers/MapboxMapProvider.h +++ b/src/QtLocationPlugin/Providers/MapboxMapProvider.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCCacheTile.h b/src/QtLocationPlugin/QGCCacheTile.h index 856c32ae771..056c562c35f 100644 --- a/src/QtLocationPlugin/QGCCacheTile.h +++ b/src/QtLocationPlugin/QGCCacheTile.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGCCachedTileSet.cpp b/src/QtLocationPlugin/QGCCachedTileSet.cpp index 0bbd7ae8555..928f67297b7 100644 --- a/src/QtLocationPlugin/QGCCachedTileSet.cpp +++ b/src/QtLocationPlugin/QGCCachedTileSet.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCCachedTileSet.h b/src/QtLocationPlugin/QGCCachedTileSet.h index dc184d4d906..e204941c5f4 100644 --- a/src/QtLocationPlugin/QGCCachedTileSet.h +++ b/src/QtLocationPlugin/QGCCachedTileSet.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCMapEngine.cpp b/src/QtLocationPlugin/QGCMapEngine.cpp index 02c6fd41f42..6afde590ca7 100644 --- a/src/QtLocationPlugin/QGCMapEngine.cpp +++ b/src/QtLocationPlugin/QGCMapEngine.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCMapEngine.h b/src/QtLocationPlugin/QGCMapEngine.h index 315b5a356d3..a41fde3fce1 100644 --- a/src/QtLocationPlugin/QGCMapEngine.h +++ b/src/QtLocationPlugin/QGCMapEngine.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCMapTasks.h b/src/QtLocationPlugin/QGCMapTasks.h index c13dca08c63..6ee9e05e17a 100644 --- a/src/QtLocationPlugin/QGCMapTasks.h +++ b/src/QtLocationPlugin/QGCMapTasks.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCMapUrlEngine.cpp b/src/QtLocationPlugin/QGCMapUrlEngine.cpp index d2620113864..14d279bcb2d 100644 --- a/src/QtLocationPlugin/QGCMapUrlEngine.cpp +++ b/src/QtLocationPlugin/QGCMapUrlEngine.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCMapUrlEngine.h b/src/QtLocationPlugin/QGCMapUrlEngine.h index 63161b413d4..98af65bdd57 100644 --- a/src/QtLocationPlugin/QGCMapUrlEngine.h +++ b/src/QtLocationPlugin/QGCMapUrlEngine.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCTile.h b/src/QtLocationPlugin/QGCTile.h index cd79e7f606e..8ae544922c7 100644 --- a/src/QtLocationPlugin/QGCTile.h +++ b/src/QtLocationPlugin/QGCTile.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGCTileCacheWorker.cpp b/src/QtLocationPlugin/QGCTileCacheWorker.cpp index 64342a820b3..25e2210e658 100644 --- a/src/QtLocationPlugin/QGCTileCacheWorker.cpp +++ b/src/QtLocationPlugin/QGCTileCacheWorker.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCTileCacheWorker.h b/src/QtLocationPlugin/QGCTileCacheWorker.h index a2bbc24e50a..4db473a9630 100644 --- a/src/QtLocationPlugin/QGCTileCacheWorker.h +++ b/src/QtLocationPlugin/QGCTileCacheWorker.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QGCTileSet.h b/src/QtLocationPlugin/QGCTileSet.h index 6e4568567ef..330468f2b1e 100644 --- a/src/QtLocationPlugin/QGCTileSet.h +++ b/src/QtLocationPlugin/QGCTileSet.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGeoFileTileCacheQGC.cpp b/src/QtLocationPlugin/QGeoFileTileCacheQGC.cpp index cc47a0bc051..002fa0bf130 100644 --- a/src/QtLocationPlugin/QGeoFileTileCacheQGC.cpp +++ b/src/QtLocationPlugin/QGeoFileTileCacheQGC.cpp @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "QGeoFileTileCacheQGC.h" #include "QGCMapEngine.h" #include "QGCApplication.h" diff --git a/src/QtLocationPlugin/QGeoFileTileCacheQGC.h b/src/QtLocationPlugin/QGeoFileTileCacheQGC.h index 271b220d4d9..8d5b57cbb98 100644 --- a/src/QtLocationPlugin/QGeoFileTileCacheQGC.h +++ b/src/QtLocationPlugin/QGeoFileTileCacheQGC.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGeoMapReplyQGC.cpp b/src/QtLocationPlugin/QGeoMapReplyQGC.cpp index 760e2c702f9..5c23428816a 100644 --- a/src/QtLocationPlugin/QGeoMapReplyQGC.cpp +++ b/src/QtLocationPlugin/QGeoMapReplyQGC.cpp @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "QGeoMapReplyQGC.h" #include "ElevationMapProvider.h" diff --git a/src/QtLocationPlugin/QGeoMapReplyQGC.h b/src/QtLocationPlugin/QGeoMapReplyQGC.h index d7eec1b2106..d4deafb8270 100644 --- a/src/QtLocationPlugin/QGeoMapReplyQGC.h +++ b/src/QtLocationPlugin/QGeoMapReplyQGC.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.cpp b/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.cpp index e63e8d8c63f..3217f0d3b27 100644 --- a/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.cpp +++ b/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.cpp @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "QGeoServiceProviderPluginQGC.h" #include "QGeoTiledMappingManagerEngineQGC.h" #include diff --git a/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.h b/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.h index 40eb7bbc46b..0221ae0b46a 100644 --- a/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.h +++ b/src/QtLocationPlugin/QGeoServiceProviderPluginQGC.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGeoTileFetcherQGC.cpp b/src/QtLocationPlugin/QGeoTileFetcherQGC.cpp index c99227282e2..6ac6ae57f94 100644 --- a/src/QtLocationPlugin/QGeoTileFetcherQGC.cpp +++ b/src/QtLocationPlugin/QGeoTileFetcherQGC.cpp @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "QGeoTileFetcherQGC.h" #include "QGeoTiledMappingManagerEngineQGC.h" #include "QGeoMapReplyQGC.h" diff --git a/src/QtLocationPlugin/QGeoTileFetcherQGC.h b/src/QtLocationPlugin/QGeoTileFetcherQGC.h index 96566a94283..cd646763392 100644 --- a/src/QtLocationPlugin/QGeoTileFetcherQGC.h +++ b/src/QtLocationPlugin/QGeoTileFetcherQGC.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGeoTiledMapQGC.cpp b/src/QtLocationPlugin/QGeoTiledMapQGC.cpp index 6eccb5a6bc7..dec684abddd 100644 --- a/src/QtLocationPlugin/QGeoTiledMapQGC.cpp +++ b/src/QtLocationPlugin/QGeoTiledMapQGC.cpp @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "QGeoTiledMapQGC.h" #include "QGeoTiledMappingManagerEngineQGC.h" #include diff --git a/src/QtLocationPlugin/QGeoTiledMapQGC.h b/src/QtLocationPlugin/QGeoTiledMapQGC.h index 8598b3e056f..d715e1edce5 100644 --- a/src/QtLocationPlugin/QGeoTiledMapQGC.h +++ b/src/QtLocationPlugin/QGeoTiledMapQGC.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.cpp b/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.cpp index 7085532a58c..8b54a3a6982 100644 --- a/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.cpp +++ b/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.cpp @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "QGeoTiledMappingManagerEngineQGC.h" #include "QGCApplication.h" #include "QGCMapEngine.h" diff --git a/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.h b/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.h index 0b9ff42ef57..8c10c856ed4 100644 --- a/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.h +++ b/src/QtLocationPlugin/QGeoTiledMappingManagerEngineQGC.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.cc b/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.cc index d49e0a46a14..37ebf43cf16 100644 --- a/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.cc +++ b/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.h b/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.h index b7c930620a7..bae8358b381 100644 --- a/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.h +++ b/src/QtLocationPlugin/QMLControl/QGCMapEngineManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/RunGuard.cc b/src/RunGuard.cc index 369982a4048..e08f366c796 100644 --- a/src/RunGuard.cc +++ b/src/RunGuard.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/RunGuard.h b/src/RunGuard.h index a2ec4b2ac91..ffff3cd3dbc 100644 --- a/src/RunGuard.h +++ b/src/RunGuard.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/ADSBVehicleManagerSettings.cc b/src/Settings/ADSBVehicleManagerSettings.cc index 89f31377458..cfd2002cd24 100644 --- a/src/Settings/ADSBVehicleManagerSettings.cc +++ b/src/Settings/ADSBVehicleManagerSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/ADSBVehicleManagerSettings.h b/src/Settings/ADSBVehicleManagerSettings.h index f8ae4e96057..346e7b481d7 100644 --- a/src/Settings/ADSBVehicleManagerSettings.h +++ b/src/Settings/ADSBVehicleManagerSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/APMMavlinkStreamRateSettings.cc b/src/Settings/APMMavlinkStreamRateSettings.cc index ad30c42ce6d..73b1d77d7ce 100644 --- a/src/Settings/APMMavlinkStreamRateSettings.cc +++ b/src/Settings/APMMavlinkStreamRateSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/APMMavlinkStreamRateSettings.h b/src/Settings/APMMavlinkStreamRateSettings.h index a7c6efc614a..1c440831bb8 100644 --- a/src/Settings/APMMavlinkStreamRateSettings.h +++ b/src/Settings/APMMavlinkStreamRateSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/AppSettings.cc b/src/Settings/AppSettings.cc index 13646811cd6..e66432e1f68 100644 --- a/src/Settings/AppSettings.cc +++ b/src/Settings/AppSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/AppSettings.h b/src/Settings/AppSettings.h index 36a81cde664..c6a10f9693f 100644 --- a/src/Settings/AppSettings.h +++ b/src/Settings/AppSettings.h @@ -1,6 +1,6 @@ /***************_qgcTranslatorSourceCode*********************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/AutoConnectSettings.cc b/src/Settings/AutoConnectSettings.cc index cd1dfb004c7..ccd115ea362 100644 --- a/src/Settings/AutoConnectSettings.cc +++ b/src/Settings/AutoConnectSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/AutoConnectSettings.h b/src/Settings/AutoConnectSettings.h index cd631dac2b3..9753465f4f5 100644 --- a/src/Settings/AutoConnectSettings.h +++ b/src/Settings/AutoConnectSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/BatteryIndicatorSettings.cc b/src/Settings/BatteryIndicatorSettings.cc index 718bdca7266..d33483e3a65 100644 --- a/src/Settings/BatteryIndicatorSettings.cc +++ b/src/Settings/BatteryIndicatorSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/BatteryIndicatorSettings.h b/src/Settings/BatteryIndicatorSettings.h index df156360fe4..59c7f8eef5c 100644 --- a/src/Settings/BatteryIndicatorSettings.h +++ b/src/Settings/BatteryIndicatorSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/BrandImageSettings.cc b/src/Settings/BrandImageSettings.cc index 3db8bdf7e25..aa8afea63dc 100644 --- a/src/Settings/BrandImageSettings.cc +++ b/src/Settings/BrandImageSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2017 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/BrandImageSettings.h b/src/Settings/BrandImageSettings.h index 3849a8f6ac9..2fbb01f2438 100644 --- a/src/Settings/BrandImageSettings.h +++ b/src/Settings/BrandImageSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2017 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/CustomMavlinkActionsSettings.cc b/src/Settings/CustomMavlinkActionsSettings.cc index eea2615a38f..983862ddb53 100644 --- a/src/Settings/CustomMavlinkActionsSettings.cc +++ b/src/Settings/CustomMavlinkActionsSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/CustomMavlinkActionsSettings.h b/src/Settings/CustomMavlinkActionsSettings.h index 9bfb4725a0e..f7d47b59bed 100644 --- a/src/Settings/CustomMavlinkActionsSettings.h +++ b/src/Settings/CustomMavlinkActionsSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FirmwareUpgradeSettings.cc b/src/Settings/FirmwareUpgradeSettings.cc index b6ac73dcabc..f897fe944e1 100644 --- a/src/Settings/FirmwareUpgradeSettings.cc +++ b/src/Settings/FirmwareUpgradeSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FirmwareUpgradeSettings.h b/src/Settings/FirmwareUpgradeSettings.h index 87101493b0f..52d97ebc8ba 100644 --- a/src/Settings/FirmwareUpgradeSettings.h +++ b/src/Settings/FirmwareUpgradeSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FlightMapSettings.cc b/src/Settings/FlightMapSettings.cc index 902392cbfe2..76c767f84a4 100644 --- a/src/Settings/FlightMapSettings.cc +++ b/src/Settings/FlightMapSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FlightMapSettings.h b/src/Settings/FlightMapSettings.h index 6627b3fe2d7..0dee597e600 100644 --- a/src/Settings/FlightMapSettings.h +++ b/src/Settings/FlightMapSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FlightModeSettings.cc b/src/Settings/FlightModeSettings.cc index 28f3dfda975..55dffa9b63b 100644 --- a/src/Settings/FlightModeSettings.cc +++ b/src/Settings/FlightModeSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FlightModeSettings.h b/src/Settings/FlightModeSettings.h index db99e6831a2..55ffea7f39c 100644 --- a/src/Settings/FlightModeSettings.h +++ b/src/Settings/FlightModeSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FlyViewSettings.cc b/src/Settings/FlyViewSettings.cc index a01b7b0faf7..2ffa1f02425 100644 --- a/src/Settings/FlyViewSettings.cc +++ b/src/Settings/FlyViewSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/FlyViewSettings.h b/src/Settings/FlyViewSettings.h index a4223f65bcf..d949bf7b05c 100644 --- a/src/Settings/FlyViewSettings.h +++ b/src/Settings/FlyViewSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/MapsSettings.cc b/src/Settings/MapsSettings.cc index 5e2ab235951..bd3e88d44e7 100644 --- a/src/Settings/MapsSettings.cc +++ b/src/Settings/MapsSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/MapsSettings.h b/src/Settings/MapsSettings.h index d7a31f25aec..d2ae7fa9af5 100644 --- a/src/Settings/MapsSettings.h +++ b/src/Settings/MapsSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/OfflineMapsSettings.cc b/src/Settings/OfflineMapsSettings.cc index bbf6771a578..394f6945157 100644 --- a/src/Settings/OfflineMapsSettings.cc +++ b/src/Settings/OfflineMapsSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/OfflineMapsSettings.h b/src/Settings/OfflineMapsSettings.h index c1d663a38ca..80f8079aa7c 100644 --- a/src/Settings/OfflineMapsSettings.h +++ b/src/Settings/OfflineMapsSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/PlanViewSettings.cc b/src/Settings/PlanViewSettings.cc index b4bffeefdaa..07d6abd7b29 100644 --- a/src/Settings/PlanViewSettings.cc +++ b/src/Settings/PlanViewSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/PlanViewSettings.h b/src/Settings/PlanViewSettings.h index 0acc95893d0..60ef0c329ef 100644 --- a/src/Settings/PlanViewSettings.h +++ b/src/Settings/PlanViewSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/RTKSettings.cc b/src/Settings/RTKSettings.cc index 27eac4eaac2..61febbc1db0 100644 --- a/src/Settings/RTKSettings.cc +++ b/src/Settings/RTKSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/RTKSettings.h b/src/Settings/RTKSettings.h index 5f2a3e41e87..8a7b51203dd 100644 --- a/src/Settings/RTKSettings.h +++ b/src/Settings/RTKSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/RemoteIDSettings.cc b/src/Settings/RemoteIDSettings.cc index 61a313478c1..6b5634a363b 100644 --- a/src/Settings/RemoteIDSettings.cc +++ b/src/Settings/RemoteIDSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/RemoteIDSettings.h b/src/Settings/RemoteIDSettings.h index 8eed6e3e096..bfe581d5861 100644 --- a/src/Settings/RemoteIDSettings.h +++ b/src/Settings/RemoteIDSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/SettingsGroup.cc b/src/Settings/SettingsGroup.cc index 27fd8ff5baa..f4c4ecd9e58 100644 --- a/src/Settings/SettingsGroup.cc +++ b/src/Settings/SettingsGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/SettingsGroup.h b/src/Settings/SettingsGroup.h index 26cc7acacce..5c43d720539 100644 --- a/src/Settings/SettingsGroup.h +++ b/src/Settings/SettingsGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/SettingsManager.cc b/src/Settings/SettingsManager.cc index 99bc5b658f3..0d39c5aeef0 100644 --- a/src/Settings/SettingsManager.cc +++ b/src/Settings/SettingsManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/SettingsManager.h b/src/Settings/SettingsManager.h index ec98e246a6a..090b439ec4c 100644 --- a/src/Settings/SettingsManager.h +++ b/src/Settings/SettingsManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/UnitsSettings.cc b/src/Settings/UnitsSettings.cc index 398c8bc20c4..c4b5105c264 100644 --- a/src/Settings/UnitsSettings.cc +++ b/src/Settings/UnitsSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/UnitsSettings.h b/src/Settings/UnitsSettings.h index 809f71262af..456871cd63f 100644 --- a/src/Settings/UnitsSettings.h +++ b/src/Settings/UnitsSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/VideoDecoderOptions.h b/src/Settings/VideoDecoderOptions.h index d7a03ddbe2a..f8ef9fec947 100644 --- a/src/Settings/VideoDecoderOptions.h +++ b/src/Settings/VideoDecoderOptions.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/VideoSettings.cc b/src/Settings/VideoSettings.cc index 4f136313906..3b0b0df594a 100644 --- a/src/Settings/VideoSettings.cc +++ b/src/Settings/VideoSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/VideoSettings.h b/src/Settings/VideoSettings.h index 928c6f35f0f..daed65b6a6a 100644 --- a/src/Settings/VideoSettings.h +++ b/src/Settings/VideoSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/Viewer3DSettings.cc b/src/Settings/Viewer3DSettings.cc index 5784f01b40b..e9b5c0948c9 100644 --- a/src/Settings/Viewer3DSettings.cc +++ b/src/Settings/Viewer3DSettings.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Settings/Viewer3DSettings.h b/src/Settings/Viewer3DSettings.h index c112d5d8174..2da14afe026 100644 --- a/src/Settings/Viewer3DSettings.h +++ b/src/Settings/Viewer3DSettings.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainQuery.cc b/src/Terrain/TerrainQuery.cc index 268ab115c1c..db0a523515b 100644 --- a/src/Terrain/TerrainQuery.cc +++ b/src/Terrain/TerrainQuery.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainQuery.h b/src/Terrain/TerrainQuery.h index 9a062aab26a..a225f7135c6 100644 --- a/src/Terrain/TerrainQuery.h +++ b/src/Terrain/TerrainQuery.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainQueryAirMap.cc b/src/Terrain/TerrainQueryAirMap.cc index d97b58be4c1..b3f09079735 100644 --- a/src/Terrain/TerrainQueryAirMap.cc +++ b/src/Terrain/TerrainQueryAirMap.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainQueryAirMap.h b/src/Terrain/TerrainQueryAirMap.h index 0f63b7ad0e0..f34478cfe21 100644 --- a/src/Terrain/TerrainQueryAirMap.h +++ b/src/Terrain/TerrainQueryAirMap.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainQueryInterface.cc b/src/Terrain/TerrainQueryInterface.cc index 2f1c3b3dedd..61aa2cbbf1a 100644 --- a/src/Terrain/TerrainQueryInterface.cc +++ b/src/Terrain/TerrainQueryInterface.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainQueryInterface.h b/src/Terrain/TerrainQueryInterface.h index fc025e8858d..68845b78ffc 100644 --- a/src/Terrain/TerrainQueryInterface.h +++ b/src/Terrain/TerrainQueryInterface.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Terrain/TerrainTile.cc b/src/Terrain/TerrainTile.cc index 2cadd3c89bc..8f216496d40 100644 --- a/src/Terrain/TerrainTile.cc +++ b/src/Terrain/TerrainTile.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainTile.h b/src/Terrain/TerrainTile.h index 9bb96531ac2..19580ce1172 100644 --- a/src/Terrain/TerrainTile.h +++ b/src/Terrain/TerrainTile.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Terrain/TerrainTileCopernicus.cc b/src/Terrain/TerrainTileCopernicus.cc index a5a6ffe5920..8897628ecb1 100644 --- a/src/Terrain/TerrainTileCopernicus.cc +++ b/src/Terrain/TerrainTileCopernicus.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainTileCopernicus.h b/src/Terrain/TerrainTileCopernicus.h index d5894a73fd0..e26308240d9 100644 --- a/src/Terrain/TerrainTileCopernicus.h +++ b/src/Terrain/TerrainTileCopernicus.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Terrain/TerrainTileManager.cc b/src/Terrain/TerrainTileManager.cc index aceaa327b2c..98200d9342a 100644 --- a/src/Terrain/TerrainTileManager.cc +++ b/src/Terrain/TerrainTileManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Terrain/TerrainTileManager.h b/src/Terrain/TerrainTileManager.h index b2354cd0f65..bed2985409f 100644 --- a/src/Terrain/TerrainTileManager.h +++ b/src/Terrain/TerrainTileManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPAircraft.cpp b/src/UTMSP/UTMSPAircraft.cpp index eafae3797ff..4696dd54f61 100644 --- a/src/UTMSP/UTMSPAircraft.cpp +++ b/src/UTMSP/UTMSPAircraft.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPAircraft.h b/src/UTMSP/UTMSPAircraft.h index 2b7800e7570..e765a6361ae 100644 --- a/src/UTMSP/UTMSPAircraft.h +++ b/src/UTMSP/UTMSPAircraft.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPAuthorization.cpp b/src/UTMSP/UTMSPAuthorization.cpp index b7f9be3f7e6..13f901d806c 100644 --- a/src/UTMSP/UTMSPAuthorization.cpp +++ b/src/UTMSP/UTMSPAuthorization.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPAuthorization.h b/src/UTMSP/UTMSPAuthorization.h index 276a3fc1556..a6c59fae0f8 100644 --- a/src/UTMSP/UTMSPAuthorization.h +++ b/src/UTMSP/UTMSPAuthorization.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPBlenderRestInterface.cpp b/src/UTMSP/UTMSPBlenderRestInterface.cpp index 0bafa0e785c..1ca1101cfdd 100644 --- a/src/UTMSP/UTMSPBlenderRestInterface.cpp +++ b/src/UTMSP/UTMSPBlenderRestInterface.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPBlenderRestInterface.h b/src/UTMSP/UTMSPBlenderRestInterface.h index 7f09e4214cc..509b3292ead 100644 --- a/src/UTMSP/UTMSPBlenderRestInterface.h +++ b/src/UTMSP/UTMSPBlenderRestInterface.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPFlightDetails.cpp b/src/UTMSP/UTMSPFlightDetails.cpp index f2a08ced76e..061a215ab86 100644 --- a/src/UTMSP/UTMSPFlightDetails.cpp +++ b/src/UTMSP/UTMSPFlightDetails.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPFlightDetails.h b/src/UTMSP/UTMSPFlightDetails.h index 8672ae7b7d7..ad7a197eaec 100644 --- a/src/UTMSP/UTMSPFlightDetails.h +++ b/src/UTMSP/UTMSPFlightDetails.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPFlightPlanManager.cpp b/src/UTMSP/UTMSPFlightPlanManager.cpp index 013da4d752d..bbc00222b15 100644 --- a/src/UTMSP/UTMSPFlightPlanManager.cpp +++ b/src/UTMSP/UTMSPFlightPlanManager.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPFlightPlanManager.h b/src/UTMSP/UTMSPFlightPlanManager.h index 691ad475fef..789c3a391d3 100644 --- a/src/UTMSP/UTMSPFlightPlanManager.h +++ b/src/UTMSP/UTMSPFlightPlanManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPLogger.h b/src/UTMSP/UTMSPLogger.h index 1858c868b24..a4bde073f79 100644 --- a/src/UTMSP/UTMSPLogger.h +++ b/src/UTMSP/UTMSPLogger.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPManager.cpp b/src/UTMSP/UTMSPManager.cpp index 2b85be82718..c90b60ddb65 100644 --- a/src/UTMSP/UTMSPManager.cpp +++ b/src/UTMSP/UTMSPManager.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPManager.h b/src/UTMSP/UTMSPManager.h index a11a63d1fc6..adf172b3a8c 100644 --- a/src/UTMSP/UTMSPManager.h +++ b/src/UTMSP/UTMSPManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPNetworkRemoteIDManager.cpp b/src/UTMSP/UTMSPNetworkRemoteIDManager.cpp index d026c26b863..cc38d6d2c2c 100644 --- a/src/UTMSP/UTMSPNetworkRemoteIDManager.cpp +++ b/src/UTMSP/UTMSPNetworkRemoteIDManager.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPNetworkRemoteIDManager.h b/src/UTMSP/UTMSPNetworkRemoteIDManager.h index 58174f589c4..659580fb1be 100644 --- a/src/UTMSP/UTMSPNetworkRemoteIDManager.h +++ b/src/UTMSP/UTMSPNetworkRemoteIDManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPOperator.cpp b/src/UTMSP/UTMSPOperator.cpp index 2084103920b..17e90523962 100644 --- a/src/UTMSP/UTMSPOperator.cpp +++ b/src/UTMSP/UTMSPOperator.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPOperator.h b/src/UTMSP/UTMSPOperator.h index 25175806b74..1a36e8197df 100644 --- a/src/UTMSP/UTMSPOperator.h +++ b/src/UTMSP/UTMSPOperator.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPRestInterface.cpp b/src/UTMSP/UTMSPRestInterface.cpp index 154e2a88b80..e5ab2fbefca 100644 --- a/src/UTMSP/UTMSPRestInterface.cpp +++ b/src/UTMSP/UTMSPRestInterface.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPRestInterface.h b/src/UTMSP/UTMSPRestInterface.h index e3b99f5ef3d..dc543797480 100644 --- a/src/UTMSP/UTMSPRestInterface.h +++ b/src/UTMSP/UTMSPRestInterface.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPServiceController.cpp b/src/UTMSP/UTMSPServiceController.cpp index f62e8e0bb39..b1385ce7f6f 100644 --- a/src/UTMSP/UTMSPServiceController.cpp +++ b/src/UTMSP/UTMSPServiceController.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPServiceController.h b/src/UTMSP/UTMSPServiceController.h index 2678799814e..f01827e47cc 100644 --- a/src/UTMSP/UTMSPServiceController.h +++ b/src/UTMSP/UTMSPServiceController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPVehicle.cpp b/src/UTMSP/UTMSPVehicle.cpp index 76c8220c9db..8a7b5cf2a3f 100644 --- a/src/UTMSP/UTMSPVehicle.cpp +++ b/src/UTMSP/UTMSPVehicle.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/UTMSPVehicle.h b/src/UTMSP/UTMSPVehicle.h index 5a13ae9cbd4..0cffeb9749e 100644 --- a/src/UTMSP/UTMSPVehicle.h +++ b/src/UTMSP/UTMSPVehicle.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/UTMSP/services/dispatcher.h b/src/UTMSP/services/dispatcher.h index 4abe7fbcee6..1d49cf15df5 100644 --- a/src/UTMSP/services/dispatcher.h +++ b/src/UTMSP/services/dispatcher.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/Compression/QGCLZMA.cc b/src/Utilities/Compression/QGCLZMA.cc index 9316b710972..0370c3b07c8 100644 --- a/src/Utilities/Compression/QGCLZMA.cc +++ b/src/Utilities/Compression/QGCLZMA.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/Compression/QGCLZMA.h b/src/Utilities/Compression/QGCLZMA.h index 1b385025a81..756985a5e01 100644 --- a/src/Utilities/Compression/QGCLZMA.h +++ b/src/Utilities/Compression/QGCLZMA.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/Compression/QGCZlib.cc b/src/Utilities/Compression/QGCZlib.cc index 77f00989389..9b52b304aac 100644 --- a/src/Utilities/Compression/QGCZlib.cc +++ b/src/Utilities/Compression/QGCZlib.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/Compression/QGCZlib.h b/src/Utilities/Compression/QGCZlib.h index eca08be000f..81f19f7dc71 100644 --- a/src/Utilities/Compression/QGCZlib.h +++ b/src/Utilities/Compression/QGCZlib.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/DeviceInfo.cc b/src/Utilities/DeviceInfo.cc index 771fadc2699..71deda0f36f 100644 --- a/src/Utilities/DeviceInfo.cc +++ b/src/Utilities/DeviceInfo.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "DeviceInfo.h" #include diff --git a/src/Utilities/DeviceInfo.h b/src/Utilities/DeviceInfo.h index 02c51de391e..c1cf79203de 100644 --- a/src/Utilities/DeviceInfo.h +++ b/src/Utilities/DeviceInfo.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Utilities/JsonHelper.cc b/src/Utilities/JsonHelper.cc index d92b24346be..7d39adf91ab 100644 --- a/src/Utilities/JsonHelper.cc +++ b/src/Utilities/JsonHelper.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/JsonHelper.h b/src/Utilities/JsonHelper.h index 5fc653afc07..6a0c008ea3c 100644 --- a/src/Utilities/JsonHelper.h +++ b/src/Utilities/JsonHelper.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/KMLDomDocument.cc b/src/Utilities/KMLDomDocument.cc index 9a8a21436a3..6401569f818 100644 --- a/src/Utilities/KMLDomDocument.cc +++ b/src/Utilities/KMLDomDocument.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/KMLDomDocument.h b/src/Utilities/KMLDomDocument.h index b6f6c874aea..c88e6de1b8a 100644 --- a/src/Utilities/KMLDomDocument.h +++ b/src/Utilities/KMLDomDocument.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/KMLHelper.cc b/src/Utilities/KMLHelper.cc index 2ee7cecdc7f..ad9caa64099 100644 --- a/src/Utilities/KMLHelper.cc +++ b/src/Utilities/KMLHelper.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/KMLHelper.h b/src/Utilities/KMLHelper.h index 1364273a73a..1a6ea6ca952 100644 --- a/src/Utilities/KMLHelper.h +++ b/src/Utilities/KMLHelper.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/MobileScreenMgr.cc b/src/Utilities/MobileScreenMgr.cc index 261122e7332..66dd5013d00 100644 --- a/src/Utilities/MobileScreenMgr.cc +++ b/src/Utilities/MobileScreenMgr.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/MobileScreenMgr.h b/src/Utilities/MobileScreenMgr.h index 8d5f4dcde5f..d24aa3f7f3d 100644 --- a/src/Utilities/MobileScreenMgr.h +++ b/src/Utilities/MobileScreenMgr.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2016 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGC.cc b/src/Utilities/QGC.cc index 88397bda9ff..70b07419705 100644 --- a/src/Utilities/QGC.cc +++ b/src/Utilities/QGC.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGC.h b/src/Utilities/QGC.h index b0daf24a09f..01aefd59433 100644 --- a/src/Utilities/QGC.h +++ b/src/Utilities/QGC.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCCachedFileDownload.cc b/src/Utilities/QGCCachedFileDownload.cc index 430b520f2c7..381584bf10f 100644 --- a/src/Utilities/QGCCachedFileDownload.cc +++ b/src/Utilities/QGCCachedFileDownload.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCCachedFileDownload.h b/src/Utilities/QGCCachedFileDownload.h index f7cbee573d0..83b13e01e4b 100644 --- a/src/Utilities/QGCCachedFileDownload.h +++ b/src/Utilities/QGCCachedFileDownload.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCFileDownload.cc b/src/Utilities/QGCFileDownload.cc index 3aab6cb7f5b..10903e232b3 100644 --- a/src/Utilities/QGCFileDownload.cc +++ b/src/Utilities/QGCFileDownload.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCFileDownload.h b/src/Utilities/QGCFileDownload.h index 266e94c854b..984a36117c0 100644 --- a/src/Utilities/QGCFileDownload.h +++ b/src/Utilities/QGCFileDownload.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCLoggingCategory.cc b/src/Utilities/QGCLoggingCategory.cc index f0d1df621c3..fb514ed23d1 100644 --- a/src/Utilities/QGCLoggingCategory.cc +++ b/src/Utilities/QGCLoggingCategory.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCLoggingCategory.h b/src/Utilities/QGCLoggingCategory.h index 30b2589a4ff..d42652c46a3 100644 --- a/src/Utilities/QGCLoggingCategory.h +++ b/src/Utilities/QGCLoggingCategory.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCTemporaryFile.cc b/src/Utilities/QGCTemporaryFile.cc index 889288334e2..18d60afff8b 100644 --- a/src/Utilities/QGCTemporaryFile.cc +++ b/src/Utilities/QGCTemporaryFile.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/QGCTemporaryFile.h b/src/Utilities/QGCTemporaryFile.h index d429b09a058..8e1a7b77527 100644 --- a/src/Utilities/QGCTemporaryFile.h +++ b/src/Utilities/QGCTemporaryFile.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/SHPFileHelper.cc b/src/Utilities/SHPFileHelper.cc index 53f9f15045f..5a845071945 100644 --- a/src/Utilities/SHPFileHelper.cc +++ b/src/Utilities/SHPFileHelper.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/SHPFileHelper.h b/src/Utilities/SHPFileHelper.h index 06a9f3d2705..4d5250240b2 100644 --- a/src/Utilities/SHPFileHelper.h +++ b/src/Utilities/SHPFileHelper.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/ShapeFileHelper.cc b/src/Utilities/ShapeFileHelper.cc index 461bf65ad0c..4ef2ce8c5dd 100644 --- a/src/Utilities/ShapeFileHelper.cc +++ b/src/Utilities/ShapeFileHelper.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/ShapeFileHelper.h b/src/Utilities/ShapeFileHelper.h index fa15c03ab81..e9489e1266f 100644 --- a/src/Utilities/ShapeFileHelper.h +++ b/src/Utilities/ShapeFileHelper.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/StateMachine.cc b/src/Utilities/StateMachine.cc index 727e4bc219f..6741b8b0549 100644 --- a/src/Utilities/StateMachine.cc +++ b/src/Utilities/StateMachine.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Utilities/StateMachine.h b/src/Utilities/StateMachine.h index f87fc3064a4..2bed35572b8 100644 --- a/src/Utilities/StateMachine.h +++ b/src/Utilities/StateMachine.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/ActuatorActions.cc b/src/Vehicle/Actuators/ActuatorActions.cc index 98bf64d4d76..40646964956 100644 --- a/src/Vehicle/Actuators/ActuatorActions.cc +++ b/src/Vehicle/Actuators/ActuatorActions.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/ActuatorActions.h b/src/Vehicle/Actuators/ActuatorActions.h index 28eb64aba4b..bbbe7a2c6ff 100644 --- a/src/Vehicle/Actuators/ActuatorActions.h +++ b/src/Vehicle/Actuators/ActuatorActions.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/ActuatorOutputs.cc b/src/Vehicle/Actuators/ActuatorOutputs.cc index 0d7d907eee4..8232f4dbab9 100644 --- a/src/Vehicle/Actuators/ActuatorOutputs.cc +++ b/src/Vehicle/Actuators/ActuatorOutputs.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/ActuatorOutputs.h b/src/Vehicle/Actuators/ActuatorOutputs.h index 31627e05a8f..703738f641c 100644 --- a/src/Vehicle/Actuators/ActuatorOutputs.h +++ b/src/Vehicle/Actuators/ActuatorOutputs.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/ActuatorTesting.cc b/src/Vehicle/Actuators/ActuatorTesting.cc index 4298d393dc8..f147fd603a9 100644 --- a/src/Vehicle/Actuators/ActuatorTesting.cc +++ b/src/Vehicle/Actuators/ActuatorTesting.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/ActuatorTesting.h b/src/Vehicle/Actuators/ActuatorTesting.h index 9910f6e614e..735cc3fbc04 100644 --- a/src/Vehicle/Actuators/ActuatorTesting.h +++ b/src/Vehicle/Actuators/ActuatorTesting.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/Actuators.cc b/src/Vehicle/Actuators/Actuators.cc index 143b289635b..67b2bfd0044 100644 --- a/src/Vehicle/Actuators/Actuators.cc +++ b/src/Vehicle/Actuators/Actuators.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/Actuators.h b/src/Vehicle/Actuators/Actuators.h index 7834995b261..038a4dd7d94 100644 --- a/src/Vehicle/Actuators/Actuators.h +++ b/src/Vehicle/Actuators/Actuators.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/Common.cc b/src/Vehicle/Actuators/Common.cc index b1d5e294337..a2ee18d2f6e 100644 --- a/src/Vehicle/Actuators/Common.cc +++ b/src/Vehicle/Actuators/Common.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/Common.h b/src/Vehicle/Actuators/Common.h index 8904a399569..09c4cbf5b9a 100644 --- a/src/Vehicle/Actuators/Common.h +++ b/src/Vehicle/Actuators/Common.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/GeometryImage.cc b/src/Vehicle/Actuators/GeometryImage.cc index 6fde9fbee23..e651a0f0880 100644 --- a/src/Vehicle/Actuators/GeometryImage.cc +++ b/src/Vehicle/Actuators/GeometryImage.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/GeometryImage.h b/src/Vehicle/Actuators/GeometryImage.h index a11592edf79..1121fb77526 100644 --- a/src/Vehicle/Actuators/GeometryImage.h +++ b/src/Vehicle/Actuators/GeometryImage.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/Mixer.cc b/src/Vehicle/Actuators/Mixer.cc index 09045a34fdc..b059fba94c7 100644 --- a/src/Vehicle/Actuators/Mixer.cc +++ b/src/Vehicle/Actuators/Mixer.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/Mixer.h b/src/Vehicle/Actuators/Mixer.h index e8f049d2cf8..f6a36c7f659 100644 --- a/src/Vehicle/Actuators/Mixer.h +++ b/src/Vehicle/Actuators/Mixer.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/MotorAssignment.cc b/src/Vehicle/Actuators/MotorAssignment.cc index 375ce5c706b..328243dbbab 100644 --- a/src/Vehicle/Actuators/MotorAssignment.cc +++ b/src/Vehicle/Actuators/MotorAssignment.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Actuators/MotorAssignment.h b/src/Vehicle/Actuators/MotorAssignment.h index eec619f4cdc..08661b3cffb 100644 --- a/src/Vehicle/Actuators/MotorAssignment.h +++ b/src/Vehicle/Actuators/MotorAssignment.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Autotune.cpp b/src/Vehicle/Autotune.cpp index 0113752bc56..412e9a90415 100644 --- a/src/Vehicle/Autotune.cpp +++ b/src/Vehicle/Autotune.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Autotune.h b/src/Vehicle/Autotune.h index 108cc079d43..d6edbf738d3 100644 --- a/src/Vehicle/Autotune.h +++ b/src/Vehicle/Autotune.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfo.cc b/src/Vehicle/Components/CompInfo.cc index e23a4157977..03324943b6c 100644 --- a/src/Vehicle/Components/CompInfo.cc +++ b/src/Vehicle/Components/CompInfo.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfo.h b/src/Vehicle/Components/CompInfo.h index 38896598561..c36870f493e 100644 --- a/src/Vehicle/Components/CompInfo.h +++ b/src/Vehicle/Components/CompInfo.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoActuators.cc b/src/Vehicle/Components/CompInfoActuators.cc index 9e2f5a463c5..640ba976bc0 100644 --- a/src/Vehicle/Components/CompInfoActuators.cc +++ b/src/Vehicle/Components/CompInfoActuators.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoActuators.h b/src/Vehicle/Components/CompInfoActuators.h index b57de783460..d5f6cfec283 100644 --- a/src/Vehicle/Components/CompInfoActuators.h +++ b/src/Vehicle/Components/CompInfoActuators.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoEvents.cc b/src/Vehicle/Components/CompInfoEvents.cc index ac993ac7825..eb4251ead88 100644 --- a/src/Vehicle/Components/CompInfoEvents.cc +++ b/src/Vehicle/Components/CompInfoEvents.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoEvents.h b/src/Vehicle/Components/CompInfoEvents.h index d21e1eed39d..ffefb94986b 100644 --- a/src/Vehicle/Components/CompInfoEvents.h +++ b/src/Vehicle/Components/CompInfoEvents.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoGeneral.cc b/src/Vehicle/Components/CompInfoGeneral.cc index 76e3ec19026..d75612fcb87 100644 --- a/src/Vehicle/Components/CompInfoGeneral.cc +++ b/src/Vehicle/Components/CompInfoGeneral.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoGeneral.h b/src/Vehicle/Components/CompInfoGeneral.h index e15763ec492..4d7e3f150b8 100644 --- a/src/Vehicle/Components/CompInfoGeneral.h +++ b/src/Vehicle/Components/CompInfoGeneral.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoParam.cc b/src/Vehicle/Components/CompInfoParam.cc index 5fc530e4afa..d2194c4f536 100644 --- a/src/Vehicle/Components/CompInfoParam.cc +++ b/src/Vehicle/Components/CompInfoParam.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/CompInfoParam.h b/src/Vehicle/Components/CompInfoParam.h index ef77043f1a2..2197406bfc5 100644 --- a/src/Vehicle/Components/CompInfoParam.h +++ b/src/Vehicle/Components/CompInfoParam.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/ComponentInformationCache.cc b/src/Vehicle/Components/ComponentInformationCache.cc index d26b262b9ad..f1884b78b34 100644 --- a/src/Vehicle/Components/ComponentInformationCache.cc +++ b/src/Vehicle/Components/ComponentInformationCache.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/ComponentInformationCache.h b/src/Vehicle/Components/ComponentInformationCache.h index 130cc756574..b08ba032256 100644 --- a/src/Vehicle/Components/ComponentInformationCache.h +++ b/src/Vehicle/Components/ComponentInformationCache.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2021 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/ComponentInformationManager.cc b/src/Vehicle/Components/ComponentInformationManager.cc index 05b27e2e073..21a3eadbdc4 100644 --- a/src/Vehicle/Components/ComponentInformationManager.cc +++ b/src/Vehicle/Components/ComponentInformationManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/ComponentInformationManager.h b/src/Vehicle/Components/ComponentInformationManager.h index 06abd5b0312..e81e82bf83d 100644 --- a/src/Vehicle/Components/ComponentInformationManager.h +++ b/src/Vehicle/Components/ComponentInformationManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/ComponentInformationTranslation.cc b/src/Vehicle/Components/ComponentInformationTranslation.cc index 1b0b2a6b954..dc679e301e1 100644 --- a/src/Vehicle/Components/ComponentInformationTranslation.cc +++ b/src/Vehicle/Components/ComponentInformationTranslation.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Components/ComponentInformationTranslation.h b/src/Vehicle/Components/ComponentInformationTranslation.h index aaa2bdfb449..6b07b5ae6ca 100644 --- a/src/Vehicle/Components/ComponentInformationTranslation.h +++ b/src/Vehicle/Components/ComponentInformationTranslation.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FTPManager.cc b/src/Vehicle/FTPManager.cc index 218f80a8312..6ca95bbda43 100644 --- a/src/Vehicle/FTPManager.cc +++ b/src/Vehicle/FTPManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FTPManager.h b/src/Vehicle/FTPManager.h index 8d2ed50af1e..8eba6ae414b 100644 --- a/src/Vehicle/FTPManager.h +++ b/src/Vehicle/FTPManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/GPSRTKFactGroup.cc b/src/Vehicle/FactGroups/GPSRTKFactGroup.cc index 8636f83ce49..fbd3b658324 100644 --- a/src/Vehicle/FactGroups/GPSRTKFactGroup.cc +++ b/src/Vehicle/FactGroups/GPSRTKFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/GPSRTKFactGroup.h b/src/Vehicle/FactGroups/GPSRTKFactGroup.h index bdd79c87f8e..14c1c0c8434 100644 --- a/src/Vehicle/FactGroups/GPSRTKFactGroup.h +++ b/src/Vehicle/FactGroups/GPSRTKFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/TerrainFactGroup.cc b/src/Vehicle/FactGroups/TerrainFactGroup.cc index 2d6b5df50af..0782fa4c757 100644 --- a/src/Vehicle/FactGroups/TerrainFactGroup.cc +++ b/src/Vehicle/FactGroups/TerrainFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/TerrainFactGroup.h b/src/Vehicle/FactGroups/TerrainFactGroup.h index 9757ffe72de..a70797e0bcc 100644 --- a/src/Vehicle/FactGroups/TerrainFactGroup.h +++ b/src/Vehicle/FactGroups/TerrainFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleBatteryFactGroup.cc b/src/Vehicle/FactGroups/VehicleBatteryFactGroup.cc index cbc6813a38d..1261cef3c3f 100644 --- a/src/Vehicle/FactGroups/VehicleBatteryFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleBatteryFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleBatteryFactGroup.h b/src/Vehicle/FactGroups/VehicleBatteryFactGroup.h index c8163e0e86a..db5f4076f7e 100644 --- a/src/Vehicle/FactGroups/VehicleBatteryFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleBatteryFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleClockFactGroup.cc b/src/Vehicle/FactGroups/VehicleClockFactGroup.cc index fe5dd92a052..0d1200ac530 100644 --- a/src/Vehicle/FactGroups/VehicleClockFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleClockFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleClockFactGroup.h b/src/Vehicle/FactGroups/VehicleClockFactGroup.h index d1a3120d19d..9110adb2796 100644 --- a/src/Vehicle/FactGroups/VehicleClockFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleClockFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.cc b/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.cc index 4a571c6e8c7..f13718a85d8 100644 --- a/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.h b/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.h index ec4a8a9318a..26545ee1f8d 100644 --- a/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleDistanceSensorFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleEFIFactGroup.cc b/src/Vehicle/FactGroups/VehicleEFIFactGroup.cc index 6796bd87d50..23925f09d6e 100644 --- a/src/Vehicle/FactGroups/VehicleEFIFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleEFIFactGroup.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "VehicleEFIFactGroup.h" #include "Vehicle.h" diff --git a/src/Vehicle/FactGroups/VehicleEFIFactGroup.h b/src/Vehicle/FactGroups/VehicleEFIFactGroup.h index 9f2b9a34326..00a0068b902 100644 --- a/src/Vehicle/FactGroups/VehicleEFIFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleEFIFactGroup.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include "FactGroup.h" diff --git a/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.cc b/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.cc index 28fe129de6d..ecabd7f7e1e 100644 --- a/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.h b/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.h index 2e35950dca3..0b45bcbc6d5 100644 --- a/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleEscStatusFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.cc b/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.cc index c62cdcaa6f5..90270f4647f 100644 --- a/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.h b/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.h index 1c6d11ba442..a7ec8fdb6a0 100644 --- a/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleEstimatorStatusFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleFactGroup.cc b/src/Vehicle/FactGroups/VehicleFactGroup.cc index dbf74e8d16d..301ef4fc83b 100644 --- a/src/Vehicle/FactGroups/VehicleFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleFactGroup.h b/src/Vehicle/FactGroups/VehicleFactGroup.h index bd8412f0a75..f4a9e6deb59 100644 --- a/src/Vehicle/FactGroups/VehicleFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleGPS2FactGroup.cc b/src/Vehicle/FactGroups/VehicleGPS2FactGroup.cc index 571f6385cf0..3b50dfd4f7b 100644 --- a/src/Vehicle/FactGroups/VehicleGPS2FactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleGPS2FactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleGPS2FactGroup.h b/src/Vehicle/FactGroups/VehicleGPS2FactGroup.h index 9fc48ef5d2d..d2cdf3d5ea8 100644 --- a/src/Vehicle/FactGroups/VehicleGPS2FactGroup.h +++ b/src/Vehicle/FactGroups/VehicleGPS2FactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleGPSFactGroup.cc b/src/Vehicle/FactGroups/VehicleGPSFactGroup.cc index 963351cfefb..e795bf1dea7 100644 --- a/src/Vehicle/FactGroups/VehicleGPSFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleGPSFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleGPSFactGroup.h b/src/Vehicle/FactGroups/VehicleGPSFactGroup.h index 868ed8d42c4..1bd050c26e8 100644 --- a/src/Vehicle/FactGroups/VehicleGPSFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleGPSFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.cc b/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.cc index cf7c29391e8..3924a44b0f5 100644 --- a/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "VehicleGeneratorFactGroup.h" #include "Vehicle.h" #include diff --git a/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.h b/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.h index 4f8b46e9445..397899cb3e0 100644 --- a/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleGeneratorFactGroup.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include "FactGroup.h" diff --git a/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.cc b/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.cc index 6a1646c05ff..13bc737afa6 100644 --- a/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.h b/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.h index 91c3aeda10a..6a10bb45114 100644 --- a/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleHygrometerFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.cc b/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.cc index d8e7513e6be..d526f74e231 100644 --- a/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.h b/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.h index f5e859e1ed9..2f6ebf430f9 100644 --- a/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleLocalPositionFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.cc b/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.cc index 874911d7765..9f390183df0 100644 --- a/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.h b/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.h index 384b7a351f9..225bf6f74b4 100644 --- a/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleLocalPositionSetpointFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleSetpointFactGroup.cc b/src/Vehicle/FactGroups/VehicleSetpointFactGroup.cc index 296376c012d..1849a978929 100644 --- a/src/Vehicle/FactGroups/VehicleSetpointFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleSetpointFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleSetpointFactGroup.h b/src/Vehicle/FactGroups/VehicleSetpointFactGroup.h index 5b4f62149f9..61602a8a0e1 100644 --- a/src/Vehicle/FactGroups/VehicleSetpointFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleSetpointFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.cc b/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.cc index 654329faaf4..9f330a4c7ad 100644 --- a/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.h b/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.h index eb55be62598..13e2891ba1d 100644 --- a/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleTemperatureFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleVibrationFactGroup.cc b/src/Vehicle/FactGroups/VehicleVibrationFactGroup.cc index 1c480c1d2c8..45529db3b36 100644 --- a/src/Vehicle/FactGroups/VehicleVibrationFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleVibrationFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleVibrationFactGroup.h b/src/Vehicle/FactGroups/VehicleVibrationFactGroup.h index 6bd676f3559..704d53aa5f3 100644 --- a/src/Vehicle/FactGroups/VehicleVibrationFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleVibrationFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleWindFactGroup.cc b/src/Vehicle/FactGroups/VehicleWindFactGroup.cc index f19048240d6..e85974a3c11 100644 --- a/src/Vehicle/FactGroups/VehicleWindFactGroup.cc +++ b/src/Vehicle/FactGroups/VehicleWindFactGroup.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/FactGroups/VehicleWindFactGroup.h b/src/Vehicle/FactGroups/VehicleWindFactGroup.h index 7ed009ecedd..c057ffba614 100644 --- a/src/Vehicle/FactGroups/VehicleWindFactGroup.h +++ b/src/Vehicle/FactGroups/VehicleWindFactGroup.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/InitialConnectStateMachine.cc b/src/Vehicle/InitialConnectStateMachine.cc index 8f3f2ba770f..2197263f2da 100644 --- a/src/Vehicle/InitialConnectStateMachine.cc +++ b/src/Vehicle/InitialConnectStateMachine.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/InitialConnectStateMachine.h b/src/Vehicle/InitialConnectStateMachine.h index 3c2a333d077..7a6cb07f12c 100644 --- a/src/Vehicle/InitialConnectStateMachine.h +++ b/src/Vehicle/InitialConnectStateMachine.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/MAVLinkLogManager.cc b/src/Vehicle/MAVLinkLogManager.cc index 08b8c8e785d..c4a7ece22cd 100644 --- a/src/Vehicle/MAVLinkLogManager.cc +++ b/src/Vehicle/MAVLinkLogManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/MAVLinkLogManager.h b/src/Vehicle/MAVLinkLogManager.h index 13a5a7c1699..6f499a77392 100644 --- a/src/Vehicle/MAVLinkLogManager.h +++ b/src/Vehicle/MAVLinkLogManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/MultiVehicleManager.cc b/src/Vehicle/MultiVehicleManager.cc index b812564005f..aca33655189 100644 --- a/src/Vehicle/MultiVehicleManager.cc +++ b/src/Vehicle/MultiVehicleManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/MultiVehicleManager.h b/src/Vehicle/MultiVehicleManager.h index 110593fad0b..70d66c6061b 100644 --- a/src/Vehicle/MultiVehicleManager.h +++ b/src/Vehicle/MultiVehicleManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/RemoteIDManager.cc b/src/Vehicle/RemoteIDManager.cc index 9bb4286b661..19d5062d194 100644 --- a/src/Vehicle/RemoteIDManager.cc +++ b/src/Vehicle/RemoteIDManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/RemoteIDManager.h b/src/Vehicle/RemoteIDManager.h index 5aa3818cea5..4c13cd85b1f 100644 --- a/src/Vehicle/RemoteIDManager.h +++ b/src/Vehicle/RemoteIDManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/StandardModes.cc b/src/Vehicle/StandardModes.cc index b172e18e4fc..810def0dd48 100644 --- a/src/Vehicle/StandardModes.cc +++ b/src/Vehicle/StandardModes.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/StandardModes.h b/src/Vehicle/StandardModes.h index a01d2ca4b7a..213653ca2c5 100644 --- a/src/Vehicle/StandardModes.h +++ b/src/Vehicle/StandardModes.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2022 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/TerrainProtocolHandler.cc b/src/Vehicle/TerrainProtocolHandler.cc index cc14aeba836..d1386993ef0 100644 --- a/src/Vehicle/TerrainProtocolHandler.cc +++ b/src/Vehicle/TerrainProtocolHandler.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/TerrainProtocolHandler.h b/src/Vehicle/TerrainProtocolHandler.h index f71cf0f4b61..af0422c0da5 100644 --- a/src/Vehicle/TerrainProtocolHandler.h +++ b/src/Vehicle/TerrainProtocolHandler.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/TrajectoryPoints.cc b/src/Vehicle/TrajectoryPoints.cc index bfe08125eee..07489d64ff8 100644 --- a/src/Vehicle/TrajectoryPoints.cc +++ b/src/Vehicle/TrajectoryPoints.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/TrajectoryPoints.h b/src/Vehicle/TrajectoryPoints.h index e8afe89d71a..e1b6c45f7c1 100644 --- a/src/Vehicle/TrajectoryPoints.h +++ b/src/Vehicle/TrajectoryPoints.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Vehicle.cc b/src/Vehicle/Vehicle.cc index 570c9a097d4..9920684792f 100644 --- a/src/Vehicle/Vehicle.cc +++ b/src/Vehicle/Vehicle.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/Vehicle.h b/src/Vehicle/Vehicle.h index d15a4b66624..844470594c4 100644 --- a/src/Vehicle/Vehicle.h +++ b/src/Vehicle/Vehicle.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/VehicleLinkManager.cc b/src/Vehicle/VehicleLinkManager.cc index 385f5dad240..63cf460b95f 100644 --- a/src/Vehicle/VehicleLinkManager.cc +++ b/src/Vehicle/VehicleLinkManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/VehicleLinkManager.h b/src/Vehicle/VehicleLinkManager.h index 5b732304f54..1926005d72a 100644 --- a/src/Vehicle/VehicleLinkManager.h +++ b/src/Vehicle/VehicleLinkManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/VehicleObjectAvoidance.cc b/src/Vehicle/VehicleObjectAvoidance.cc index f783fa4d79f..217080216e4 100644 --- a/src/Vehicle/VehicleObjectAvoidance.cc +++ b/src/Vehicle/VehicleObjectAvoidance.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Vehicle/VehicleObjectAvoidance.h b/src/Vehicle/VehicleObjectAvoidance.h index 0f1d85b60b8..38347aa770f 100644 --- a/src/Vehicle/VehicleObjectAvoidance.h +++ b/src/Vehicle/VehicleObjectAvoidance.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/Bootloader.cc b/src/VehicleSetup/Bootloader.cc index c9b93e068db..90e0d5afb1b 100644 --- a/src/VehicleSetup/Bootloader.cc +++ b/src/VehicleSetup/Bootloader.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/Bootloader.h b/src/VehicleSetup/Bootloader.h index 78ac517d77b..b1b4897c298 100644 --- a/src/VehicleSetup/Bootloader.h +++ b/src/VehicleSetup/Bootloader.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/FirmwareImage.cc b/src/VehicleSetup/FirmwareImage.cc index 7c0b15e92a9..8633516b830 100644 --- a/src/VehicleSetup/FirmwareImage.cc +++ b/src/VehicleSetup/FirmwareImage.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/FirmwareImage.h b/src/VehicleSetup/FirmwareImage.h index 2839167c0c7..72b9f1b1357 100644 --- a/src/VehicleSetup/FirmwareImage.h +++ b/src/VehicleSetup/FirmwareImage.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/FirmwareUpgradeController.cc b/src/VehicleSetup/FirmwareUpgradeController.cc index 7130f4403f6..a3429bee1b8 100644 --- a/src/VehicleSetup/FirmwareUpgradeController.cc +++ b/src/VehicleSetup/FirmwareUpgradeController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/FirmwareUpgradeController.h b/src/VehicleSetup/FirmwareUpgradeController.h index 840a85c8062..fd5a1763096 100644 --- a/src/VehicleSetup/FirmwareUpgradeController.h +++ b/src/VehicleSetup/FirmwareUpgradeController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/JoystickConfigController.cc b/src/VehicleSetup/JoystickConfigController.cc index ae8b29b023a..c7a5c3c846f 100644 --- a/src/VehicleSetup/JoystickConfigController.cc +++ b/src/VehicleSetup/JoystickConfigController.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/JoystickConfigController.h b/src/VehicleSetup/JoystickConfigController.h index c8d318a62b4..3e9c6060cee 100644 --- a/src/VehicleSetup/JoystickConfigController.h +++ b/src/VehicleSetup/JoystickConfigController.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/PX4FirmwareUpgradeThread.cc b/src/VehicleSetup/PX4FirmwareUpgradeThread.cc index 7a7a0d8bf36..539eb2b851c 100644 --- a/src/VehicleSetup/PX4FirmwareUpgradeThread.cc +++ b/src/VehicleSetup/PX4FirmwareUpgradeThread.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/PX4FirmwareUpgradeThread.h b/src/VehicleSetup/PX4FirmwareUpgradeThread.h index c04d5f39455..f8caa8614c3 100644 --- a/src/VehicleSetup/PX4FirmwareUpgradeThread.h +++ b/src/VehicleSetup/PX4FirmwareUpgradeThread.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/VehicleComponent.cc b/src/VehicleSetup/VehicleComponent.cc index ef9481669f2..6ea19feacf7 100644 --- a/src/VehicleSetup/VehicleComponent.cc +++ b/src/VehicleSetup/VehicleComponent.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VehicleSetup/VehicleComponent.h b/src/VehicleSetup/VehicleComponent.h index 3e54b93fab3..e5f84d49fc0 100644 --- a/src/VehicleSetup/VehicleComponent.h +++ b/src/VehicleSetup/VehicleComponent.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/SubtitleWriter.cc b/src/VideoManager/SubtitleWriter.cc index fca18eaa51a..4a0e590f1c9 100644 --- a/src/VideoManager/SubtitleWriter.cc +++ b/src/VideoManager/SubtitleWriter.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/SubtitleWriter.h b/src/VideoManager/SubtitleWriter.h index d5114107173..502a0f07b23 100644 --- a/src/VideoManager/SubtitleWriter.h +++ b/src/VideoManager/SubtitleWriter.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/VideoManager.cc b/src/VideoManager/VideoManager.cc index 35e10252aeb..ee2502322ec 100644 --- a/src/VideoManager/VideoManager.cc +++ b/src/VideoManager/VideoManager.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/VideoManager.h b/src/VideoManager/VideoManager.h index d714e77b8f8..c8ed043c219 100644 --- a/src/VideoManager/VideoManager.h +++ b/src/VideoManager/VideoManager.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/VideoReceiver/GStreamer/GLVideoItemStub.h b/src/VideoManager/VideoReceiver/GStreamer/GLVideoItemStub.h index 8ae9f757dd8..38d58d46881 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/GLVideoItemStub.h +++ b/src/VideoManager/VideoReceiver/GStreamer/GLVideoItemStub.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/VideoManager/VideoReceiver/GStreamer/GStreamer.cc b/src/VideoManager/VideoReceiver/GStreamer/GStreamer.cc index 804f66afeef..0e2784c9831 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/GStreamer.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/GStreamer.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2023 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/VideoReceiver/GStreamer/GStreamer.h b/src/VideoManager/VideoReceiver/GStreamer/GStreamer.h index 29c4fdbb8b9..71b185b18f5 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/GStreamer.h +++ b/src/VideoManager/VideoReceiver/GStreamer/GStreamer.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.cc b/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.cc index 2c1fb94cd68..381e547f639 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.h b/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.h index 367e85ac7aa..ff8da835b94 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.h +++ b/src/VideoManager/VideoReceiver/GStreamer/GstVideoReceiver.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/VideoManager/VideoReceiver/GStreamer/gst_ios_init.h b/src/VideoManager/VideoReceiver/GStreamer/gst_ios_init.h index 32a38507883..2f86cdb70c6 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gst_ios_init.h +++ b/src/VideoManager/VideoReceiver/GStreamer/gst_ios_init.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstplugin.cc b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstplugin.cc index d6d9cf0d654..f7c82f4e4d8 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstplugin.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstplugin.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2015 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.cc b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.cc index 9c9ad386ef0..32dd6469312 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2015 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.h b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.h index 4eeeddbced1..dbc409d860a 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.h +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqml6glsink.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2015 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.cc b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.cc index cf9689984de..fd1aac4a0e9 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2022 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.h b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.h index 0428fa5dea1..a2d362d2306 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.h +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqsg6glnode.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2022 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6element.cc b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6element.cc index aa934710312..e17eee3fa05 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6element.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6element.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2015 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6elements.h b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6elements.h index c22984216f9..abbcf2083a1 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6elements.h +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6elements.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * Copyright (C) 2020 Huawei Technologies Co., Ltd. * @Author: Julian Bouzas diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6gl.h b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6gl.h index a1babaad18c..f7b3d658a97 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6gl.h +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6gl.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2015 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.cc b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.cc index 013ded4bfef..3367d65b29a 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2016 Freescale Semiconductor, Inc. All rights reserved. diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.h b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.h index ba436230da8..f607e55caa6 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.h +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/gstqt6glutility.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2016 Freescale Semiconductor, Inc. All rights reserved. diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.cc b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.cc index dfb012a05cd..cb01ca8b84e 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.cc +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2015 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.h b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.h index c5c5efcfcfd..764fba4dbcf 100644 --- a/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.h +++ b/src/VideoManager/VideoReceiver/GStreamer/gstqml6gl/qt6/qt6glitem.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + /* * GStreamer * Copyright (C) 2015 Matthew Waters diff --git a/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.cc b/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.cc index f83820ba1cf..016a0a70154 100644 --- a/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.cc +++ b/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "QtMultimediaReceiver.h" #include "QGCLoggingCategory.h" diff --git a/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.h b/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.h index 9394dc101a9..4c35f526591 100644 --- a/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.h +++ b/src/VideoManager/VideoReceiver/QtMultimedia/QtMultimediaReceiver.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.cc b/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.cc index 6f30650031c..fe0167fb38e 100644 --- a/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.cc +++ b/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "UVCReceiver.h" #include "QGCApplication.h" #include "QGCLoggingCategory.h" diff --git a/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.h b/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.h index c31e6cea8f2..5890f2b3a21 100644 --- a/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.h +++ b/src/VideoManager/VideoReceiver/QtMultimedia/UVCReceiver.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/VideoManager/VideoReceiver/VideoReceiver.h b/src/VideoManager/VideoReceiver/VideoReceiver.h index 1cf04cdc932..466f3937736 100644 --- a/src/VideoManager/VideoReceiver/VideoReceiver.h +++ b/src/VideoManager/VideoReceiver/VideoReceiver.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/Viewer3D/CityMapGeometry.cc b/src/Viewer3D/CityMapGeometry.cc index 068c4935a7f..c918dcb1f66 100644 --- a/src/Viewer3D/CityMapGeometry.cc +++ b/src/Viewer3D/CityMapGeometry.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "CityMapGeometry.h" #include "QGCApplication.h" #include "SettingsManager.h" diff --git a/src/Viewer3D/CityMapGeometry.h b/src/Viewer3D/CityMapGeometry.h index 11396513fc1..74872c2b35a 100644 --- a/src/Viewer3D/CityMapGeometry.h +++ b/src/Viewer3D/CityMapGeometry.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/OsmParser.cc b/src/Viewer3D/OsmParser.cc index 641a0232724..b72eddce1fd 100644 --- a/src/Viewer3D/OsmParser.cc +++ b/src/Viewer3D/OsmParser.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "OsmParser.h" #include "QGCApplication.h" #include "SettingsManager.h" diff --git a/src/Viewer3D/OsmParser.h b/src/Viewer3D/OsmParser.h index b347057a863..8601d6842cd 100644 --- a/src/Viewer3D/OsmParser.h +++ b/src/Viewer3D/OsmParser.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/OsmParserThread.cc b/src/Viewer3D/OsmParserThread.cc index 4c34170fd6c..20f80837959 100644 --- a/src/Viewer3D/OsmParserThread.cc +++ b/src/Viewer3D/OsmParserThread.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "OsmParserThread.h" #include "Viewer3DUtils.h" diff --git a/src/Viewer3D/OsmParserThread.h b/src/Viewer3D/OsmParserThread.h index 765e5e14755..3d44b0103df 100644 --- a/src/Viewer3D/OsmParserThread.h +++ b/src/Viewer3D/OsmParserThread.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DManager.cc b/src/Viewer3D/Viewer3DManager.cc index 914f57de8ee..bbfdb615443 100644 --- a/src/Viewer3D/Viewer3DManager.cc +++ b/src/Viewer3D/Viewer3DManager.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "Viewer3DManager.h" #include "OsmParser.h" #include "Viewer3DQmlBackend.h" diff --git a/src/Viewer3D/Viewer3DManager.h b/src/Viewer3D/Viewer3DManager.h index 03915a17b81..ade19f133b4 100644 --- a/src/Viewer3D/Viewer3DManager.h +++ b/src/Viewer3D/Viewer3DManager.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DQmlBackend.cc b/src/Viewer3D/Viewer3DQmlBackend.cc index 9f6ecea30f0..a74620666cc 100644 --- a/src/Viewer3D/Viewer3DQmlBackend.cc +++ b/src/Viewer3D/Viewer3DQmlBackend.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "Viewer3DQmlBackend.h" #include "QGCApplication.h" #include "SettingsManager.h" diff --git a/src/Viewer3D/Viewer3DQmlBackend.h b/src/Viewer3D/Viewer3DQmlBackend.h index 4ec96338b8c..c1409d68e43 100644 --- a/src/Viewer3D/Viewer3DQmlBackend.h +++ b/src/Viewer3D/Viewer3DQmlBackend.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DQmlVariableTypes.h b/src/Viewer3D/Viewer3DQmlVariableTypes.h index 03a1c471774..00a9ce326ac 100644 --- a/src/Viewer3D/Viewer3DQmlVariableTypes.h +++ b/src/Viewer3D/Viewer3DQmlVariableTypes.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DTerrainGeometry.cc b/src/Viewer3D/Viewer3DTerrainGeometry.cc index 8353d227291..656c5c10d2a 100644 --- a/src/Viewer3D/Viewer3DTerrainGeometry.cc +++ b/src/Viewer3D/Viewer3DTerrainGeometry.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "Viewer3DTerrainGeometry.h" #include "Viewer3DUtils.h" #include "QGCApplication.h" diff --git a/src/Viewer3D/Viewer3DTerrainGeometry.h b/src/Viewer3D/Viewer3DTerrainGeometry.h index 486378dc251..7dd20751886 100644 --- a/src/Viewer3D/Viewer3DTerrainGeometry.h +++ b/src/Viewer3D/Viewer3DTerrainGeometry.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DTerrainTexture.cc b/src/Viewer3D/Viewer3DTerrainTexture.cc index 8e358c573ea..95bc65fda33 100644 --- a/src/Viewer3D/Viewer3DTerrainTexture.cc +++ b/src/Viewer3D/Viewer3DTerrainTexture.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "Viewer3DTerrainTexture.h" #include "QGCApplication.h" diff --git a/src/Viewer3D/Viewer3DTerrainTexture.h b/src/Viewer3D/Viewer3DTerrainTexture.h index f782f800750..2688daaa350 100644 --- a/src/Viewer3D/Viewer3DTerrainTexture.h +++ b/src/Viewer3D/Viewer3DTerrainTexture.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DTileQuery.cc b/src/Viewer3D/Viewer3DTileQuery.cc index ba29f5ad4d3..9da92494fe7 100644 --- a/src/Viewer3D/Viewer3DTileQuery.cc +++ b/src/Viewer3D/Viewer3DTileQuery.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "Viewer3DTileQuery.h" #define PI acos(-1.0f) diff --git a/src/Viewer3D/Viewer3DTileQuery.h b/src/Viewer3D/Viewer3DTileQuery.h index 43659d1cbfc..02c00b07893 100644 --- a/src/Viewer3D/Viewer3DTileQuery.h +++ b/src/Viewer3D/Viewer3DTileQuery.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DTileReply.cc b/src/Viewer3D/Viewer3DTileReply.cc index c440ef46f8e..cfd11400c5f 100644 --- a/src/Viewer3D/Viewer3DTileReply.cc +++ b/src/Viewer3D/Viewer3DTileReply.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "Viewer3DTileReply.h" #include diff --git a/src/Viewer3D/Viewer3DTileReply.h b/src/Viewer3D/Viewer3DTileReply.h index cf4db1365cb..5dddc105544 100644 --- a/src/Viewer3D/Viewer3DTileReply.h +++ b/src/Viewer3D/Viewer3DTileReply.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include diff --git a/src/Viewer3D/Viewer3DUtils.cc b/src/Viewer3D/Viewer3DUtils.cc index 4ffa3d6ab05..aa411189adc 100644 --- a/src/Viewer3D/Viewer3DUtils.cc +++ b/src/Viewer3D/Viewer3DUtils.cc @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #include "Viewer3DUtils.h" // WGS-84 geodetic constants diff --git a/src/Viewer3D/Viewer3DUtils.h b/src/Viewer3D/Viewer3DUtils.h index f9332b8b2f5..58647c6770f 100644 --- a/src/Viewer3D/Viewer3DUtils.h +++ b/src/Viewer3D/Viewer3DUtils.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #pragma once #include "math.h" diff --git a/src/main.cc b/src/main.cc index 99c0015ba0b..548358b622e 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /**************************************************************************** * - * (c) 2009-2020 QGROUNDCONTROL PROJECT + * (c) 2009-2024 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. diff --git a/src/pch.h b/src/pch.h index c56e4660c51..ff5d176f816 100644 --- a/src/pch.h +++ b/src/pch.h @@ -1,3 +1,12 @@ +/**************************************************************************** + * + * (c) 2009-2024 QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ + #ifdef __cplusplus #include #include diff --git a/tools/HeaderUpdater.py b/tools/HeaderUpdater.py new file mode 100644 index 00000000000..791afa97133 --- /dev/null +++ b/tools/HeaderUpdater.py @@ -0,0 +1,58 @@ +import os +import datetime +import re + +# Define the file extensions you want to target +TARGET_EXTENSIONS = ['.cpp', '.cc', '.h'] # Add other extensions as needed + +# Define the new header with a placeholder for the updated year +HEADER_TEMPLATE = '''/**************************************************************************** + * + * (c) 2009-{year} QGROUNDCONTROL PROJECT + * + * QGroundControl is licensed according to the terms in the file + * COPYING.md in the root of the source code directory. + * + ****************************************************************************/ +''' + + +def update_header_in_file(file_path, header_template): + # Get the current year + current_year = datetime.datetime.now().year + new_header = header_template.format(year=current_year) + + with open(file_path, 'r') as file: + content = file.read() + + # Regex pattern to match both "2009-XXXX" and just "XXXX" + header_pattern = re.compile(r'\(c\)\s*(2009-\d{4}|\d{4}) QGROUNDCONTROL') + + # Check if the header already exists + match = header_pattern.search(content) + + if match: + # Update the header to include "2009-current_year" if it is in the wrong format + updated_content = header_pattern.sub(f'(c) 2009-{current_year} QGROUNDCONTROL', content) + else: + # Prepend the new header if it's missing + updated_content = new_header + "\n" + content + + with open(file_path, 'w') as file: + file.write(updated_content) + + +def process_directory(directory): + for root, _, files in os.walk(directory): + for file in files: + if any(file.endswith(ext) for ext in TARGET_EXTENSIONS): + file_path = os.path.join(root, file) + update_header_in_file(file_path, HEADER_TEMPLATE) + + +if __name__ == "__main__": + current_directory = os.path.dirname(os.path.abspath(__file__)) + source_directory = current_directory + "/../src" + print(source_directory) + process_directory(source_directory) + print("Headers updated.")