From f92e502306a9f1c9f86f14e5240a4d2e235eb88e Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Wed, 24 May 2017 15:32:16 -0700 Subject: [PATCH] Update license (#662) --- LICENSE => LICENSE.TXT | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.TXT (93%) diff --git a/LICENSE b/LICENSE.TXT similarity index 93% rename from LICENSE rename to LICENSE.TXT index 5ae193c9..984713a4 100644 --- a/LICENSE +++ b/LICENSE.TXT @@ -1,6 +1,8 @@ The MIT License (MIT) -Copyright (c) Microsoft Corporation +Copyright (c) .NET Foundation and Contributors + +All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1c5990ff..4ded9fed 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The .NET Core platform is part of the [.NET Foundation](http://www.dotnetfoundat ## Licenses -.NET Core platform projects typically use either the [MIT](LICENSE) or +.NET Core platform projects typically use either the [MIT](LICENSE.TXT) or [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) licenses for code. Some projects license documentation and other forms of content under [Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).