]> git.proxmox.com Git - cargo.git/commit - LICENSE-MIT
Add the standard Rust Apache/MIT license
authorAlex Crichton <alex@alexcrichton.com>
Tue, 24 Jun 2014 15:10:31 +0000 (08:10 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 24 Jun 2014 19:26:13 +0000 (12:26 -0700)
commitc6fc2f587de0aa0a62a5c183e67bc82595d39844
treec1ee4164a689301a8b6f8fcaf3f6a645a3ca0aa3
parenteb7a16376f432c50d55c8ce83fe03cb903c911c5
Add the standard Rust Apache/MIT license

This copies the same Apache and MIT license files from the rust-lang/rust
repository to the cargo repository. It notable retains the same copyright line
as the rust repository:

    Copyright (c) 2014 The Rust Project Developers

The COPYRIGHT file from the rust repository was not copied over as it looked
like it mainly contained information about third party dependencies, which cargo
does not have yet.

The wording at the end of the rust repository's README.md was also copied over
to cargo's README.md with tweaks to not mention COPYRIGHT and third-party BSD
licenses.

Closes #34
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md