From bc20a3a85001438145042274a5864db2256e5f9e Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 18 Aug 2020 05:39:01 +0000 Subject: [PATCH] Initial commit --- .gitignore | 5 +++++ LICENSE | 14 ++++++++++++++ README.md | 3 +++ 3 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..750bcf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ---> Nim +nimcache/ +nimblecache/ +htmldocs/ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..412d4e2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ +ISC License Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and /or distribute this software for any +purpose with or without fee is hereby granted, provided that the above copyright +notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. +IN NO EVENT SHALL ISC 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/README.md b/README.md new file mode 100644 index 0000000..bc5af41 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hangme + +A shitty hangman clone \ No newline at end of file