diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-01-29 21:14:00 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-01-29 21:14:00 +0100 |
commit | 8a0e05ded54a3a977ee5834d2bc3806131bbf095 (patch) | |
tree | 607cecb19b46cfe1c3124ae594f5a583be548496 | |
parent | 8ee72fceec47100bd1811a538c1554cd3b7613a9 (diff) |
update copyright notice and indicate that we're using GPL2+
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@219 86f53f14-5ff3-0310-afe5-9b438ce3f40c
-rw-r--r-- | plugins/about.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/about.py b/plugins/about.py index 283a7e0..9041d41 100644 --- a/plugins/about.py +++ b/plugins/about.py @@ -3,7 +3,7 @@ # # Copyright (C) 1998, 1999 Albert Hopkins (marduk) # Copyright (C) 2002 Mike W. Meyer -# Copyright (C) 2005 Arthur de Jong +# Copyright (C) 2005, 2006 Arthur de Jong # # 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 @@ -33,7 +33,7 @@ import time def generate(fp,site): """Output a list of modules, it's authors and it's version to the file descriptor.""" - # TODO: xxx links weere fetched, xxx pages were examined and a total of xxx notes and problems were found + # TODO: xxx links were fetched, xxx pages were examined and a total of xxx notes and problems were found # TODO: include some runtime information (e.g. supported schemes, user configuration, etc) # output some general information about the report fp.write( @@ -64,12 +64,13 @@ def generate(fp,site): ' After that Arthur de Jong did a complete rewrite.\n' ' <tt>webcheck</tt> is <i>free software</i>; you can redistribute it and/or\n' ' modify it under the terms of the\n' - ' <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.\n' + ' <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>\n' + ' (version 2 or later).\n' ' There is no warranty; not even for merchantability or fitness for a\n' ' particular purpose. See the source for further details.\n' ' </p>\n' ' <p>\n' - ' Copyright © 1998, 1999, 2002, 2005 Albert Hopkins (marduk),\n' + ' Copyright © 1998, 1999, 2002, 2005, 2006 Albert Hopkins (marduk),\n' ' Mike W. Meyer and Arthur de Jong\n' ' </p>\n' ' <p>\n' |