Changeset 5514
- Timestamp:
- 24/07/09 12:06:04 (12 years ago)
- Location:
- TI12-security/trunk/python/ndg.security.common/ndg/security/common/saml
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/saml/__init__.py
r5510 r5514 2 2 3 3 NERC DataGrid Project 4 5 This implementation is adapted from the Java OpenSAML implementation. The 6 copyright and licence information are included here: 7 8 Copyright [2005] [University Corporation for Advanced Internet Development, Inc.] 9 10 Licensed under the Apache License, Version 2.0 (the "License"); 11 you may not use this file except in compliance with the License. 12 You may obtain a copy of the License at 13 14 http://www.apache.org/licenses/LICENSE-2.0 15 16 Unless required by applicable law or agreed to in writing, software 17 distributed under the License is distributed on an "AS IS" BASIS, 18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 See the License for the specific language governing permissions and 20 limitations under the License. 4 21 """ 5 22 __author__ = "P J Kershaw" -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/saml/xml/__init__.py
r5510 r5514 2 2 3 3 NERC DataGrid Project 4 5 This implementation is adapted from the Java OpenSAML implementation. The 6 copyright and licence information are included here: 7 8 Copyright [2005] [University Corporation for Advanced Internet Development, Inc.] 9 10 Licensed under the Apache License, Version 2.0 (the "License"); 11 you may not use this file except in compliance with the License. 12 You may obtain a copy of the License at 13 14 http://www.apache.org/licenses/LICENSE-2.0 15 16 Unless required by applicable law or agreed to in writing, software 17 distributed under the License is distributed on an "AS IS" BASIS, 18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 See the License for the specific language governing permissions and 20 limitations under the License. 4 21 """ 5 22 __author__ = "P J Kershaw" -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/saml/xml/etree.py
r5513 r5514 3 3 4 4 NERC DataGrid Project 5 6 This implementation is adapted from the Java OpenSAML implementation. The 7 copyright and licence information are included here: 8 9 Copyright [2005] [University Corporation for Advanced Internet Development, Inc.] 10 11 Licensed under the Apache License, Version 2.0 (the "License"); 12 you may not use this file except in compliance with the License. 13 You may obtain a copy of the License at 14 15 http://www.apache.org/licenses/LICENSE-2.0 16 17 Unless required by applicable law or agreed to in writing, software 18 distributed under the License is distributed on an "AS IS" BASIS, 19 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 20 See the License for the specific language governing permissions and 21 limitations under the License. 5 22 """ 6 23 __author__ = "P J Kershaw"
Note: See TracChangeset
for help on using the changeset viewer.