update license text
This commit is contained in:
parent
8d06534e7b
commit
0609be4710
2 changed files with 42 additions and 11 deletions
|
@ -80,7 +80,7 @@
|
|||
weight = 50
|
||||
|
||||
[[footer]]
|
||||
name = "LICENSE"
|
||||
name = "BY-NC-SA 4.0"
|
||||
pageRef = "license"
|
||||
weight = 60
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: LICENSE
|
||||
title: License
|
||||
date: 2022-12-04T18:15:03+01:00
|
||||
lastmod: 2023-11-17T17:03:17+0000
|
||||
lastmod: 2023-11-27T16:42:24+0000
|
||||
|
||||
comment: false
|
||||
|
||||
|
@ -18,15 +18,46 @@ feed_exclude: true
|
|||
|
||||
---
|
||||
|
||||
**Content** (all non-code content -- usually text) on my website is licensed under the
|
||||
[CC BY-NC-ND 4.0][cc] license --- unless specified otherwise.
|
||||
This includes images (as well as screenshots).
|
||||
The content on this site is licensed under the
|
||||
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
|
||||
license.
|
||||
|
||||
**Code** (programs, source code, scripts) on my website is **usually**
|
||||
licensed under the [MIT license][mit] --- unless stated otherwise.
|
||||
## Plain english
|
||||
|
||||
For attribution a link back to my website (`oe7drt.com`) is enough.
|
||||
### You are free to
|
||||
|
||||
[cc]: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
[mit]: https://en.wikipedia.org/wiki/MIT_License
|
||||
- **Share**: Copy and redistribute the material in any medium or format
|
||||
- **Adapt**: Remix, transform, and build upon the material
|
||||
|
||||
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
||||
|
||||
### Under the following terms
|
||||
|
||||
- **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.
|
||||
- **NonCommercial**: You may not use the material for commercial purposes.
|
||||
- **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.
|
||||
|
||||
## Lawyerspeak
|
||||
|
||||
[Find the license here](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
|
||||
|
||||
---
|
||||
|
||||
This page was inspired by [mrus](https://xn--gckvb8fzb.com/license/) because of
|
||||
the perfect wording. We do not stay in any relation, but if you like hack related
|
||||
computer stuff: there are some nice articles on his website.
|
||||
|
||||
|
|
Loading…
Reference in a new issue