summaryrefslogtreecommitdiffstats
path: root/license
diff options
context:
space:
mode:
author2022-12-27 15:45:56 +0530
committer2022-12-27 15:45:56 +0530
commit94213c6e11dbd23130ef2eafc93c678166ace949 (patch)
treea523e6dd1b19fa0908ceaf8312beec356e76c705 /license
parentchange to 11ty.js for non markdown templates (diff)
downloadsudomsg-94213c6e11dbd23130ef2eafc93c678166ace949.tar
sudomsg-94213c6e11dbd23130ef2eafc93c678166ace949.tar.gz
sudomsg-94213c6e11dbd23130ef2eafc93c678166ace949.tar.bz2
sudomsg-94213c6e11dbd23130ef2eafc93c678166ace949.tar.lz
sudomsg-94213c6e11dbd23130ef2eafc93c678166ace949.tar.xz
sudomsg-94213c6e11dbd23130ef2eafc93c678166ace949.tar.zst
sudomsg-94213c6e11dbd23130ef2eafc93c678166ace949.zip
Long List of items.
On branch main Your branch is up to date with 'origin/main'. You are currently rebasing. Changes to be committed: deleted: .browserslistrc deleted: .eleventy.js deleted: .eslintrc.js modified: .gitignore deleted: .stylelintrc.json deleted: .vscode/tasks.json deleted: _headers modified: assets/index.js modified: assets/sw.js renamed: gen-icons.sh -> deploy new file: eleventy.config.js new file: license modified: package-lock.json modified: package.json renamed: src/data/env.js -> src/_data/env.js renamed: src/data/metadata.js -> src/_data/metadata.js new file: src/_includes/base.njk new file: src/_includes/page.njk new file: src/_includes/post.njk deleted: src/about.md new file: src/about.njk deleted: src/blog.11ty.js new file: src/blog.njk deleted: src/gen/atom.11ty.js new file: src/gen/atom.njk deleted: src/gen/error.11ty.js new file: src/gen/error.njk new file: src/gen/feedjson.11ty.js modified: src/gen/gen.11tydata.js deleted: src/gen/json.11ty.js modified: src/gen/metadata.11ty.js deleted: src/gen/robot.11ty.js new file: src/gen/robot.njk deleted: src/gen/sitemap.11ty.js new file: src/gen/sitemap.njk renamed: src/index.md -> src/index.njk deleted: src/layouts/base.11ty.js deleted: src/layouts/page.11ty.js deleted: src/layouts/post.11ty.js
Diffstat (limited to 'license')
-rw-r--r--license22
1 files changed, 22 insertions, 0 deletions
diff --git a/license b/license
new file mode 100644
index 0000000..e38056d
--- /dev/null
+++ b/license
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2022 Marc Pervaz Boocha
+
+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.
+