Copyright and some docstring changes.

This commit is contained in:
Jeremy Fincher 2004-09-09 15:32:46 +00:00
parent 1e7c45eca4
commit 41d18f415e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
###
# Copyright (c) 2002, Jeremiah Fincher
# Copyright (c) 2002-2004, Jeremiah Fincher
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -30,8 +30,8 @@
###
"""
This is for jemfinch's debugging only. If this somehow gets added and
committed, remove it immediately. It must not be released.
This is for debugging only. If this somehow gets added and
committed, remove it immediately. It should not be released.
"""
__revision__ = "$Id$"