Using the MIT license.
David Blume

David Blume commited on 2016-02-22 01:29:26
Showing 2 changed files, with 18 additions and 11 deletions.

... ...
@@ -1,14 +1,21 @@
1
-            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
-                    Version 2, December 2004
1
+The MIT License (MIT)
3 2
 
4
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
3
+Copyright (c) 2016 David Blume
5 4
 
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.
5
+Permission is hereby granted, free of charge, to any person obtaining a copy 
6
+of this software and associated documentation files (the "Software"), to deal 
7
+in the Software without restriction, including without limitation the rights
8
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
9
+copies of the Software, and to permit persons to whom the Software is 
10
+furnished to do so, subject to the following conditions:
9 11
 
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.
12
+The above copyright notice and this permission notice shall be included in all 
13
+copies or substantial portions of the Software.
14 14
 
15
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
16
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
17
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
18
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
19
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+SOFTWARE.
... ...
@@ -30,4 +30,4 @@ Then see the "build\_systems" command in ip\_tagger.sublime-project to see how t
30 30
 
31 31
 # Licence
32 32
 
33
-This software uses the [WTFPL](http://www.wtfpl.net/).
33
+This software uses the [MIT license](http://git.dlma.com/roku_ip_tagger.git/blob/master/LICENSE.txt).
34 34