From df6fc4e8e81ebcbb3f485001d870950a83de9821 Mon Sep 17 00:00:00 2001 From: Adeboye Famurewa <130584349+fadarboye@users.noreply.github.com> Date: Fri, 3 May 2024 21:42:24 -0500 Subject: [PATCH] all added file --- .../STEPS/CREDIT PAGE.md | 0 PAGE 1.md => .github/STEPS/PAGE 1.md | 0 PAGE 2.md => .github/STEPS/PAGE 2.md | 0 PAGE 3.md => .github/STEPS/PAGE 3.md | 0 PAGE 4.md => .github/STEPS/PAGE 4.md | 0 .github/{workflow => workflow.yml} | 0 LICENSE.txt | 22 ++++++++++++++++++- 7 files changed, 21 insertions(+), 1 deletion(-) rename CREDIT PAGE.md => .github/STEPS/CREDIT PAGE.md (100%) rename PAGE 1.md => .github/STEPS/PAGE 1.md (100%) rename PAGE 2.md => .github/STEPS/PAGE 2.md (100%) rename PAGE 3.md => .github/STEPS/PAGE 3.md (100%) rename PAGE 4.md => .github/STEPS/PAGE 4.md (100%) rename .github/{workflow => workflow.yml} (100%) diff --git a/CREDIT PAGE.md b/.github/STEPS/CREDIT PAGE.md similarity index 100% rename from CREDIT PAGE.md rename to .github/STEPS/CREDIT PAGE.md diff --git a/PAGE 1.md b/.github/STEPS/PAGE 1.md similarity index 100% rename from PAGE 1.md rename to .github/STEPS/PAGE 1.md diff --git a/PAGE 2.md b/.github/STEPS/PAGE 2.md similarity index 100% rename from PAGE 2.md rename to .github/STEPS/PAGE 2.md diff --git a/PAGE 3.md b/.github/STEPS/PAGE 3.md similarity index 100% rename from PAGE 3.md rename to .github/STEPS/PAGE 3.md diff --git a/PAGE 4.md b/.github/STEPS/PAGE 4.md similarity index 100% rename from PAGE 4.md rename to .github/STEPS/PAGE 4.md diff --git a/.github/workflow b/.github/workflow.yml similarity index 100% rename from .github/workflow rename to .github/workflow.yml diff --git a/LICENSE.txt b/LICENSE.txt index ce01362..ecbc15b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1 +1,21 @@ -hello +MIT License + +Copyright (c) [year] [Adeboye Famurewa] + +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. \ No newline at end of file