diff options
| author | Mattias Andrée <m@maandree.se> | 2024-10-06 20:19:23 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2024-10-06 20:19:23 +0200 |
| commit | 21889f8f496815b30eaa8008f8c43d3517916845 (patch) | |
| tree | 8cdd67ce99c1eba15f763c295ef04a67c3624fe6 | |
| parent | update dist (diff) | |
| download | join-python-21889f8f496815b30eaa8008f8c43d3517916845.tar.gz join-python-21889f8f496815b30eaa8008f8c43d3517916845.tar.bz2 join-python-21889f8f496815b30eaa8008f8c43d3517916845.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -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 |
