🏡 index : ~doyle/koselig.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-25 23:42:47.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-25 23:42:47.0 +00:00:00
commit
d2f1f0310467275db0ef87379642731f57341a27 [patch]
tree
93541f8e29a0f0a0ac3ac911daec7129bc5da1d4
parent
30259598f1fccf7e1ab5a7cdff6e16d8574e7e35
download
master.tar.gz

Dual license under WTFPL and 0BSD



Diff

 COPYING       |  4 ++++
 LICENSE       | 14 --------------
 LICENSE-0BSD  |  6 ++++++
 LICENSE-WTFPL | 14 ++++++++++++++
 composer.json |  2 +-
 5 files changed, 25 insertions(+), 15 deletions(-)

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 <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/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 <jordan@doyle.la>

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 <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/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",