Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More porting Microsoft.Build to .NET Core #158

Merged
merged 9 commits into from
Aug 21, 2015

Conversation

dsplaisted
Copy link
Member

More progress towards getting Microsoft.Build to compile for .NET Core

internal static partial class FileUtilities
{
// .NET Core doesn't currently have APIs to get the "special" folders (ie the ones defined in the Environment.SpecialFolder enum)
// The code here is mostly copied out of the .NET reference source for this functionality
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you taking stuff from https://github.com/Microsoft/referencesource or http://referencesource.microsoft.com? The latter isn't MIT licensed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akoeplinger Excellent point!

This PR is provided as part of my job at Microsoft, who is the copyright holder on the code. By providing this PR, we're licensing the code submitted in this PR under the license of this project, which is MIT.

In this case, the code copied from the reference source was already part of the MIT-licensed reference source at GitHub.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for clarifying 👍 I know you're an MS employee so I just wanted to have something on record that clarifies the origin of the code, licensing is hard 😄

@rainersigwald
Copy link
Member

LGTM.

dsplaisted added a commit that referenced this pull request Aug 21, 2015
More porting Microsoft.Build to .NET Core
@dsplaisted dsplaisted merged commit 9987c90 into dotnet:xplat Aug 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants