diff --git a/LICENSE.txt b/LICENSE.txt index 0bdc1962b6..648ad1e77b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,12 +1,10 @@ -Copyright (c) .NET Foundation. All rights reserved. +Copyright (c) .NET Foundation and contributors. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -these files except in compliance with the License. You may obtain a copy of the -License at +Documentation is licensed under the Creative Commons Attribution 4.0 +International License (http://creativecommons.org/licenses/by/4.0/legalcode). -http://www.apache.org/licenses/LICENSE-2.0 +Code is licensed under the MIT License (https://opensource.org/licenses/MIT). -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. +This license does not grant you rights to use any trademarks or logos of +Microsoft. For Microsoft’s general trademark guidelines, go to +http://go.microsoft.com/fwlink/?LinkID=254653. diff --git a/common/_templates/footer.html b/common/_templates/footer.html index 44123deafd..24e98d93e6 100644 --- a/common/_templates/footer.html +++ b/common/_templates/footer.html @@ -1,5 +1,5 @@ {% extends "!footer.html" %} {%- block extrafooter %} - Documentation licensed under CC BY-NC 3.0. + Documentation licensed under CC BY 4.0. {% endblock %}