Files
gio/README.md
T
Elias Naur 5406a13257 README.md: move COPYING license verbiage back to the README.md file
Now that pkg.go.dev supports the UNLICENSE, the COPYING file confuses
the automatic license detection. Move the license text back to README.md.

This is merely a cosmetic change, there are no licensing changes to
the project.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2020-02-25 12:13:24 +01:00

29 lines
1.1 KiB
Markdown

# Gio
Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, OpenBSD,
Windows, and WebAssembly (experimental). See [gioui.org](https://gioui.org) for
details and documentation.
[![builds.sr.ht status](https://builds.sr.ht/~eliasnaur/gio.svg)](https://builds.sr.ht/~eliasnaur/gio)
## Issues
File bugs and TODOs through the [issue tracker](https://todo.sr.ht/~eliasnaur/gio) or send an email
to [~eliasnaur/gio@todo.sr.ht](mailto:~eliasnaur/gio@todo.sr.ht). For general discussion, use the
mailing list: [~eliasnaur/gio@lists.sr.ht](mailto:~eliasnaur/gio@lists.sr.ht).
## Contributing
Post discussion to the [mailing list](https://lists.sr.ht/~eliasnaur/gio) and patches to
[gio-patches](https://lists.sr.ht/~eliasnaur/gio-patches). No Sourcehut
account is required and you can post without being subscribed.
See the [contribution guide](https://gioui.org/doc/contribute) for more details.
## License
This project is dual-licensed under the UNLICENSE (see the UNLICENSE file) or
the MIT license (see the LICENSE-MIT file).
You may use the project under the terms of either license.