diff options
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | src/join.py | 2 | ||||
| -rwxr-xr-x | src/test.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 |
