From d2f1f0310467275db0ef87379642731f57341a27 Mon Sep 17 00:00:00 2001 From: Jordan Johnson-Doyle Date: Mon, 25 Feb 2019 23:42:47 +0000 Subject: [PATCH] Dual license under WTFPL and 0BSD --- COPYING | 4 ++++ LICENSE | 14 -------------- LICENSE-0BSD | 6 ++++++ LICENSE-WTFPL | 14 ++++++++++++++ composer.json | 2 +- 5 files changed, 25 insertions(+), 15 deletions(-) create mode 100644 COPYING delete mode 100644 LICENSE create mode 100644 LICENSE-0BSD create mode 100644 LICENSE-WTFPL diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..6ba2c41 --- /dev/null +++ b/COPYING @@ -0,0 +1,4 @@ +This project is dual-licensed under the WTFPL and 0BSD licenses, copies of both are included. + +You may use this code under the terms of either license. + diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 5a8e332..0000000 --- a/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ - 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. - diff --git a/LICENSE-0BSD b/LICENSE-0BSD new file mode 100644 index 0000000..63a3495 --- /dev/null +++ b/LICENSE-0BSD @@ -0,0 +1,6 @@ +Copyright (C) 2019 by Jordan Doyle + +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. + diff --git a/LICENSE-WTFPL b/LICENSE-WTFPL new file mode 100644 index 0000000..5a8e332 --- /dev/null +++ b/LICENSE-WTFPL @@ -0,0 +1,14 @@ + 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. + diff --git a/composer.json b/composer.json index d7efe7e..d8ac599 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "koselig/library", "description": "Integrate Wordpress into Laravel seamlessly", - "license": "WTFPL", + "license": "(0BSD or WTFPL)", "authors": [ { "name": "Jordan Doyle", -- libgit2 1.7.2