yrp604 / rappel

A linux-based assembly REPL for x86, amd64, armv7, and armv8
Other
1.16k stars 55 forks source link

License terms #1

Closed mokomull closed 8 years ago

mokomull commented 8 years ago

I'd like to contribute but I would like a clear indication for the license under which a contribution would be accepted. I didn't see a COPYING or LICENSE in the repo.

As a teaser: I have a working but currently memory-leaky port of assemble_intel to use the LLVM MC assembler instead of shelling out to nasm. It definitely still needs some clean-up, and it'd probably be nice if I figure out how to support both with user choice.

yrp604 commented 8 years ago

Cool, thanks for your interest!

I've added a 4 clause bsd license to the project. I totally meant to do this earlier and just spaced on it, thanks for reminding me. Hope this is compatible with what you had in mind.

Cheers, and let me know if you run into any other problems.

Thanks, yrp