From 4e847342b124eb2ae7363804c9e7a308f06272fe Mon Sep 17 00:00:00 2001 From: Rajat Singhal Date: Thu, 15 Aug 2019 13:52:38 +0530 Subject: [PATCH] SITL: Add license info in Airsim files --- libraries/SITL/SIM_AirSim.cpp | 14 ++++++++++++++ libraries/SITL/SIM_AirSim.h | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/libraries/SITL/SIM_AirSim.cpp b/libraries/SITL/SIM_AirSim.cpp index 1d5b180719..9ceaa3ccdf 100644 --- a/libraries/SITL/SIM_AirSim.cpp +++ b/libraries/SITL/SIM_AirSim.cpp @@ -1,3 +1,17 @@ +/* + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + */ /* Simulator Connector for AirSim */ diff --git a/libraries/SITL/SIM_AirSim.h b/libraries/SITL/SIM_AirSim.h index d9685f88b2..2555b6ec73 100644 --- a/libraries/SITL/SIM_AirSim.h +++ b/libraries/SITL/SIM_AirSim.h @@ -1,3 +1,17 @@ +/* + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + */ /* Simulator connector for Airsim: https://github.com/Microsoft/AirSim */