diff options
| author | Mattias Andrée <m@maandree.se> | 2024-10-06 20:00:17 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2024-10-06 20:00:17 +0200 |
| commit | e7b37af574b5b6c0c193bb505ca6e6b212b0e5af (patch) | |
| tree | 16b75c4c99cdcaf5e8afa9aaf41dc1945f15a168 | |
| parent | update pkgbuild (diff) | |
| download | sets-e7b37af574b5b6c0c193bb505ca6e6b212b0e5af.tar.gz sets-e7b37af574b5b6c0c193bb505ca6e6b212b0e5af.tar.bz2 sets-e7b37af574b5b6c0c193bb505ca6e6b212b0e5af.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | info/sets.texinfo | 6 | ||||
| -rwxr-xr-x | sets.py | 6 |
4 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ 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 @@ -1,4 +1,4 @@ -# Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2012, 2013 Mattias Andrée (m@maandree.se) # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/info/sets.texinfo b/info/sets.texinfo index eecd569..b33712a 100644 --- a/info/sets.texinfo +++ b/info/sets.texinfo @@ -18,7 +18,7 @@ @copying This manual is for @command{sets}. -Copyright @copyright{} 2013 Mattias Andrée (maandree@@member.fsf.org) +Copyright @copyright{} 2013 Mattias Andrée (m@@maandree.se) @quotation Permission is granted to copy, distribute and/or modify this document @@ -40,7 +40,7 @@ Texts. A copy of the license is included in the section entitled @titlepage @title sets 1 @subtitle The practical way to do set operations on sets of lines in the shell -@author Mattias Andrée, maandree@@member.fsf.org +@author Mattias Andrée, m@@maandree.se @page @vskip 0pt plus 1filll @insertcopying @@ -167,7 +167,7 @@ of a class that overloads a few operators. @flushleft 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 General Public License as published by @@ -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') |
