Commit 3d6cb4af authored by Jim Fulton's avatar Jim Fulton

Corrected copyright dates.

parent 85377fd4
......@@ -5,7 +5,7 @@ exec python $0 ${1+"$@"}
#"
##############################################################################
#
# Copyright (c) 1998, Digital Creations, Fredericksburg, VA, USA.
# Copyright (c) 1997-1998, Digital Creations, Fredericksburg, VA, USA.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
......@@ -72,7 +72,7 @@ that allows one to simply make a single web request.
The module also provides a command-line interface for calling objects.
"""
__version__='$Revision: 1.25 $'[11:-2]
__version__='$Revision: 1.26 $'[11:-2]
import sys, regex, socket, mimetools
from httplib import HTTP
......
##############################################################################
#
# Copyright (c) 1998, Digital Creations, Fredericksburg, VA, USA.
# Copyright (c) 1996-1998, Digital Creations, Fredericksburg, VA, USA.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
......@@ -478,11 +478,11 @@ Publishing a module using CGI
containing the module to be published) to the module name in the
cgi-bin directory.
$Id: Publish.py,v 1.96 1998/09/08 20:57:18 jim Exp $"""
$Id: Publish.py,v 1.97 1998/09/09 18:05:05 jim Exp $"""
#'
#
##########################################################################
__version__='$Revision: 1.96 $'[11:-2]
__version__='$Revision: 1.97 $'[11:-2]
import sys, os, string, cgi, regex
from string import *
......
......@@ -5,7 +5,7 @@ exec python $0 ${1+"$@"}
#" Waaaa
#
# Copyright (c) 1998, Digital Creations, Fredericksburg, VA, USA.
# Copyright (c) 1996-1998, Digital Creations, Fredericksburg, VA, USA.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
......@@ -130,9 +130,9 @@ Examples
s
$Id: Test.py,v 1.19 1998/09/03 16:59:11 jim Exp $
$Id: Test.py,v 1.20 1998/09/09 18:04:19 jim Exp $
'''
__version__='$Revision: 1.19 $'[11:-2]
__version__='$Revision: 1.20 $'[11:-2]
import sys,traceback, profile, os
repeat_count=100
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment