summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/cubic_interpolation2
-rwxr-xr-xtest/linear_interpolation2
-rwxr-xr-xtest/monotone_cubic_interpolation2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/cubic_interpolation b/test/cubic_interpolation
index ffe49d8..aede7a8 100755
--- a/test/cubic_interpolation
+++ b/test/cubic_interpolation
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- python -*-
-# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
+# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (m@maandree.se)
#
# 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
diff --git a/test/linear_interpolation b/test/linear_interpolation
index e9069c9..b6052c3 100755
--- a/test/linear_interpolation
+++ b/test/linear_interpolation
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- python -*-
-# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
+# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (m@maandree.se)
#
# 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
diff --git a/test/monotone_cubic_interpolation b/test/monotone_cubic_interpolation
index 542db41..0b8912e 100755
--- a/test/monotone_cubic_interpolation
+++ b/test/monotone_cubic_interpolation
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- python -*-
-# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
+# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (m@maandree.se)
#
# 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