aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--src/join.py2
-rwxr-xr-xsrc/test.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/COPYING b/COPYING
index 21962f2..afe3891 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
join python – Join-calculus for Python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014 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/src/join.py b/src/join.py
index d057f90..3ffce12 100644
--- a/src/join.py
+++ b/src/join.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
join python – Join-calculus for Python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014 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/src/test.py b/src/test.py
index bf1acf5..03a008d 100755
--- a/src/test.py
+++ b/src/test.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
'''
join python – Join-calculus for Python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014 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