Skip to content

Commit 9e8d8a2

Browse files
committed
Update copyright year
1 parent 9f087aa commit 9e8d8a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'tidalapi'
21-
copyright = '2014-2019, Thomas Amland, morguldir'
21+
copyright = '2014-2021, Thomas Amland, morguldir'
2222
author = 'Thomas Amland, morguldir'
2323

2424
# The full version, including alpha/beta/rc tags

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2019 morguldir
3+
# Copyright (C) 2019-2021 morguldir
44
# Copyright (C) 2014 Thomas Amland
55
#
66
# This program is free software: you can redistribute it and/or modify

tidalapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2019 morguldir
3+
# Copyright (C) 2019-2021 morguldir
44
# Copyright (C) 2014 Thomas Amland
55
#
66
# This program is free software: you can redistribute it and/or modify

tidalapi/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2019 morguldir
3+
# Copyright (C) 2019-2021 morguldir
44
# Copyright (C) 2014 Thomas Amland
55
#
66
# This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)