diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-10-28 21:02:04 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-10-28 21:02:04 +0300 |
| commit | dd37dc8dc09733a78a4166529cb1fc387108fe87 (patch) | |
| tree | 0d89db864a0dd146fdcbfaa3141ace9ec610ea9c | |
| parent | aeccfea3b3ed9e396e47cf11de84930b86a241cd (diff) | |
| download | aaoth.xyz-dd37dc8dc09733a78a4166529cb1fc387108fe87.tar.gz aaoth.xyz-dd37dc8dc09733a78a4166529cb1fc387108fe87.zip | |
tweak licensing terms
| -rw-r--r-- | LICENSE.CC-BY-SA (renamed from LICENSE) | 0 | ||||
| -rw-r--r-- | LICENSE.ISC | 15 | ||||
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | _includes/footer.html | 2 |
4 files changed, 25 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE.CC-BY-SA index 63322d1..63322d1 100644 --- a/LICENSE +++ b/LICENSE.CC-BY-SA diff --git a/LICENSE.ISC b/LICENSE.ISC new file mode 100644 index 0000000..102bd88 --- /dev/null +++ b/LICENSE.ISC @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2020-2021 la-ninpre + +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 THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR 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. @@ -14,3 +14,12 @@ i've decided to use [jekyll](https://jekyllrb.com) for this purpose, because for my ease of use i added [this git hook](https://jekyllrb.com/docs/deployment/automated/) to my server-side git repository. + +## license + +all site contents are licensed under +[creative commons attribution share-alike][1] license (see `LICENSE.CC-BY-SA`). + +all supplemental code is licensed under an isc license (see `LICENSE.ISC`). + +[1]:https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/_includes/footer.html b/_includes/footer.html index b8b4cf1..85fac4a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ <footer> <hr> <p> - licensed under + all site contents are licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/"> cc-by-sa-4.0 </a> |
