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.
gh api repos/Flowfin/core --jq '.license'returnsnullandgh api repos/Flowfin/core/contents --jq '.[].name'lists.github,NOTICE.mdand
README.md. There is no licence, so the repository is under defaultcopyright and nobody may copy, modify or distribute it.
NOTICE.mdalready tellsa 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
LICENSEexists at the root with the full text of the licence chosen in entry 1of #1.
gh api repos/Flowfin/core --jq '.license.spdx_id'returns thatidentifier.
NOTICE.mdlinks to the file.README.mdnames the licence in asentence a reader reaches without scrolling. Blocked on entry 1 of #1.