mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-07-17 00:47:01 +02:00
update package info to reflect Apache-2.0 licensing (#1123)
Docker Hub - Develop / docker-latest (push) Has been cancelled
GHCR - Development Branches / ghcr-publish (push) Has been cancelled
Tests / Build & Lint (push) Has been cancelled
Tests / Unit tests (push) Has been cancelled
Tests / Integration tests (push) Has been cancelled
Tests / Application Service Integration tests (push) Has been cancelled
Docker Hub - Develop / docker-latest (push) Has been cancelled
GHCR - Development Branches / ghcr-publish (push) Has been cancelled
Tests / Build & Lint (push) Has been cancelled
Tests / Unit tests (push) Has been cancelled
Tests / Integration tests (push) Has been cancelled
Tests / Application Service Integration tests (push) Has been cancelled
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
# Licensing
|
||||
|
||||
This file provides an overview of licensing in this repository.
|
||||
Individual license texts in the `LICENSES/` directory are authoritative.
|
||||
|
||||
This repository contains software distributed under multiple open source licenses.
|
||||
|
||||
The license for each file is indicated by its SPDX-License-Identifier where present,
|
||||
or otherwise a SPDX-License-Identifier within a REUSE.toml in the same filesystem
|
||||
directory. Packages also declare their license in their respective `package.json`
|
||||
files. The full license texts are available in the `LICENSES/` directory.
|
||||
|
||||
No single license applies to all files in this repository.
|
||||
|
||||
## Additional note
|
||||
|
||||
This project is primarily developed under the Academic Free License 3.0
|
||||
(AFL-3.0), with some components under Apache-2.0, and others under more
|
||||
permissive licenses such as MIT or 0BSD.
|
||||
|
||||
When redistributing Draupnir, you must comply with the terms of each applicable
|
||||
license. In practice, this primarily involves preserving license texts and any
|
||||
required NOTICE files for Apache-2.0 components.
|
||||
@@ -204,19 +204,6 @@ Please see or
|
||||
but do not worry too much about following the guidance to the letter. And keep
|
||||
that in mind throughout.
|
||||
|
||||
## License
|
||||
|
||||
This distribution contains components under multiple licenses, including
|
||||
Apache-2.0 and AFL-3.0. See [LICENSE](./LICENSE) and LICENSES/ for details.
|
||||
|
||||
This project is primarily developed under the Academic Free License 3.0
|
||||
(AFL-3.0), with some components under Apache-2.0, and others under more
|
||||
permissive licenses such as MIT or 0BSD.
|
||||
|
||||
When redistributing Draupnir, you must comply with the terms of each applicable
|
||||
license. In practice, this primarily involves preserving license texts and any
|
||||
required NOTICE files for Apache-2.0 components.
|
||||
|
||||
## Supported by
|
||||
|
||||
### NLnet
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"main": "lib/index.js",
|
||||
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
|
||||
"author": "Gnuxie",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tsc --project test/tsconfig.json && npm run build:assets",
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"url": "git+https://github.com/the-draupnir-project/Draupnir.git"
|
||||
},
|
||||
"author": "Gnuxie",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/the-draupnir-project/Draupnir/issues"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user