aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/join.py2
-rwxr-xr-xsrc/test.py2
2 files changed, 2 insertions, 2 deletions
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