From 9d5817bb01f719a6b2773bcc233940ce73c7d121 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 20 Aug 2017 00:23:20 +0200 Subject: [PATCH] dual licensed under both the WTFPLv2 and MIT licenses. Resolves #102 --- .tmux.conf | 6 ++++-- .tmux.conf.local | 4 +++- LICENSE.MIT | 18 ++++++++++++++++++ LICENSE.WTFPLv2 | 13 +++++++++++++ 4 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 LICENSE.MIT create mode 100644 LICENSE.WTFPLv2 diff --git a/.tmux.conf b/.tmux.conf index c543ebb..99203d3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,10 @@ # cat << EOF > /dev/null # https://github.com/gpakosz/.tmux -# (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz) +# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, +# without any warranty. +# Copyright 2012— Gregory Pakosz (@gpakosz). # /!\ do not edit this file -# instead, override settings in ~/.tmux.conf.local +# instead, override settings in ~/.tmux.conf.local, see README.md # -- general ------------------------------------------------------------------- diff --git a/.tmux.conf.local b/.tmux.conf.local index a1c33f5..7053bc6 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -1,5 +1,7 @@ # https://github.com/gpakosz/.tmux -# (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz) +# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, +# without any warranty. +# Copyright 2012— Gregory Pakosz (@gpakosz). # -- navigation ---------------------------------------------------------------- diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 0000000..cbda5cd --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,18 @@ +Copyright 2012— Gregory Pakosz + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.WTFPLv2 b/LICENSE.WTFPLv2 new file mode 100644 index 0000000..c6c7def --- /dev/null +++ b/LICENSE.WTFPLv2 @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + 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.