this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

license: change formatting so licensecheck detects better (#444)

The underlying motivation is that pkg.go.dev can't detect our license
combination, and refuses to show docs w/o a known license.

This change is based on looking at how https://github.com/ipfs/kubo
formats their license file, and checking with the 'licensecheck' golang
package.

authored by

Whyrusleeping and committed by
GitHub
e2d68151 aea86b81

+5 -4
+5 -4
LICENSE.txt
··· 1 - Dual MIT/Apache-2.0 License 1 + Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>). 2 + 3 + Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0. 2 4 3 5 Copyright (c) 2022-2023 Bluesky PBC, @whyrusleeping, and Contributors 4 6 5 - Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>). 6 - 7 - Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0. 7 + MIT: https://www.opensource.org/licenses/mit 8 + Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0