Skip to content

Commit b8c2c2d

Browse files
authored
Merge pull request #229 from tamland/fix-headers
Fix headers
2 parents 831d050 + 988ef22 commit b8c2c2d

24 files changed

+32
-0
lines changed

tests/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# -*- coding: utf-8 -*-
2+
3+
# Copyright (C) 2023- The Tidalapi Developers

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2022 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

tests/cover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2022 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

tests/test_album.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2022 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

tests/test_artist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2022 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

tests/test_genres.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2020 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

tests/test_media.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2022 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

tests/test_mix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2022 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

tests/test_page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2022 morguldir
45
#
56
# This program is free software: you can redistribute it and/or modify

tests/test_playlist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3+
# Copyright (C) 2023- The Tidalapi Developers
34
# Copyright (C) 2019-2022 morguldir
45
# Copyright (C) 2014 Thomas Amland
56
#

0 commit comments

Comments
 (0)