Skip to content

Commit 3a8aeda

Browse files
committed
btc_ticker.py 2.1.1: add SPDX copyright and license tags, remove shebang and coding charset
1 parent 444af3c commit 3a8aeda

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

python/btc_ticker.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
#!/usr/bin/env python
2-
# coding=utf-8
3-
4-
# Copyright (c) 2014-2018 Eugene Ciurana (pr3d4t0r)
5-
# All rights reserved.
1+
# SPDX-FileCopyrightText: 2014-2018 Eugene Ciurana (pr3d4t0r) <[email protected]>
2+
#
3+
# SPDX-License-Identifier: BSD-3-Clause
64
#
75
# Version - see _VERSION global
86
#
@@ -57,7 +55,7 @@
5755

5856
VALID_CRYPTO_CURRENCIES = [ DEFAULT_CRYPTO_CURRENCY, 'eth', 'bch', 'xrp', 'xem', 'ltc', 'dash', 'neo', 'etc', ]
5957
VALID_FIAT_CURRENCIES = [ DEFAULT_FIAT_CURRENCY, 'eur', 'rur', ]
60-
_VERSION = '2.1.0'
58+
_VERSION = '2.1.1'
6159

6260
COMMAND_NICK = 'tick'
6361

0 commit comments

Comments
 (0)