You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
781 B
33 lines
781 B
---
|
|
title: LICENSE
|
|
date: 2022-12-04T18:15:03+01:00
|
|
lastmod: 2023-11-17T17:03:17+0000
|
|
|
|
comment: false
|
|
|
|
showDate: false
|
|
showReadingTime: false
|
|
showWordCount: false
|
|
showPagination: false
|
|
showAuthor: false
|
|
|
|
sharingLinks: false
|
|
|
|
feed_exclude: true
|
|
#site_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).
|
|
|
|
**Code** (programs, source code, scripts) on my website is **usually**
|
|
licensed under the [MIT license][mit] --- unless stated otherwise.
|
|
|
|
For attribution a link back to my website (`oe7drt.com`) is enough.
|
|
|
|
[cc]: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
|
[mit]: https://en.wikipedia.org/wiki/MIT_License
|
|
|