diff options
author | Přemysl Janouch <p@janouch.name> | 2018-09-29 18:05:34 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-30 17:34:25 +0200 |
commit | 07bf9881cc00a8ff5e0ad4980a612ff1821d37e8 (patch) | |
tree | 63e39067ace1d95ffa80f582ecfbd86105839544 /nexgb | |
parent | 7aa2601e66155f841fe39ebaa83323969d7849bc (diff) | |
download | haven-07bf9881cc00a8ff5e0ad4980a612ff1821d37e8.tar.gz haven-07bf9881cc00a8ff5e0ad4980a612ff1821d37e8.tar.xz haven-07bf9881cc00a8ff5e0ad4980a612ff1821d37e8.zip |
nexgb: relicense xgbgen to 0BSD
Doing what the fuck I want to.
Included BurntSushi as a copyright holder because
under the Berne convention he totally is.
Diffstat (limited to 'nexgb')
-rw-r--r-- | nexgb/xgbgen/COPYING | 13 | ||||
-rw-r--r-- | nexgb/xgbgen/LICENSE | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/nexgb/xgbgen/COPYING b/nexgb/xgbgen/COPYING deleted file mode 100644 index 5c93f45..0000000 --- a/nexgb/xgbgen/COPYING +++ /dev/null @@ -1,13 +0,0 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/nexgb/xgbgen/LICENSE b/nexgb/xgbgen/LICENSE new file mode 100644 index 0000000..d34755d --- /dev/null +++ b/nexgb/xgbgen/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2012 - 2016, Andrew Gallant <jamslam@gmail.com> +Copyright (c) 2018, Přemysl Janouch <p@janouch.name> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |