riscv-non-isa / riscv-asm-manual

RISC-V Assembly Programmer's Manual
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
1.44k stars 238 forks source link

Missing LICENSE file #65

Closed jjscheel closed 3 years ago

jjscheel commented 3 years ago

The project is missing a LICENSE file. Per RISC-V guidelines, documentation should be licensed CC-BY-4.0.

I propose adding a plain text LICENSE file like the one in the ISA manual project. This enables GitHub to automatically find it and recognize it.

I'm happy to add this into the project directly and will do so in the coming days. If anyone has concerns, please raise them.

Thanks, -Jeff

aswaterman commented 3 years ago

SGTM.

jjscheel commented 3 years ago

Thanks, @aswaterman! Done.

Committed directly to master. Closing.