Commit Graph

5 Commits

Author SHA1 Message Date
Elias Naur 5a51f40cf7 LICENSE: tighten license language
"provided under terms" is a better match to the UNLICENSE, which puts
the project in the public domain the fullest extent possible.

This is a wording update, not a change in licesing terms.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2020-12-11 16:42:04 +01:00
Elias Naur 221ce02328 LICENSE: merge UNLICENSE and LICENSE-MIT
The pleasing of automatic license detectors continues.

No license change, merely a merging of LICENSE-MIT and UNLICENSE and the
license blurp from README.md.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2020-04-02 10:45:37 +02:00
Elias Naur 7164c557f9 Revert "LICENSE: merge UNLICENSE and LICENSE-MIT to please license identifiers"
This reverts commit b74f2d2d1c.

Reason: the merging was done to please the license detection library
underlying pkg.go.dev. Since pkg.go.dev treats dual licensed projects
as the intersection ("AND") of the licenses, and because the UNLICENSE
is not supported per

	https://pkg.go.dev/license-policy

revert to the usual once-license-per-file.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-12-05 10:40:25 +01:00
Elias Naur f4c6ec4fbe README.md: add sr.ht related documentation from gioui.org
Use https for the Unlicense URL and add one for MIT as well.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-10-27 16:29:36 +01:00
Elias Naur b74f2d2d1c LICENSE: merge UNLICENSE and LICENSE-MIT to please license identifiers
Apparently github.com/google/licenseclassifier/tools/identify_license
doesn't like that LICENSE is missing.

Merging the two separate license files makes one less file, and by adding the
SPDX identifier at the top I believe there is even less ambiguity that Gio
is covered by the UNLICENSE as well as the MIT license, as described in
the README.md file.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-09-03 19:11:52 +02:00