Browse code

Indicate that the project is licensed under WTFPL.

Xavier G authored on12/11/2017 00:05:28
Showing7 changed files

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
+
... ...
@@ -49,5 +49,9 @@ Take a JSON file created by the "boobank history" command and display its conten
49 49
 
50 50
 Usage: ``boobank-history [-h] [-c COUNT] [json_file]``
51 51
 
52
+## License
53
+This project is licensed under [WTFPL][3].
54
+
52 55
 [1]: http://weboob.org/applications/boobank
53 56
 [2]: https://git.weboob.org/weboob/devel/blob/master/contrib/munin/boobank-munin
57
+[3]: http://www.wtfpl.net/
... ...
@@ -1,5 +1,9 @@
1 1
 #!/usr/bin/env python
2 2
 # -*- coding: utf-8 -*-
3
+# Copyright © 2017 Xavier G. <xavier.boobank@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.
3 7
 """
4 8
 boobank-accounts takes one or several JSON files, as created by boobank-cacher
5 9
 when running and caching a "boobank list" command, and display their contents.
... ...
@@ -1,5 +1,9 @@
1 1
 #!/usr/bin/env python
2 2
 # -*- coding: utf-8 -*-
3
+# Copyright © 2017 Xavier G. <xavier.boobank@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.
3 7
 """
4 8
 boobank-cacher runs a list of boobank commands defined in its configuration
5 9
 file. For each command, it has the ability to inject simple, additional data to
... ...
@@ -1,5 +1,9 @@
1 1
 #!/usr/bin/env python
2 2
 # -*- coding: utf-8 -*-
3
+# Copyright © 2017 Xavier G. <xavier.boobank@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.
3 7
 """
4 8
 boobank-graphite takes a JSON file, as created by boobank-cacher when running
5 9
 and caching a "boobank list" command, and sends it to a Graphite instance.
... ...
@@ -1,5 +1,9 @@
1 1
 #!/usr/bin/env python
2 2
 # -*- coding: utf-8 -*-
3
+# Copyright © 2017 Xavier G. <xavier.boobank@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.
3 7
 """
4 8
 boobank-history takes a JSON file, as created by boobank-cacher when running
5 9
 and caching a "boobank history" command, and display its contents.
... ...
@@ -1,4 +1,8 @@
1 1
 # -*- coding: utf-8 -*-
2
+# Copyright © 2017 Xavier G. <xavier.boobank@kindwolf.org>
3
+# This work is free. You can redistribute it and/or modify it under the
4
+# terms of the Do What The Fuck You Want To Public License, Version 2,
5
+# as published by Sam Hocevar. See the COPYING file for more details.
2 6
 """
3 7
 This module provides various functions and constants used by the boobank-utils
4 8
 tools.