diff options
author | Théo de la Hogue | 2024-04-09 00:18:55 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-09 00:18:55 +0200 |
commit | 3edf39d92d14d73f8afd0aaf7f04259cef7455d8 (patch) | |
tree | b6a592a541253dce7d16d032e207d9123cf69648 /src/argaze.test/AreaOfInterest | |
parent | ad25274a8493b63c40cd5d59f59889214fcc8aa2 (diff) | |
download | argaze-3edf39d92d14d73f8afd0aaf7f04259cef7455d8.zip argaze-3edf39d92d14d73f8afd0aaf7f04259cef7455d8.tar.gz argaze-3edf39d92d14d73f8afd0aaf7f04259cef7455d8.tar.bz2 argaze-3edf39d92d14d73f8afd0aaf7f04259cef7455d8.tar.xz |
Using https url.
Diffstat (limited to 'src/argaze.test/AreaOfInterest')
-rw-r--r-- | src/argaze.test/AreaOfInterest/AOI2DScene.py | 2 | ||||
-rw-r--r-- | src/argaze.test/AreaOfInterest/AOI3DScene.py | 2 | ||||
-rw-r--r-- | src/argaze.test/AreaOfInterest/AOIFeatures.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/argaze.test/AreaOfInterest/AOI2DScene.py b/src/argaze.test/AreaOfInterest/AOI2DScene.py index daa6431..ae9e6b2 100644 --- a/src/argaze.test/AreaOfInterest/AOI2DScene.py +++ b/src/argaze.test/AreaOfInterest/AOI2DScene.py @@ -8,7 +8,7 @@ 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 <http://www.gnu.org/licenses/>. +this program. If not, see <https://www.gnu.org/licenses/>. """ __author__ = "Théo de la Hogue" diff --git a/src/argaze.test/AreaOfInterest/AOI3DScene.py b/src/argaze.test/AreaOfInterest/AOI3DScene.py index f16b1f5..591b5df 100644 --- a/src/argaze.test/AreaOfInterest/AOI3DScene.py +++ b/src/argaze.test/AreaOfInterest/AOI3DScene.py @@ -8,7 +8,7 @@ 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 <http://www.gnu.org/licenses/>. +this program. If not, see <https://www.gnu.org/licenses/>. """ __author__ = "Théo de la Hogue" diff --git a/src/argaze.test/AreaOfInterest/AOIFeatures.py b/src/argaze.test/AreaOfInterest/AOIFeatures.py index 9b93a9f..25fdca9 100644 --- a/src/argaze.test/AreaOfInterest/AOIFeatures.py +++ b/src/argaze.test/AreaOfInterest/AOIFeatures.py @@ -8,7 +8,7 @@ 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 <http://www.gnu.org/licenses/>. +this program. If not, see <https://www.gnu.org/licenses/>. """ __author__ = "Théo de la Hogue" |