Support self-install on Unix#12
Conversation
|
I updated your description, but you need to put closing keywords in the main description in order for GitHub to pick them up. You can edit your PR at any time! |
|
This PR appears to be taken verbatim from the Rustup source code. In the future, when contributing PRs to any project, you should include attribution for code that you did not write both in your PR body and in the source code, following the original code's license. The upstream project, Rustup, is dual-licensed under the MIT and Apache-2.0 licenses. While it is possible to attribute this code to them and include an exception that some code in Aftman is owned by the authors of Rustup, I would rather keep this entire project under the same license. |
|
Rustup's README says: "Licensed under either of Apache 2.0 or MIT at your option." so you can keep the MIT license, but I should indeed have added some attribution. Thanks! |
|
Keeping the MIT license is one thing, but I would like to keep all of the code under this project under the same copyright notice without additional attribution or asterisks. Instead of taking this code wholesale from Rustup, I would rather we write a simpler solution that fits in with the codebase and stays owned solely by Aftman contributors. |
|
Replaced by #16. |
Closes #10.