diff --git a/docs/conf.py b/docs/conf.py index c97f644..8ed30eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'tidalapi' -copyright = '2014-2019, Thomas Amland, morguldir' +copyright = '2014-2021, Thomas Amland, morguldir' author = 'Thomas Amland, morguldir' # The full version, including alpha/beta/rc tags diff --git a/tests/test_api.py b/tests/test_api.py index 863c639..e504408 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2019 morguldir +# Copyright (C) 2019-2021 morguldir # Copyright (C) 2014 Thomas Amland # # This program is free software: you can redistribute it and/or modify diff --git a/tidalapi/__init__.py b/tidalapi/__init__.py index f8f01bd..0625052 100644 --- a/tidalapi/__init__.py +++ b/tidalapi/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2019 morguldir +# Copyright (C) 2019-2021 morguldir # Copyright (C) 2014 Thomas Amland # # This program is free software: you can redistribute it and/or modify diff --git a/tidalapi/models.py b/tidalapi/models.py index a70363d..715a6bb 100644 --- a/tidalapi/models.py +++ b/tidalapi/models.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2019 morguldir +# Copyright (C) 2019-2021 morguldir # Copyright (C) 2014 Thomas Amland # # This program is free software: you can redistribute it and/or modify