comparison getan/main.py @ 534:5d4006e3210c

increment displayed copyright year
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 08 Jan 2020 09:00:58 +0100
parents 31282f97b807
children 525ac205dca2
comparison
equal deleted inserted replaced
533:a4044956e08c 534:5d4006e3210c
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 # 3 #
4 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de> 4 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de>
5 # (c) 2011 by Björn Ricks <bjoern.ricks@intevation.de> 5 # (c) 2011 by Björn Ricks <bjoern.ricks@intevation.de>
6 # (c) 2017, 2018 Intevation GmbH 6 # (c) 2017, 2018, 2019, 2020 Intevation GmbH
7 # Authors: 7 # Authors:
8 # * Magnus Schieder <magnus.schieder@intevation.de> 8 # * Magnus Schieder <magnus.schieder@intevation.de>
9 # 9 #
10 # A python worklog-alike to log what you have 'getan' (done). 10 # A python worklog-alike to log what you have 'getan' (done).
11 # 11 #
32 32
33 usage = "%(prog)s [options] [databasefile (default: " + \ 33 usage = "%(prog)s [options] [databasefile (default: " + \
34 DEFAULT_DATABASE + ")]" 34 DEFAULT_DATABASE + ")]"
35 version = ''' 35 version = '''
36 getan version %s 36 getan version %s
37 (c) 2008-2018 by Intevation GmbH 37 (c) 2008-2020 by Intevation GmbH
38 Authors: Sascha L. Teichmann <teichmann@intevation.de> 38 Authors: Sascha L. Teichmann <teichmann@intevation.de>
39 Thomas Arendsen Hein <thomas@intevation.de> 39 Thomas Arendsen Hein <thomas@intevation.de>
40 Ingo Weinzierl <ingo.weinzierl@intevation.de> 40 Ingo Weinzierl <ingo.weinzierl@intevation.de>
41 Björn Ricks <bjoern.ricks@intevation.de> 41 Björn Ricks <bjoern.ricks@intevation.de>
42 Bernhard Reiter <bernhard.reiter@intevation.de> 42 Bernhard Reiter <bernhard.reiter@intevation.de>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)