diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-01-23 23:32:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-01-23 23:32:09 +0100 |
commit | 824a549125ca76b4edae16893bb5c9614b303c6b (patch) | |
tree | ce125fa7fc2c937d4db9762e2c6742c06971b609 | |
parent | changing shebang, python should(!) be python3 (diff) | |
download | sysrss-824a549125ca76b4edae16893bb5c9614b303c6b.tar.gz sysrss-824a549125ca76b4edae16893bb5c9614b303c6b.tar.bz2 sysrss-824a549125ca76b4edae16893bb5c9614b303c6b.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | COPYING | 2 | ||||
-rwxr-xr-x | sysrss.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ sysrss – Let your system generate a maintenance notification RSS -2012, 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org) 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 @@ ''' sysrss – Let your system generate a maintenance notification RSS -2012, 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org) 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 |