From 95857cf4f31bf529bfdd3921150262b12b444888 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 22 Apr 2024 23:10:18 +0200 Subject: Moving licence string outside of doc string. --- src/argaze.test/ArUcoMarker/ArUcoBoard.py | 3 ++- src/argaze.test/ArUcoMarker/ArUcoCamera.py | 3 ++- src/argaze.test/ArUcoMarker/ArUcoDetector.py | 3 ++- src/argaze.test/ArUcoMarker/ArUcoMarker.py | 3 ++- src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py | 3 ++- src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py | 3 ++- src/argaze.test/ArUcoMarker/ArUcoScene.py | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) (limited to 'src/argaze.test/ArUcoMarker') diff --git a/src/argaze.test/ArUcoMarker/ArUcoBoard.py b/src/argaze.test/ArUcoMarker/ArUcoBoard.py index b20be13..1f47985 100644 --- a/src/argaze.test/ArUcoMarker/ArUcoBoard.py +++ b/src/argaze.test/ArUcoMarker/ArUcoBoard.py @@ -1,5 +1,6 @@ -""" +""" """ +""" 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 diff --git a/src/argaze.test/ArUcoMarker/ArUcoCamera.py b/src/argaze.test/ArUcoMarker/ArUcoCamera.py index eb930ab..76b567e 100644 --- a/src/argaze.test/ArUcoMarker/ArUcoCamera.py +++ b/src/argaze.test/ArUcoMarker/ArUcoCamera.py @@ -1,5 +1,6 @@ -""" +""" """ +""" 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 diff --git a/src/argaze.test/ArUcoMarker/ArUcoDetector.py b/src/argaze.test/ArUcoMarker/ArUcoDetector.py index 40b7d00..9e52886 100644 --- a/src/argaze.test/ArUcoMarker/ArUcoDetector.py +++ b/src/argaze.test/ArUcoMarker/ArUcoDetector.py @@ -1,5 +1,6 @@ -""" +""" """ +""" 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 diff --git a/src/argaze.test/ArUcoMarker/ArUcoMarker.py b/src/argaze.test/ArUcoMarker/ArUcoMarker.py index 6518c8c..2a7464f 100644 --- a/src/argaze.test/ArUcoMarker/ArUcoMarker.py +++ b/src/argaze.test/ArUcoMarker/ArUcoMarker.py @@ -1,5 +1,6 @@ -""" +""" """ +""" 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 diff --git a/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py b/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py index 2f80a67..12b841c 100644 --- a/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py +++ b/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py @@ -1,5 +1,6 @@ -""" +""" """ +""" 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 diff --git a/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py b/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py index d019a5d..5af732b 100644 --- a/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py +++ b/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py @@ -1,5 +1,6 @@ -""" +""" """ +""" 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 diff --git a/src/argaze.test/ArUcoMarker/ArUcoScene.py b/src/argaze.test/ArUcoMarker/ArUcoScene.py index 67cb668..fb3fd89 100644 --- a/src/argaze.test/ArUcoMarker/ArUcoScene.py +++ b/src/argaze.test/ArUcoMarker/ArUcoScene.py @@ -1,5 +1,6 @@ -""" +""" """ +""" 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 -- cgit v1.1