unixpickle / alux

A lightweight C++ kernel designed to run a JavaScript or Dart VM
BSD 2-Clause "Simplified" License
21 stars 5 forks source link

Add the BSD 2-clause license. #1

Closed joskuijpers closed 10 years ago

joskuijpers commented 10 years ago

Adding the BSD 2 license. I can change it to another license if you want :smile:

If you accept this license I will add it to all your files.

unixpickle commented 10 years ago

If you add the license to .s files, note that NASM comments begin with a semicolon

joskuijpers commented 10 years ago

Thanks for the heads up, I might have forgot. I might try to get clang to build it. (I should be able to :wink:)

unixpickle commented 10 years ago

Clang can build the majority of it, but the linker isn't advanced enough to setup my flat binary the way I want...so, in the very least, you need the GNU linker.