Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2022-02-14 06:09:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-02-14 06:47:00 +0300
commita5587f5223f65843e7d4c52088d782e3075a0df7 (patch)
tree64e762bc412b6dcfeab52d1a68e8a8463c0cb0ce /ant_landscape
parent90fbd177c9850e21bae2238faba791815be566f0 (diff)
File headers: use SPDX license identifiers
Some files needed to be changed manually.
Diffstat (limited to 'ant_landscape')
-rw-r--r--ant_landscape/eroder.py1
-rw-r--r--ant_landscape/stats.py2
-rw-r--r--ant_landscape/test.py2
-rw-r--r--ant_landscape/utils.py2
4 files changed, 6 insertions, 1 deletions
diff --git a/ant_landscape/eroder.py b/ant_landscape/eroder.py
index eee91bf7..1859ab66 100644
--- a/ant_landscape/eroder.py
+++ b/ant_landscape/eroder.py
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-
from time import time
import unittest
import sys
diff --git a/ant_landscape/stats.py b/ant_landscape/stats.py
index 5c37d2ba..c8793dd9 100644
--- a/ant_landscape/stats.py
+++ b/ant_landscape/stats.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
from time import time
try:
diff --git a/ant_landscape/test.py b/ant_landscape/test.py
index d56815f2..39d060c4 100644
--- a/ant_landscape/test.py
+++ b/ant_landscape/test.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
from numpy import *
if __name__ == '__main__':
diff --git a/ant_landscape/utils.py b/ant_landscape/utils.py
index 6588f75b..7687bd54 100644
--- a/ant_landscape/utils.py
+++ b/ant_landscape/utils.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
numexpr_available=False
try:
import numexpr