From 5de0e41f22bd0584ca5d7f961a674bfc8562e0e1 Mon Sep 17 00:00:00 2001 From: jo_crosby Date: Fri, 10 Nov 2023 00:48:20 +0000 Subject: [PATCH] Initial commit --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ LICENSE.md | 25 +++++++++++++++++++++++++ README.md | 2 ++ 3 files changed, 72 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc1116c --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# ---> MicrosoftOffice +*.tmp + +# Word temporary +~$*.doc* + +# Word Auto Backup File +Backup of *.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk + +# PowerPoint temporary +~$*.ppt* + +# Visio autosave temporary files +*.~vsd* + +# ---> GitBook +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf + +# ---> Dropbox +# Dropbox settings and caches +.dropbox +.dropbox.attr +.dropbox.cache + diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..fdf0e78 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,25 @@ +# License + +## Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) + +This is a human-readable summary of (and not a substitute for) the full license found at http://creativecommons.org/licenses/by-sa/4.0/. + +### You are free to: + + * **Share** — copy and redistribute the material in any medium or format + * **Adapt** — remix, transform, and build upon the material for any purpose, even commercially. + +The licensor cannot revoke these freedoms as long as you follow the license terms. + +### Under the following conditions: + + * **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. + * **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. + +**No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. + +### Notices: + +You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. + +No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd75f4c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# abhc +