We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa5065 commit 1b16322Copy full SHA for 1b16322
.gitignore
@@ -87,6 +87,10 @@ ENV/
87
88
# Rope project settings
89
.ropeproject
90
+
91
+# Custom ignore
92
ISRC_country_repartition.png
93
ISRC_valid.txt
94
ISRC_year_distribution.png
95
+createSpotifyPlaylist.py
96
+utils_to_add.py
isrc.py
@@ -2,9 +2,9 @@
2
#
3
# Author Yann Bayle
4
# E-mail [email protected]
5
-# License MIT
+# License GNU AGPL v3
6
# Created 25/05/2016
7
-# Updated 23/02/2017
+# Updated 11/05/2017
8
# Version 1.0.0
9
10
satin.py
@@ -2,7 +2,7 @@
-# License CC BY SA 4.0
# Created 23/02/2017
# Updated 11/05/2017
0 commit comments