From f5b454addbbee88489b193b8b2ac818dc3f7588c Mon Sep 17 00:00:00 2001 From: Qingqing Sun Date: Wed, 25 Oct 2017 14:23:03 +0800 Subject: [PATCH] add LICENSE file, update nuspec file to meet official nuget package requirement --- Azure.IoT.Edge.Function.nuspec | 12 +++++++----- LICENSE | 36 ++++++++++++++++++---------------- README.md | 3 +-- 3 files changed, 27 insertions(+), 24 deletions(-) diff --git a/Azure.IoT.Edge.Function.nuspec b/Azure.IoT.Edge.Function.nuspec index 2faf8be..65ebe06 100644 --- a/Azure.IoT.Edge.Function.nuspec +++ b/Azure.IoT.Edge.Function.nuspec @@ -4,12 +4,14 @@ Azure.IoT.Edge.Function 0.0.1 Azure IoT Edge Function - VS China IoT Tooling - VS China IoT Tooling (vschinaiot@microsoft.com) - false + Microsoft + microsoft, nugetazureiotedge Scaffolding tool to setup azure iot edge function development environment. - First release - Copyright 2016 + false + en-US + http://github.com/azure/dotnet-template-azure-iot-edge-function/ + https://github.com/Azure/dotnet-template-azure-iot-edge-function/blob/master/license + © Microsoft Corporation. All rights reserved. azure iot edge dotnet template diff --git a/LICENSE b/LICENSE index 2107107..a616ed1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,23 @@ - MIT License +The MIT License (MIT) - Copyright (c) Microsoft Corporation. All rights reserved. +Copyright (c) .NET Foundation and Contributors - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: +All rights reserved. - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 84ae46c..d13f0c7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This ReadMe consists of two parts: Make sure you have [.NET Core SDK](https://www.microsoft.com/net/core#windowscmd) and [Nuget](https://www.nuget.org/) installed. -Run following command to add the nuget source: +Config the nuget source: - For NuGet V3 ``` @@ -21,7 +21,6 @@ nuget sources add -name AzureIoTEdgeFunction -source https://www.myget.org/F/dot ``` - For NuGet V2 - ``` nuget sources add -name AzureIoTEdgeFunction -source https://www.myget.org/F/dotnet-template-azure-iot-edge-function/api/v2 ```