Changeset 1443 for bcdaqwidgets/trunk/src/bcdaqwidgets/__init__.py
- Timestamp:
- Oct 15, 2013 8:22:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bcdaqwidgets/trunk/src/bcdaqwidgets/__init__.py
r1425 r1443 1 2 3 ########### SVN repository information ###################4 # $Date$5 # $Author$6 # $Revision$7 # $URL$8 # $Id$9 ########### SVN repository information ###################10 11 1 import datetime 12 2 import bcdaqwidgets … … 24 14 __project__ = u'BcdaQWidgets' 25 15 __description__ = u"PyEpics-aware PySide widgets for the APS." 26 __copyright__ = u'20 13, Argonne National Laboratory'16 __copyright__ = u'2009-2013, UChicago Argonne, LLC' 27 17 __authors__ = [u'Pete Jemian', u'Cayla Suarez'] 28 18 __institution__ = u"Advanced Photon Source, Argonne National Laboratory" 29 19 __author_email__= u"jemian@anl.gov" 30 20 __url__ = u"will be but not yet: http://subversion.xray.aps.anl.gov/admin_bcdaext/BcdaQWidgets" 31 __license__ = u"(c) 2009-2013, UChicago Argonne, LLC"21 __license__ = u"(c) " + __copyright__ 32 22 __license__ += u" (see LICENSE file for details)" 33 23 … … 42 32 __full_version__ = u"v%s.%s, %s" % (__version__, __minor_version__, __yyyymmdd__) 43 33 __all__ = ['bcdaqwidgets', ] 34 35 36 ########### SVN repository information ################### 37 # $Date$ 38 # $Author$ 39 # $Revision$ 40 # $URL$ 41 # $Id$ 42 ########### SVN repository information ###################
Note: See TracChangeset
for help on using the changeset viewer.