Relicense MIT OR Apache 2.0

This commit is contained in:
Jeremy Soller 2022-10-24 08:56:48 -06:00
parent 91ab1c489e
commit 564dab009c
26 changed files with 284 additions and 374 deletions

View file

@ -11,6 +11,8 @@ implementation, reusing some of the static fallback lists in browsers such as
Chromium and Firefox. Linux, macOS, and Windows are supported with the full
feature set. Other platforms may need to implement font fallback capabilities.
## Roadmap
The following features must be supported before this is "ready":
- [x] Font loading
@ -50,3 +52,20 @@ simulating the entry of that file into cosmic-text per-character, with the use
of backspace and delete tested per character and per line. Then, the final
contents of the buffer is compared to the original file. All of the 106746
lines are correct.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.