From 41d18f415ed7c38c1e8660cfb52bb9db3c3dc390 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 9 Sep 2004 15:32:46 +0000 Subject: [PATCH] Copyright and some docstring changes. --- sandbox/Debug.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sandbox/Debug.py b/sandbox/Debug.py index 316dee23c..302a67c7e 100644 --- a/sandbox/Debug.py +++ b/sandbox/Debug.py @@ -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$"