Code

Added the copyright/license notice to (nearly) all files at request of
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Aug 2001 00:15:51 +0000 (00:15 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Aug 2001 00:15:51 +0000 (00:15 +0000)
commitc853df7b1fb5c3deee55fd7c8396f56259b060f6
tree72e31b40127ebe1a1daf3bd501e5638102c795db
parentc1ddfc5de0583426b07d3af32d9eeaf5cccedc42
Added the copyright/license notice to (nearly) all files at request of
Bizar Software.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@219 57a73879-2fb5-44c3-a270-3262357dd7e2
42 files changed:
README.txt
cgi-bin/roundup.cgi
roundup-admin
roundup-mailgw
roundup-server
roundup/__init__.py
roundup/backends/__init__.py
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/backends/back_bsddb3.py
roundup/cgi_client.py
roundup/cgitb.py
roundup/date.py
roundup/htmltemplate.py
roundup/hyperdb.py
roundup/init.py
roundup/instance.py
roundup/mailgw.py
roundup/roundupdb.py
roundup/templatebuilder.py
roundup/templates/__init__.py
roundup/templates/classic/__init__.py
roundup/templates/classic/dbinit.py
roundup/templates/classic/detectors/__init__.py
roundup/templates/classic/detectors/nosyreaction.py
roundup/templates/classic/instance_config.py
roundup/templates/classic/interfaces.py
roundup/templates/extended/__init__.py
roundup/templates/extended/dbinit.py
roundup/templates/extended/detectors/__init__.py
roundup/templates/extended/detectors/nosyreaction.py
roundup/templates/extended/instance_config.py
roundup/templates/extended/interfaces.py
setup.cfg
setup.py
test/__init__.py
test/test_dates.py
test/test_db.py
test/test_init.py
test/test_mailsplit.py
test/test_multipart.py
test/test_schema.py