Skip to content

Commit 26a2d8f

Browse files
authored
Licence: Add "CC-BY-SA-4.0" for Documentation (#126)
**Summary** Split licence of website to highlight that main parts of website (Astro, Starlight and any relevant theming) are subject to the MIT licence but the actual documentation content is subject to the Creative Commons Attribution-ShareAlike 4.0 International licence.
1 parent f2fc7c7 commit 26a2d8f

74 files changed

Lines changed: 598 additions & 29 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSES/CC-BY-SA-4.0.txt

Lines changed: 428 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,24 @@ All commands are run from the root of the project, from a terminal:
108108
## 👀 Want to learn more?
109109
110110
Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).
111+
112+
## Licences
113+
114+
This repository contains multiple types of content, each under its own licence:
115+
116+
| Content | Licence |
117+
|---------|---------|
118+
| Documentation (content/docs/) | [CC BY-SA 4.0](LICENSES/CC-BY-SA-4.0.txt) |
119+
| Website code (Anything else) | [MIT](LICENSES/MIT.txt) |
120+
121+
### Website Code (MIT)
122+
123+
The website build configuration, templates, and code are licensed under the MIT licence.
124+
125+
### Documentation (CC BY-SA 4.0)
126+
127+
All documentation content may be shared and adapted under the terms of the Creative Commons Attribution-ShareAlike 4.0 International licence.
128+
129+
### Other
130+
131+
Some files might have a different license. See the file's content for details.

src/content/docs/AerynOS/contribute.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Contributing
33
lastUpdated: 2025-11-04T16:20:00Z
44
description: Contributing to AerynOS
5+
license: "CC-BY-SA-4.0"
6+
copyright: "Copyright © 2025 aerynOS Developers"
57
---
68

79
import { Aside } from "@astrojs/starlight/components";

src/content/docs/AerynOS/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: AerynOS
33
lastUpdated: 2025-03-28T05:28:00Z
44
description: Documentation about the project and its technologies
5+
license: "CC-BY-SA-4.0"
6+
copyright: "Copyright © 2025 aerynOS Developers"
57
---
68
import DirectoryList from '@components/DirectoryList.astro';
79

src/content/docs/AerynOS/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Overview
33
lastUpdated: 2025-03-28T05:28:00Z
44
description: Overview of the AerynOS project and its technologies
5+
license: "CC-BY-SA-4.0"
6+
copyright: "Copyright © 2025 aerynOS Developers"
57
---
68

79
import { Aside } from '@astrojs/starlight/components';

src/content/docs/AerynOS/philosophy.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Philosophy
33
lastUpdated: 2026-07-15T12:00:00Z
44
description: The philosophy of AerynOS
5+
license: "CC-BY-SA-4.0"
6+
copyright: "Copyright © 2025 aerynOS Developers"
57
---
68

79
import { Aside } from '@astrojs/starlight/components';

src/content/docs/Developers/Stone/V1/Record/attribute.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Attribute
33
lastUpdated: 2026-04-22T00:00:00Z
44
description: The format of the Attribute record
5+
license: "CC-BY-SA-4.0"
6+
copyright: "Copyright © 2025 aerynOS Developers"
57
---
68

79
The Attribute record is a general-purpose key-value pair. The format of the key and the value is undetermined:

src/content/docs/Developers/Stone/V1/Record/content.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Content
33
lastUpdated: 2026-04-22T00:00:00Z
44
description: The format of the Content record
5+
license: "CC-BY-SA-4.0"
6+
copyright: "Copyright © 2025 aerynOS Developers"
57
---
68

79
The Content record contains a blob. Its size is indicated in the Payload sub-header, as this kind

src/content/docs/Developers/Stone/V1/Record/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Index
33
lastUpdated: 2026-04-22T00:00:00Z
44
description: The format of the Index record
55
slug: developers/stone/v1/record/index/index
6+
license: "CC-BY-SA-4.0"
7+
copyright: "Copyright © 2025 aerynOS Developers"
68
---
79

810
The Index record isolates a region of a Content record. This is especially useful

0 commit comments

Comments
 (0)