Modified Files:
ZSI/digest_auth.py ZSI/wstools/Namespaces.py
ZSI/wstools/Utility.py ZSI/wstools/logging.py
-- licensing info.
----------------------------------------------------------------------
main
| @@ -1,7 +1,15 @@ | |||||
| #! /usr/bin/env python | |||||
| # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. | |||||
| # | |||||
| # This software is subject to the provisions of the Zope Public License, | |||||
| # Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. | |||||
| # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED | |||||
| # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |||||
| # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS | |||||
| # FOR A PARTICULAR PURPOSE. | |||||
| """Namespace module, so you don't need PyXML | """Namespace module, so you don't need PyXML | ||||
| """ | """ | ||||
| ident = "$Id$" | |||||
| try: | try: | ||||
| from xml.ns import SOAP, SCHEMA, WSDL, XMLNS, DSIG, ENCRYPTION | from xml.ns import SOAP, SCHEMA, WSDL, XMLNS, DSIG, ENCRYPTION | ||||
| DSIG.C14N = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315" | DSIG.C14N = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315" | ||||
| @@ -1,3 +1,8 @@ | |||||
| # Copyright (c) 2003, The Regents of the University of California, | |||||
| # through Lawrence Berkeley National Laboratory (subject to receipt of | |||||
| # any required approvals from the U.S. Dept. of Energy). All rights | |||||
| # reserved. | |||||
| # | |||||
| # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. | # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. | ||||
| # | # | ||||
| # This software is subject to the provisions of the Zope Public License, | # This software is subject to the provisions of the Zope Public License, | ||||
| @@ -1,5 +1,10 @@ | |||||
| #! /usr/bin/env python | |||||
| # Copyright (c) 2003, The Regents of the University of California, | |||||
| # through Lawrence Berkeley National Laboratory (subject to receipt of | |||||
| # any required approvals from the U.S. Dept. of Energy). All rights | |||||
| # reserved. | |||||
| # | |||||
| """Logging""" | """Logging""" | ||||
| ident = "$Id$" | |||||
| import sys | import sys | ||||