diff options
author | AndrewRademacher <andrewrademacher@gmail.com> | 2016-02-28 14:38:16 -0600 |
---|---|---|
committer | AndrewRademacher <andrewrademacher@gmail.com> | 2016-02-28 14:38:16 -0600 |
commit | d9a5d441ca9b5ae766311702557bf9f1ff0255b1 (patch) | |
tree | 3ef695c2ec24e5a53167d726a6af626778a4809a /LICENSE | |
parent | f82a8dfc7e9b79ca6b88235d7297252adbb6d364 (diff) | |
download | haskell-graylog-d9a5d441ca9b5ae766311702557bf9f1ff0255b1.tar.gz haskell-graylog-d9a5d441ca9b5ae766311702557bf9f1ff0255b1.tar.zst haskell-graylog-d9a5d441ca9b5ae766311702557bf9f1ff0255b1.zip |
Added readme, license, and light commenting.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 25 |
1 files changed, 9 insertions, 16 deletions
@@ -1,20 +1,13 @@ | |||
1 | Copyright (c) 2016 Andrew Rademacher | 1 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
2 | Version 2, December 2004 | ||
2 | 3 | ||
4 | Copyright (C) 2016 Andrew Rademacher <andrewrademacher@gmail.com> | ||
3 | 5 | ||
4 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 6 | Everyone is permitted to copy and distribute verbatim or modified |
5 | this software and associated documentation files (the "Software"), to deal in | 7 | copies of this license document, and changing it is allowed as long |
6 | the Software without restriction, including without limitation the rights to | 8 | as the name is changed. |
7 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
8 | of the Software, and to permit persons to whom the Software is furnished to do | ||
9 | so, subject to the following conditions: | ||
10 | 9 | ||
11 | The above copyright notice and this permission notice shall be included in all | 10 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
12 | copies or substantial portions of the Software. | 11 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
13 | 12 | ||
14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 13 | 0. You just DO WHAT THE FUCK YOU WANT TO. |
15 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
17 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
19 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
20 | SOFTWARE. | ||