Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit fc502c7

Browse files
committed
Set license to Apache 2.0
1 parent dfd7929 commit fc502c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/repo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
<InstallerMaintainerName>Microsoft</InstallerMaintainerName>
382382
<InstallerMaintainerEmail>[email protected]</InstallerMaintainerEmail>
383383
<InstallerVendor>.NET Foundation</InstallerVendor>
384-
<InstallerLicense>Apache</InstallerLicense>
384+
<InstallerLicense>Apache-2.0</InstallerLicense>
385385
<InstallerPackageRevision>1</InstallerPackageRevision>
386386
<InstallerHomepage>https://www.asp.net/</InstallerHomepage>
387387
<InstallerInstallRoot>/usr/share/dotnet</InstallerInstallRoot>

tools/debian_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
"copyright": "Microsoft",
2626
"license": {
27-
"type": "Apache",
27+
"type": "Apache-2.0",
2828
"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."
2929
}
3030
}

0 commit comments

Comments
 (0)