Skip to content

Place a LICENSE file at the root and make NOTICE.md's sentence about it true #12

Description

@iderex

gh api repos/Flowfin/core --jq '.license' returns null and
gh api repos/Flowfin/core/contents --jq '.[].name' lists .github, NOTICE.md
and README.md. There is no licence, so the repository is under default
copyright and nobody may copy, modify or distribute it. NOTICE.md already tells
a reader that "the license contains the full warranty and liability disclaimer",
which points at a file that is not there.

Every other issue in this milestone produces code, and code published without a
licence is code that has to be relicensed later with the agreement of everyone
who wrote any of it.

Done when

LICENSE exists at the root with the full text of the licence chosen in entry 1
of #1. gh api repos/Flowfin/core --jq '.license.spdx_id' returns that
identifier. NOTICE.md links to the file. README.md names the licence in a
sentence a reader reaches without scrolling. Blocked on entry 1 of #1.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationlegalLicensing, data protection, and the intended-use position

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions