[llvm-dev] I'd like to translate the Kaleidoscope tutorial to D language, where should I ask for permission?

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Mon Feb 13 07:55:46 PST 2017


Hi,

On 13 February 2017 at 06:00, 普明 via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> - Can I do this? Who should I ask for permission to copy and modify the
> tutorial?

No need to ask permission, LLVM uses a pretty liberal open source
license. As I recall (not an expert) all you need to be a bit careful
about is not destroying the copyright notices, but LICENSE.TXT goes
into more details.

> - I'd like to put it on Github, is it OK?

Yep, LLVM is already on GitHub in a semi-official capacity
(https://github.com/llvm-mirror/llvm) and we're hoping to move all
development there, but it'd be OK anyway.

> - Can I submit this tutorial back to llvm.org so that future D users may see
> it here?

The first step would be to get the D bindings into the main source
base, we probably wouldn't add the tutorial on its own.

Cheers.

Tim.


More information about the llvm-dev mailing list