diff --git a/include/CameraZoomPlugin.hh b/include/CameraZoomPlugin.hh index 2250f34..374d927 100644 --- a/include/CameraZoomPlugin.hh +++ b/include/CameraZoomPlugin.hh @@ -2,7 +2,7 @@ Copyright (C) 2023 ArduPilot.org 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 + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -11,7 +11,7 @@ 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 + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef CAMERAZOOMPLUGIN_HH_ diff --git a/src/CameraZoomPlugin.cc b/src/CameraZoomPlugin.cc index f2c2d29..e6d1444 100644 --- a/src/CameraZoomPlugin.cc +++ b/src/CameraZoomPlugin.cc @@ -2,7 +2,7 @@ Copyright (C) 2023 ArduPilot.org 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 + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -11,7 +11,7 @@ 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 + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */