Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg.security.server/ndg/__init__.py@4692
Revision 4680,
650 bytes
checked in by pjkersha, 12 years ago
(diff) |
Global replace to fix copyright from STFC & NERC to STFC alone because it's not possible to have copyright held by two orgs.
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | """NDG Security ndg namespace package for server code |
---|
2 | |
---|
3 | NERC Data Grid Project |
---|
4 | |
---|
5 | This is a setuptools namespace_package. DO NOT place any other |
---|
6 | code in this file! There is no guarantee that it will be installed |
---|
7 | with easy_install. See: |
---|
8 | |
---|
9 | http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages |
---|
10 | |
---|
11 | ... for details. |
---|
12 | """ |
---|
13 | __author__ = "P J Kershaw" |
---|
14 | __date__ = "27/10/06" |
---|
15 | __copyright__ = "(C) 2007 STFC" |
---|
16 | __license__ = \ |
---|
17 | """This software may be distributed under the terms of the Q Public |
---|
18 | License, version 1.0 or later.""" |
---|
19 | __contact__ = "Philip.Kershaw@stfc.ac.uk" |
---|
20 | __revision__ = '$Id$' |
---|
21 | |
---|
22 | __import__('pkg_resources').declare_namespace(__name__) |
---|
Note: See
TracBrowser
for help on using the repository browser.