aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-06 20:19:23 +0200
committerMattias Andrée <m@maandree.se>2024-10-06 20:19:23 +0200
commit21889f8f496815b30eaa8008f8c43d3517916845 (patch)
tree8cdd67ce99c1eba15f763c295ef04a67c3624fe6
parentupdate dist (diff)
downloadjoin-python-21889f8f496815b30eaa8008f8c43d3517916845.tar.gz
join-python-21889f8f496815b30eaa8008f8c43d3517916845.tar.bz2
join-python-21889f8f496815b30eaa8008f8c43d3517916845.tar.xz
Update e-mailHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-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