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/AreaOfInterest/AOI2DScene.py | 3 ++- src/argaze.test/AreaOfInterest/AOI3DScene.py | 3 ++- src/argaze.test/AreaOfInterest/AOIFeatures.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'src/argaze.test/AreaOfInterest') diff --git a/src/argaze.test/AreaOfInterest/AOI2DScene.py b/src/argaze.test/AreaOfInterest/AOI2DScene.py index ae9e6b2..acb20b0 100644 --- a/src/argaze.test/AreaOfInterest/AOI2DScene.py +++ b/src/argaze.test/AreaOfInterest/AOI2DScene.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/AreaOfInterest/AOI3DScene.py b/src/argaze.test/AreaOfInterest/AOI3DScene.py index 591b5df..f8b7356 100644 --- a/src/argaze.test/AreaOfInterest/AOI3DScene.py +++ b/src/argaze.test/AreaOfInterest/AOI3DScene.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/AreaOfInterest/AOIFeatures.py b/src/argaze.test/AreaOfInterest/AOIFeatures.py index 25fdca9..ba4541c 100644 --- a/src/argaze.test/AreaOfInterest/AOIFeatures.py +++ b/src/argaze.test/AreaOfInterest/AOIFeatures.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