Changeset 4615 for TI12-security/trunk/python
- Timestamp:
- 12/12/08 11:40:02 (12 years ago)
- Location:
- TI12-security/trunk/python/MyProxyClient
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/MyProxyClient/myproxy.py
r4612 r4615 10 10 __author__ = "P J Kershaw" 11 11 __date__ = "02/06/05" 12 __copyright__ = "(C) 200 7STFC & NERC"12 __copyright__ = "(C) 2008 STFC & NERC" 13 13 __license__ = \ 14 14 """This software may be distributed under the terms of the Q Public -
TI12-security/trunk/python/MyProxyClient/setup.py
r4610 r4615 6 6 __author__ = "P J Kershaw" 7 7 __date__ = "12/12/08" 8 __copyright__ = "(C) 200 7STFC & NERC"8 __copyright__ = "(C) 2008 STFC & NERC" 9 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 10 """BSD-style license 11 12 For myproxy_logon see Access Grid Toolkit Public License (AGTPL): 13 14 http://www-unix.mcs.anl.gov/fl/research/accessgrid/about/license.html 15 16 This product includes software developed by and/or derived from the Access 17 Grid Project (http://www.accessgrid.org) to which the U.S. Government retains 18 certain rights.""" 12 19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 20 __revision__ = '$Id$' … … 33 40 install_requires = ['ndg_security_client', 'ndg_security_server'], 34 41 dependency_links = ["http://ndg.nerc.ac.uk/dist"], 42 license = __license__, 35 43 zip_safe = True 36 44 )
Note: See TracChangeset
for help on using the changeset viewer.