aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test/GazeAnalysis
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-22 23:10:18 +0200
committerThéo de la Hogue2024-04-22 23:10:18 +0200
commit95857cf4f31bf529bfdd3921150262b12b444888 (patch)
tree20d5c1ded401e72e25a47cbd68cb47b485cd4e1f /src/argaze.test/GazeAnalysis
parentf3cd97d11679892eb05b52944a306f5ce49283e3 (diff)
downloadargaze-95857cf4f31bf529bfdd3921150262b12b444888.zip
argaze-95857cf4f31bf529bfdd3921150262b12b444888.tar.gz
argaze-95857cf4f31bf529bfdd3921150262b12b444888.tar.bz2
argaze-95857cf4f31bf529bfdd3921150262b12b444888.tar.xz
Moving licence string outside of doc string.
Diffstat (limited to 'src/argaze.test/GazeAnalysis')
-rw-r--r--src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py3
-rw-r--r--src/argaze.test/GazeAnalysis/Entropy.py3
-rw-r--r--src/argaze.test/GazeAnalysis/ExploreExploitRatio.py3
-rw-r--r--src/argaze.test/GazeAnalysis/KCoefficient.py3
-rw-r--r--src/argaze.test/GazeAnalysis/LempelZivComplexity.py3
-rw-r--r--src/argaze.test/GazeAnalysis/NGram.py3
-rw-r--r--src/argaze.test/GazeAnalysis/NearestNeighborIndex.py3
-rw-r--r--src/argaze.test/GazeAnalysis/TransitionMatrix.py3
-rw-r--r--src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py3
9 files changed, 18 insertions, 9 deletions
diff --git a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
index 9326060..c141c81 100644
--- a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
+++ b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.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/GazeAnalysis/Entropy.py b/src/argaze.test/GazeAnalysis/Entropy.py
index 0bfd7b8..4b81130 100644
--- a/src/argaze.test/GazeAnalysis/Entropy.py
+++ b/src/argaze.test/GazeAnalysis/Entropy.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/GazeAnalysis/ExploreExploitRatio.py b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
index 0c2eb96..8247242 100644
--- a/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
+++ b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.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/GazeAnalysis/KCoefficient.py b/src/argaze.test/GazeAnalysis/KCoefficient.py
index 3c79cc3..e2e4e05 100644
--- a/src/argaze.test/GazeAnalysis/KCoefficient.py
+++ b/src/argaze.test/GazeAnalysis/KCoefficient.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/GazeAnalysis/LempelZivComplexity.py b/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
index 91d7df1..715c724 100644
--- a/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
+++ b/src/argaze.test/GazeAnalysis/LempelZivComplexity.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/GazeAnalysis/NGram.py b/src/argaze.test/GazeAnalysis/NGram.py
index 69c06cd..b36a7da 100644
--- a/src/argaze.test/GazeAnalysis/NGram.py
+++ b/src/argaze.test/GazeAnalysis/NGram.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/GazeAnalysis/NearestNeighborIndex.py b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
index 3325a2a..1a9d823 100644
--- a/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
+++ b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.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/GazeAnalysis/TransitionMatrix.py b/src/argaze.test/GazeAnalysis/TransitionMatrix.py
index 5aeef94..b11faba 100644
--- a/src/argaze.test/GazeAnalysis/TransitionMatrix.py
+++ b/src/argaze.test/GazeAnalysis/TransitionMatrix.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/GazeAnalysis/VelocityThresholdIdentification.py b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
index 39a8834..e7431b5 100644
--- a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
+++ b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.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