README: Add a section on licensing

Add a section documenting the license used for this project.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2023-03-15 14:58:14 -04:00
parent d5717a3053
commit d150d88249
1 changed files with 5 additions and 0 deletions

View File

@ -301,3 +301,8 @@ non-pipelined mode. Generally, `RST`, `TGA`, `TGC`, `TGD`, `RTY`, `SEL`, and
`LOCK` signals are omitted. The `_I` and `_O` suffixes are not used. `DAT` is
named `data_read` or `data_write`, depending on the direction of transfer. `ADR`
is expanded to `addr`.
== Licensing
All cores are licensed under AGPL 3. See COPYING for details. Contact me if you
are interested in using these cores under a different license.