From 8a0e05ded54a3a977ee5834d2bc3806131bbf095 Mon Sep 17 00:00:00 2001
From: Arthur de Jong
Date: Sun, 29 Jan 2006 20:14:00 +0000
Subject: 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
---
plugins/about.py | 9 +++++----
1 file 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'
' webcheck is free software; you can redistribute it and/or\n'
' modify it under the terms of the\n'
- ' GNU General Public License.\n'
+ ' GNU General Public License\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'
'
\n'
' \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'
'
\n'
' \n'
--
cgit v1.2.3