diff options
| -rw-r--r-- | .github/pull_request_template.md | 10 | ||||
| -rw-r--r-- | LICENSE.md | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index cfd0ef7..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,10 +0,0 @@ - -<!--Describe your changes here--> - -[ ] By checking this box you agree to the following statement. - -I dedicate any and all copyright interest in this software to the -public domain. I make this dedication for the benefit of the public at -large and to the detriment of my heirs and successors. I intend this -dedication to be an overt act of relinquishment in perpetuity of all -present and future rights to this software under copyright law. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..7ae8865 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,10 @@ +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. |
