From 2a4380b1c0c1047360fffd9c155b272e3172338f Mon Sep 17 00:00:00 2001 From: Timon Ringwald Date: Mon, 25 Jul 2022 16:42:08 +0200 Subject: [PATCH] improved gitignore and added LICENSE.md --- .gitignore | 29 +++++++++++++++++++++++++++++ LICENSE.md | 19 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 LICENSE.md diff --git a/.gitignore b/.gitignore index bb48c42..bc1b0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,31 @@ loadenv +loadenv_freebsd_386 +loadenv_freebsd_amd64 +loadenv_freebsd_arm +loadenv_freebsd_arm64 +loadenv_linux_386 +loadenv_linux_amd64 +loadenv_linux_arm +loadenv_linux_arm64 +loadenv_linux_mips +loadenv_linux_mips64 +loadenv_linux_mips64le +loadenv_linux_mipsle +loadenv_linux_ppc64 +loadenv_linux_ppc64le +loadenv_linux_riscv64 +loadenv_linux_s390x +loadenv_netbsd_386 +loadenv_netbsd_amd64 +loadenv_netbsd_arm +loadenv_netbsd_arm64 +loadenv_openbsd_386 +loadenv_openbsd_amd64 +loadenv_openbsd_arm +loadenv_openbsd_arm64 +loadenv_openbsd_mips64 +loadenv_windows_386.exe +loadenv_windows_amd64.exe +loadenv_windows_arm.exe +loadenv_windows_arm64.exe *.env diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..2a5c4d4 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,19 @@ +Copyright (c) 2022 Mila Ringwald + +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.