Changeset 4681 for TI12-security/trunk/python
- Timestamp:
- 18/12/08 14:52:55 (12 years ago)
- Location:
- TI12-security/trunk/python/MyProxyClient
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/MyProxyClient/myproxy/__init__.py
r4680 r4681 7 7 __date__ = "15/12/08" 8 8 __copyright__ = "(C) 2008 STFC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 9 __license__ = """LGPL""" 12 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 11 __revision__ = '$Id$' -
TI12-security/trunk/python/MyProxyClient/myproxy/client.py
r4680 r4681 11 11 __date__ = "02/06/05" 12 12 __copyright__ = "(C) 2008 STFC" 13 __license__ = \ 14 """This software may be distributed under the terms of the Q Public 15 License, version 1.0 or later. 16 17 For myproxy_logon see Access Grid Toolkit Public License (AGTPL): 18 19 http://www-unix.mcs.anl.gov/fl/research/accessgrid/about/license.html 13 __license__ = """LGPL 14 15 For myproxy_logon see Access Grid Toolkit Public License (AGTPL) 20 16 21 17 This product includes software developed by and/or derived from the Access -
TI12-security/trunk/python/MyProxyClient/myproxy/utils/__init__.py
r4680 r4681 7 7 __date__ = "15/12/08" 8 8 __copyright__ = "(C) 2008 STFC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 9 __license__ = """LGPL""" 12 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 11 __revision__ = '$Id$' -
TI12-security/trunk/python/MyProxyClient/myproxy/utils/openssl.py
r4680 r4681 7 7 __date__ = "08/02/07" 8 8 __copyright__ = "(C) 2007 STFC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 9 __license__ = """LGPL""" 12 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 11 __revision__ = '$Id:openssl.py 4643 2008-12-15 14:53:53Z pjkersha $' -
TI12-security/trunk/python/MyProxyClient/setup.py
r4680 r4681 7 7 __date__ = "12/12/08" 8 8 __copyright__ = "(C) 2008 STFC" 9 __license__ = \ 10 """BSD-style license 9 __license__ = """LGPL 11 10 12 11 Software adapted from myproxy_logon. - For myproxy_logon see Access Grid 13 Toolkit Public License (AGTPL): 14 15 http://www-unix.mcs.anl.gov/fl/research/accessgrid/about/license.html 12 Toolkit Public License (AGTPL) 16 13 17 14 This product includes software developed by and/or derived from the Access … … 39 36 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 40 37 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/Security', 41 platforms = 38 platforms = ['POSIX', 'Linux', 'Windows'], 42 39 install_requires = ['M2Crypto'], 43 40 license = __license__, … … 55 52 'Intended Audience :: System Administrators', 56 53 'Intended Audience :: Science/Research', 57 'License :: <TODO> :: <TODO>',54 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', 58 55 'Natural Language :: English', 59 56 'Operating System :: Microsoft :: Windows', -
TI12-security/trunk/python/MyProxyClient/test/__init__.py
r4680 r4681 6 6 __date__ = "13/12/08" 7 7 __copyright__ = "(C) 2008 STFC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 8 __license__ = """LGPL""" 11 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 10 __revision__ = '$Id$' -
TI12-security/trunk/python/MyProxyClient/test/test_myproxyclient.py
r4680 r4681 7 7 __date__ = "02/07/07" 8 8 __copyright__ = "(C) 2007 STFC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 9 __license__ = """LGPL""" 12 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 11 __revision__ = '$Id$'
Note: See TracChangeset
for help on using the changeset viewer.