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 bc558e2..ffe49d8 100755
--- a/test/cubic_interpolation
+++ b/test/cubic_interpolation
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- python -*-
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.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 b726f5f..e9069c9 100755
--- a/test/linear_interpolation
+++ b/test/linear_interpolation
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- python -*-
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.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 a659dcd..542db41 100755
--- a/test/monotone_cubic_interpolation
+++ b/test/monotone_cubic_interpolation
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- python -*-
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.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