aboutsummaryrefslogtreecommitdiffstats
path: root/sets.py
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-06 20:00:17 +0200
committerMattias Andrée <m@maandree.se>2024-10-06 20:00:17 +0200
commite7b37af574b5b6c0c193bb505ca6e6b212b0e5af (patch)
tree16b75c4c99cdcaf5e8afa9aaf41dc1945f15a168 /sets.py
parentupdate pkgbuild (diff)
downloadsets-e7b37af574b5b6c0c193bb505ca6e6b212b0e5af.tar.gz
sets-e7b37af574b5b6c0c193bb505ca6e6b212b0e5af.tar.bz2
sets-e7b37af574b5b6c0c193bb505ca6e6b212b0e5af.tar.xz
Update e-mailHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'sets.py')
-rwxr-xr-xsets.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sets.py b/sets.py
index 2ae8799..3a0f16b 100755
--- a/sets.py
+++ b/sets.py
@@ -3,7 +3,7 @@
'''
sets – The practical way to do set operations on sets of lines in the shell
-Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2012, 2013 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 Affero General Public License as published by
@@ -34,7 +34,7 @@ if sys.argv[1].startswith('-'):
print()
print('sets – The practical way to do set operations on sets of lines in the shell')
print()
- print('Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org)')
+ print('Copyright © 2012, 2013 Mattias Andrée (m@maandree.se)')
print()
print('This program is free software: you can redistribute it and/or modify')
print('it under the terms of the GNU Affero General Public License as published by')
@@ -108,7 +108,7 @@ if sys.argv[1].startswith('-'):
print(' c')
print()
print()
- print('Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org)')
+ print('Copyright © 2012, 2013 Mattias Andrée (m@maandree.se)')
print()
print('This program is free software: you can redistribute it and/or modify')
print('it under the terms of the GNU Affero General Public License as published by')