1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,14 @@ |
1 |
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
|
2 |
+ Version 2, December 2004 |
|
3 |
+ |
|
4 |
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
|
5 |
+ |
|
6 |
+ Everyone is permitted to copy and distribute verbatim or modified |
|
7 |
+ copies of this license document, and changing it is allowed as long |
|
8 |
+ as the name is changed. |
|
9 |
+ |
|
10 |
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
|
11 |
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
|
12 |
+ |
|
13 |
+ 0. You just DO WHAT THE FUCK YOU WANT TO. |
|
14 |
+ |
... | ... |
@@ -1,5 +1,10 @@ |
1 | 1 |
#!/usr/bin/env python3 |
2 | 2 |
|
3 |
+# Copyright © 2020 Xavier G. <xavier.combinedfs@kindwolf.org> |
|
4 |
+# This work is free. You can redistribute it and/or modify it under the |
|
5 |
+# terms of the Do What The Fuck You Want To Public License, Version 2, |
|
6 |
+# as published by Sam Hocevar. See the COPYING file for more details. |
|
7 |
+ |
|
3 | 8 |
import os |
4 | 9 |
import re |
5 | 10 |
import sys |