Compare commits

..

No commits in common. "271873a969799c209e6b3d0361eb8af8e8a6002c" and "883f05817f6fe72567f4c32aff5a992c5df6e57c" have entirely different histories.

2 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 Dan Anglin <d.n.i.anglin@gmail.com>
SPDX-License-Identifier: CC-BY-4.0
-->
# Enbas
### Overview
@ -27,8 +33,7 @@ the `main` branch mirrored to the following forges:
### Licensing
The licensing information associated with each file is specified in the [REUSE.toml](REUSE.toml) file,
but in general:
Each file is annotated with the licensing information, but in general:
- All original source code is licensed under GPL-3.0-or-later.
- All documentation is licensed under CC-BY-4.0.

View file

@ -19,11 +19,9 @@ SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
"README.md",
"docs/*.md",
"assets/images/*.png",
"docs/*.md",
]
precedence = "override"
SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>"
SPDX-License-Identifier = "CC-BY-4.0"