From fc502c7645132d69f132adf7a998c1aaf40a4a72 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 21 Jun 2017 11:09:32 -0700 Subject: [PATCH] Set license to Apache 2.0 --- build/repo.targets | 2 +- tools/debian_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index 0ef94646ec..d6c44d2375 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -381,7 +381,7 @@ Microsoft nugetaspnet@microsoft.com .NET Foundation - Apache + Apache-2.0 1 https://www.asp.net/ /usr/share/dotnet diff --git a/tools/debian_config.json b/tools/debian_config.json index 65d171eb35..64d9abd2ad 100644 --- a/tools/debian_config.json +++ b/tools/debian_config.json @@ -24,7 +24,7 @@ "copyright": "Microsoft", "license": { - "type": "Apache", + "type": "Apache-2.0", "full_text": "Copyright (c) .NET Foundation. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthese files except in compliance with the License. You may obtain a copy of the\nLicense at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License." } } \ No newline at end of file