From f74a8566ec59d9132e2fa2b8880b72395c994f98 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 16 Mar 2023 19:29:44 -0400 Subject: [PATCH] Create LICENCE.md --- LICENCE.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 LICENCE.md diff --git a/LICENCE.md b/LICENCE.md new file mode 100644 index 0000000..629689e --- /dev/null +++ b/LICENCE.md @@ -0,0 +1,72 @@ +This licence only applies to the following files and/or folders in the LDDestroier/CC GitHub repository: ++ CCBN/ ++ netrequire/ ++ platform-test/ ++ windont/ ++ CC-For-3DS.tar.gz (non-functional) ++ argparser.lua ++ argparser2.lua ++ brednet.lua ++ connect4.lua ++ cubedig.lua ++ disknet.lua ++ disknet2.lua ++ dodge.lua ++ dodge2.lua ++ drawtoy.lua ++ dvdlogo.lua ++ eldit.lua (barely functional) ++ eyestrain.lua ++ gitget.lua ++ goto-snippet.lua ++ lddprogs ++ lddterm-cc.lua ++ lddwindow.lua ++ ldris.lua ++ ldris2.lua ++ more.lua ++ neovariable2.lua (non-functional) ++ netrequire.lua ++ pain.lua ++ pain2.lua (non-functional) ++ perlin-screensaver.lua ++ piano.lua ++ progdor.lua ++ progdor2.lua ++ quickdraw.lua ++ roterm.lua ++ sboard.lua ++ screensaver.lua ++ sdodge.lua ++ sinelock.lua ++ std ++ sysmail.lua ++ tps.lua ++ trash.lua ++ tron.lua ++ virtipheral.lua ++ wireless-rs.lua ++ workspace.lua ++ wpath.lua + +MIT License + +Copyright (c) 2023 LDDestroier + +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.