From cbe17c8003c2cca713f175ad4e3f9b537347b1a4 Mon Sep 17 00:00:00 2001 From: Garrett Serack Date: Fri, 8 Jul 2016 14:29:01 -0700 Subject: [PATCH] update license in header of source files to MIT --- Tools/RazorCompiler/RazorCompiler/RazorCompiler.csproj | 2 +- .../Serialization/Iso8601TimeSpanConverter.cs | 4 ++-- src/core/AutoRest.Core.Tests/Resource/SamplePropertyModel.cs | 4 ++-- src/core/AutoRest.Core.Tests/Resource/SampleViewModel.cs | 4 ++-- src/core/AutoRest.Core/ITemplate.cs | 4 ++-- src/core/AutoRest.Core/Template.cs | 4 ++-- src/core/AutoRest.Core/Utilities/IScopeProvider.cs | 4 ++-- src/core/AutoRest.Core/Utilities/ScopeProvider.cs | 4 ++-- .../TemplateModels/AzureExtensionsTemplateModel.cs | 4 ++-- .../TemplateModels/AzureMethodGroupTemplateModel.cs | 4 ++-- .../TemplateModels/AzureMethodTemplateModel.cs | 4 ++-- .../TemplateModels/AzureModelTemplateModel.cs | 4 ++-- .../TemplateModels/AzureParameterTemplateModel.cs | 4 ++-- .../TemplateModels/AzureServiceClientTemplateModel.cs | 4 ++-- .../AutoRest.CSharp.Azure/TemplateModels/PageTemplateModel.cs | 4 ++-- src/generator/AutoRest.CSharp/ClientModelExtensions.cs | 4 ++-- .../AutoRest.CSharp/TemplateModels/EnumTemplateModel.cs | 4 ++-- .../AutoRest.CSharp/TemplateModels/ExtensionsTemplateModel.cs | 4 ++-- .../TemplateModels/MethodGroupTemplateModel.cs | 4 ++-- .../AutoRest.CSharp/TemplateModels/MethodTemplateModel.cs | 4 ++-- .../AutoRest.CSharp/TemplateModels/ModelTemplateModel.cs | 4 ++-- .../AutoRest.CSharp/TemplateModels/ParameterTemplateModel.cs | 4 ++-- .../AutoRest.CSharp/TemplateModels/PropertyTemplateModel.cs | 4 ++-- .../TemplateModels/ServiceClientTemplateModel.cs | 4 ++-- .../TemplateModels/AzureFluentEnumTemplateModel.cs | 4 ++-- .../TemplateModels/AzureFluentMethodGroupTemplateModel.cs | 4 ++-- .../TemplateModels/AzureFluentMethodTemplateModel.cs | 4 ++-- .../TemplateModels/AzureFluentServiceClientTemplateModel.cs | 4 ++-- .../TemplateModels/FluentPageTemplateModel.cs | 4 ++-- .../TemplateModels/AzureEnumTemplateModel.cs | 4 ++-- .../TemplateModels/AzureMethodGroupTemplateModel.cs | 4 ++-- .../TemplateModels/AzureMethodTemplateModel.cs | 4 ++-- .../TemplateModels/AzureServiceClientTemplateModel.cs | 4 ++-- .../AutoRest.Java.Azure/TemplateModels/PageTemplateModel.cs | 4 ++-- src/generator/AutoRest.Java/ClientModelExtensions.cs | 4 ++-- .../AutoRest.Java/TemplateModels/EnumTemplateModel.cs | 4 ++-- .../AutoRest.Java/TemplateModels/MethodGroupTemplateModel.cs | 4 ++-- .../AutoRest.Java/TemplateModels/PackageInfoTemplateModel.cs | 4 ++-- .../TemplateModels/AzureMethodGroupTemplateModel.cs | 4 ++-- .../AutoRest.NodeJS.Azure/TemplateModels/PageTemplateModel.cs | 4 ++-- src/generator/AutoRest.NodeJS/ClientModelExtensions.cs | 4 ++-- .../TemplateModels/MethodGroupTemplateModel.cs | 4 ++-- .../TemplateModels/AzureMethodGroupTemplateModel.cs | 4 ++-- .../AutoRest.Python.Azure/TemplateModels/PageTemplateModel.cs | 4 ++-- src/generator/AutoRest.Python/ClientModelExtensions.cs | 4 ++-- src/generator/AutoRest.Python/PythonCodeNamer.cs | 2 +- .../AutoRest.Python/TemplateModels/EnumTemplateModel.cs | 4 ++-- .../TemplateModels/MethodGroupTemplateModel.cs | 4 ++-- .../AutoRest.Ruby.Azure/AzureClientModelExtensions.cs | 4 ++-- .../TemplateModels/AzureServiceClientTemplateModel.cs | 4 ++-- src/generator/AutoRest.Ruby/ClientModelExtensions.cs | 4 ++-- .../AutoRest.Ruby/TemplateModels/ModelTemplateModel.cs | 4 ++-- .../TemplateModels/ModuleDefinitionTemplateModel.cs | 4 ++-- .../AutoRest.Ruby/TemplateModels/ParameterTemplateModel.cs | 4 ++-- .../AutoRest.Ruby/TemplateModels/PropertyTemplateModel.cs | 4 ++-- .../AutoRest.Ruby/TemplateModels/RequirementsTemplateModel.cs | 4 ++-- .../TemplateModels/ServiceClientTemplateModel.cs | 4 ++-- .../AutoRest.Ruby/TemplateModels/VersionTemplateModel.cs | 4 ++-- src/modeler/AutoRest.Swagger.Tests/SwaggerSpecHelper.cs | 4 ++-- 59 files changed, 116 insertions(+), 116 deletions(-) diff --git a/Tools/RazorCompiler/RazorCompiler/RazorCompiler.csproj b/Tools/RazorCompiler/RazorCompiler/RazorCompiler.csproj index 49bd97cceae5..4c1128f11500 100644 --- a/Tools/RazorCompiler/RazorCompiler/RazorCompiler.csproj +++ b/Tools/RazorCompiler/RazorCompiler/RazorCompiler.csproj @@ -34,7 +34,7 @@ - $(SolutionDir)packages\Microsoft.AspNet.Razor.4.0.0-beta3\lib\net45\Microsoft.AspNet.Razor.dll + ..\packages\Microsoft.AspNet.Razor.4.0.0-beta3\lib\net45\Microsoft.AspNet.Razor.dll diff --git a/src/client/Microsoft.Rest.ClientRuntime/Serialization/Iso8601TimeSpanConverter.cs b/src/client/Microsoft.Rest.ClientRuntime/Serialization/Iso8601TimeSpanConverter.cs index 3db223f075f6..4469aed2cf51 100644 --- a/src/client/Microsoft.Rest.ClientRuntime/Serialization/Iso8601TimeSpanConverter.cs +++ b/src/client/Microsoft.Rest.ClientRuntime/Serialization/Iso8601TimeSpanConverter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Rest.Serialization { diff --git a/src/core/AutoRest.Core.Tests/Resource/SamplePropertyModel.cs b/src/core/AutoRest.Core.Tests/Resource/SamplePropertyModel.cs index 077e03135613..8a1088e799f6 100644 --- a/src/core/AutoRest.Core.Tests/Resource/SamplePropertyModel.cs +++ b/src/core/AutoRest.Core.Tests/Resource/SamplePropertyModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Text; diff --git a/src/core/AutoRest.Core.Tests/Resource/SampleViewModel.cs b/src/core/AutoRest.Core.Tests/Resource/SampleViewModel.cs index 16c994690276..76a4ace59eb3 100644 --- a/src/core/AutoRest.Core.Tests/Resource/SampleViewModel.cs +++ b/src/core/AutoRest.Core.Tests/Resource/SampleViewModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Text; diff --git a/src/core/AutoRest.Core/ITemplate.cs b/src/core/AutoRest.Core/ITemplate.cs index ef57f16bcd8c..7e71313bb447 100644 --- a/src/core/AutoRest.Core/ITemplate.cs +++ b/src/core/AutoRest.Core/ITemplate.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.IO; using System.Threading.Tasks; diff --git a/src/core/AutoRest.Core/Template.cs b/src/core/AutoRest.Core/Template.cs index c16f21d6b1a2..286980ba7c17 100644 --- a/src/core/AutoRest.Core/Template.cs +++ b/src/core/AutoRest.Core/Template.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/core/AutoRest.Core/Utilities/IScopeProvider.cs b/src/core/AutoRest.Core/Utilities/IScopeProvider.cs index c637f493d160..c787710fddc5 100644 --- a/src/core/AutoRest.Core/Utilities/IScopeProvider.cs +++ b/src/core/AutoRest.Core/Utilities/IScopeProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace AutoRest.Core.Utilities { diff --git a/src/core/AutoRest.Core/Utilities/ScopeProvider.cs b/src/core/AutoRest.Core/Utilities/ScopeProvider.cs index 5fb016807628..d6b05cbe95dd 100644 --- a/src/core/AutoRest.Core/Utilities/ScopeProvider.cs +++ b/src/core/AutoRest.Core/Utilities/ScopeProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureExtensionsTemplateModel.cs b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureExtensionsTemplateModel.cs index 21e2874901f2..cb24d259096d 100644 --- a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureExtensionsTemplateModel.cs +++ b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureExtensionsTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs index e4a3fcec6205..8442928ee688 100644 --- a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodTemplateModel.cs b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodTemplateModel.cs index 4f3d938f853d..fc53b4b0c88e 100644 --- a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodTemplateModel.cs +++ b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureMethodTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureModelTemplateModel.cs b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureModelTemplateModel.cs index 03f05e6de090..5982e2b9a92f 100644 --- a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureModelTemplateModel.cs +++ b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureModelTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using AutoRest.Core.ClientModel; diff --git a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureParameterTemplateModel.cs b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureParameterTemplateModel.cs index 8e33c4b5554e..0837cecdccb6 100644 --- a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureParameterTemplateModel.cs +++ b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureParameterTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.CSharp.TemplateModels; diff --git a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureServiceClientTemplateModel.cs b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureServiceClientTemplateModel.cs index c2a8b336040d..8ca1d4e7e19d 100644 --- a/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureServiceClientTemplateModel.cs +++ b/src/generator/AutoRest.CSharp.Azure/TemplateModels/AzureServiceClientTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.CSharp.Azure/TemplateModels/PageTemplateModel.cs b/src/generator/AutoRest.CSharp.Azure/TemplateModels/PageTemplateModel.cs index 4a7e1c2535f3..3ba89ac80a5b 100644 --- a/src/generator/AutoRest.CSharp.Azure/TemplateModels/PageTemplateModel.cs +++ b/src/generator/AutoRest.CSharp.Azure/TemplateModels/PageTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace AutoRest.CSharp.Azure.TemplateModels { diff --git a/src/generator/AutoRest.CSharp/ClientModelExtensions.cs b/src/generator/AutoRest.CSharp/ClientModelExtensions.cs index 86f00e8431a4..486a1091ee2d 100644 --- a/src/generator/AutoRest.CSharp/ClientModelExtensions.cs +++ b/src/generator/AutoRest.CSharp/ClientModelExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/EnumTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/EnumTemplateModel.cs index ee44dfb3263a..480f1256a75f 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/EnumTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/EnumTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Core.Utilities; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/ExtensionsTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/ExtensionsTemplateModel.cs index 3e539fe3a9f7..492349b4bf5e 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/ExtensionsTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/ExtensionsTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/MethodGroupTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/MethodGroupTemplateModel.cs index 6c64d9d0305c..dbfdbbe65471 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/MethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/MethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/MethodTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/MethodTemplateModel.cs index 2ebbbb1a6053..acd50e8f9d47 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/MethodTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/MethodTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/ModelTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/ModelTemplateModel.cs index fc057a09ec80..d94d6bb4d0e0 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/ModelTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/ModelTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Globalization; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/ParameterTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/ParameterTemplateModel.cs index a63f91b2ef5e..90b23e5698ee 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/ParameterTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/ParameterTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Core.Utilities; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/PropertyTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/PropertyTemplateModel.cs index 800907538be6..dd30c564482f 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/PropertyTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/PropertyTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Core.Utilities; diff --git a/src/generator/AutoRest.CSharp/TemplateModels/ServiceClientTemplateModel.cs b/src/generator/AutoRest.CSharp/TemplateModels/ServiceClientTemplateModel.cs index 9e13ce2f395d..77648f195355 100644 --- a/src/generator/AutoRest.CSharp/TemplateModels/ServiceClientTemplateModel.cs +++ b/src/generator/AutoRest.CSharp/TemplateModels/ServiceClientTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Globalization; diff --git a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentEnumTemplateModel.cs b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentEnumTemplateModel.cs index 9a53bd63026f..f826cc78f817 100644 --- a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentEnumTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentEnumTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Java.Azure.TemplateModels; diff --git a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodGroupTemplateModel.cs b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodGroupTemplateModel.cs index 4ecc8193d63e..b5421d5c243e 100644 --- a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodTemplateModel.cs b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodTemplateModel.cs index 5a6a0f338015..8aebaa7cbaf5 100644 --- a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentMethodTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentServiceClientTemplateModel.cs b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentServiceClientTemplateModel.cs index 9e740afe05ae..904fa9cd46c0 100644 --- a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentServiceClientTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/AzureFluentServiceClientTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/FluentPageTemplateModel.cs b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/FluentPageTemplateModel.cs index 49ec984fee3c..aa220eca8d96 100644 --- a/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/FluentPageTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure.Fluent/TemplateModels/FluentPageTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Java.Azure.TemplateModels; diff --git a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureEnumTemplateModel.cs b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureEnumTemplateModel.cs index 26957f9d9bf9..5b1fe5ecb8f5 100644 --- a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureEnumTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureEnumTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Java.TemplateModels; diff --git a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs index 9be7be5a9f07..58243f494a1d 100644 --- a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using AutoRest.Core.ClientModel; diff --git a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodTemplateModel.cs b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodTemplateModel.cs index ff41aa428443..ab756f0c0fea 100644 --- a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureMethodTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureServiceClientTemplateModel.cs b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureServiceClientTemplateModel.cs index 156ddb334954..06a019e192cc 100644 --- a/src/generator/AutoRest.Java.Azure/TemplateModels/AzureServiceClientTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure/TemplateModels/AzureServiceClientTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.Java.Azure/TemplateModels/PageTemplateModel.cs b/src/generator/AutoRest.Java.Azure/TemplateModels/PageTemplateModel.cs index 600a5669d884..b2d19237ca2c 100644 --- a/src/generator/AutoRest.Java.Azure/TemplateModels/PageTemplateModel.cs +++ b/src/generator/AutoRest.Java.Azure/TemplateModels/PageTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.Java/ClientModelExtensions.cs b/src/generator/AutoRest.Java/ClientModelExtensions.cs index 42672bbc42bb..858efb8a371e 100644 --- a/src/generator/AutoRest.Java/ClientModelExtensions.cs +++ b/src/generator/AutoRest.Java/ClientModelExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Java/TemplateModels/EnumTemplateModel.cs b/src/generator/AutoRest.Java/TemplateModels/EnumTemplateModel.cs index d4ebd28bf1c9..359825601f8a 100644 --- a/src/generator/AutoRest.Java/TemplateModels/EnumTemplateModel.cs +++ b/src/generator/AutoRest.Java/TemplateModels/EnumTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Core.Utilities; diff --git a/src/generator/AutoRest.Java/TemplateModels/MethodGroupTemplateModel.cs b/src/generator/AutoRest.Java/TemplateModels/MethodGroupTemplateModel.cs index 16f13094119c..ac9bbfd00795 100644 --- a/src/generator/AutoRest.Java/TemplateModels/MethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.Java/TemplateModels/MethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Globalization; diff --git a/src/generator/AutoRest.Java/TemplateModels/PackageInfoTemplateModel.cs b/src/generator/AutoRest.Java/TemplateModels/PackageInfoTemplateModel.cs index c0c576cb426d..e0c3927d4b16 100644 --- a/src/generator/AutoRest.Java/TemplateModels/PackageInfoTemplateModel.cs +++ b/src/generator/AutoRest.Java/TemplateModels/PackageInfoTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Core.Utilities; diff --git a/src/generator/AutoRest.NodeJS.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs b/src/generator/AutoRest.NodeJS.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs index 484d41e60455..ce35ec890b20 100644 --- a/src/generator/AutoRest.NodeJS.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.NodeJS.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using AutoRest.Core.ClientModel; diff --git a/src/generator/AutoRest.NodeJS.Azure/TemplateModels/PageTemplateModel.cs b/src/generator/AutoRest.NodeJS.Azure/TemplateModels/PageTemplateModel.cs index f75350663f6a..4edaebfad42e 100644 --- a/src/generator/AutoRest.NodeJS.Azure/TemplateModels/PageTemplateModel.cs +++ b/src/generator/AutoRest.NodeJS.Azure/TemplateModels/PageTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using AutoRest.Core.ClientModel; diff --git a/src/generator/AutoRest.NodeJS/ClientModelExtensions.cs b/src/generator/AutoRest.NodeJS/ClientModelExtensions.cs index 3fa96d5d8241..654198487f17 100644 --- a/src/generator/AutoRest.NodeJS/ClientModelExtensions.cs +++ b/src/generator/AutoRest.NodeJS/ClientModelExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.NodeJS/TemplateModels/MethodGroupTemplateModel.cs b/src/generator/AutoRest.NodeJS/TemplateModels/MethodGroupTemplateModel.cs index 87018f0cc529..9cf754933e9e 100644 --- a/src/generator/AutoRest.NodeJS/TemplateModels/MethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.NodeJS/TemplateModels/MethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.Python.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs b/src/generator/AutoRest.Python.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs index db107180a48f..bea5f0fefb60 100644 --- a/src/generator/AutoRest.Python.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.Python.Azure/TemplateModels/AzureMethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using AutoRest.Core.ClientModel; diff --git a/src/generator/AutoRest.Python.Azure/TemplateModels/PageTemplateModel.cs b/src/generator/AutoRest.Python.Azure/TemplateModels/PageTemplateModel.cs index 99b43997d0d3..9a92c09dd1ad 100644 --- a/src/generator/AutoRest.Python.Azure/TemplateModels/PageTemplateModel.cs +++ b/src/generator/AutoRest.Python.Azure/TemplateModels/PageTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/generator/AutoRest.Python/ClientModelExtensions.cs b/src/generator/AutoRest.Python/ClientModelExtensions.cs index accc8a3467b6..e30652e26dbe 100644 --- a/src/generator/AutoRest.Python/ClientModelExtensions.cs +++ b/src/generator/AutoRest.Python/ClientModelExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Python/PythonCodeNamer.cs b/src/generator/AutoRest.Python/PythonCodeNamer.cs index 34eb935cebc6..0460f1b4e675 100644 --- a/src/generator/AutoRest.Python/PythonCodeNamer.cs +++ b/src/generator/AutoRest.Python/PythonCodeNamer.cs @@ -95,7 +95,7 @@ public static string PythonCase(string name) string prefix = m.Index > 0 ? "_" : string.Empty; if (ShouldInsertExtraLowerScoreInTheMiddle(name, m, matchedStr)) { - // We will add extra _ if there are multiple capital chars together + // We will add extra _ if there are multiple upper case chars together return prefix + matchedStr.Substring(0, matchedStr.Length - 1) + "_" + matchedStr.Substring(matchedStr.Length - 1); } else diff --git a/src/generator/AutoRest.Python/TemplateModels/EnumTemplateModel.cs b/src/generator/AutoRest.Python/TemplateModels/EnumTemplateModel.cs index 8c3194975f30..86f4397b9dc5 100644 --- a/src/generator/AutoRest.Python/TemplateModels/EnumTemplateModel.cs +++ b/src/generator/AutoRest.Python/TemplateModels/EnumTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using AutoRest.Core.ClientModel; diff --git a/src/generator/AutoRest.Python/TemplateModels/MethodGroupTemplateModel.cs b/src/generator/AutoRest.Python/TemplateModels/MethodGroupTemplateModel.cs index c9f3d383fe2e..ece3f99cc5c5 100644 --- a/src/generator/AutoRest.Python/TemplateModels/MethodGroupTemplateModel.cs +++ b/src/generator/AutoRest.Python/TemplateModels/MethodGroupTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.Ruby.Azure/AzureClientModelExtensions.cs b/src/generator/AutoRest.Ruby.Azure/AzureClientModelExtensions.cs index 04489d4b30e8..54d19dd19329 100644 --- a/src/generator/AutoRest.Ruby.Azure/AzureClientModelExtensions.cs +++ b/src/generator/AutoRest.Ruby.Azure/AzureClientModelExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Globalization; using AutoRest.Core.ClientModel; diff --git a/src/generator/AutoRest.Ruby.Azure/TemplateModels/AzureServiceClientTemplateModel.cs b/src/generator/AutoRest.Ruby.Azure/TemplateModels/AzureServiceClientTemplateModel.cs index 7918212315ad..6445ac7a02bc 100644 --- a/src/generator/AutoRest.Ruby.Azure/TemplateModels/AzureServiceClientTemplateModel.cs +++ b/src/generator/AutoRest.Ruby.Azure/TemplateModels/AzureServiceClientTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.Ruby/ClientModelExtensions.cs b/src/generator/AutoRest.Ruby/ClientModelExtensions.cs index 194f68f5bd6e..410cc0f80c35 100644 --- a/src/generator/AutoRest.Ruby/ClientModelExtensions.cs +++ b/src/generator/AutoRest.Ruby/ClientModelExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Ruby/TemplateModels/ModelTemplateModel.cs b/src/generator/AutoRest.Ruby/TemplateModels/ModelTemplateModel.cs index b3b7aba11f66..0b9f38b2a07c 100644 --- a/src/generator/AutoRest.Ruby/TemplateModels/ModelTemplateModel.cs +++ b/src/generator/AutoRest.Ruby/TemplateModels/ModelTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Ruby/TemplateModels/ModuleDefinitionTemplateModel.cs b/src/generator/AutoRest.Ruby/TemplateModels/ModuleDefinitionTemplateModel.cs index f944a87b9357..c5b0032d0b90 100644 --- a/src/generator/AutoRest.Ruby/TemplateModels/ModuleDefinitionTemplateModel.cs +++ b/src/generator/AutoRest.Ruby/TemplateModels/ModuleDefinitionTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/generator/AutoRest.Ruby/TemplateModels/ParameterTemplateModel.cs b/src/generator/AutoRest.Ruby/TemplateModels/ParameterTemplateModel.cs index 0a59beb894bd..967831ca1ef6 100644 --- a/src/generator/AutoRest.Ruby/TemplateModels/ParameterTemplateModel.cs +++ b/src/generator/AutoRest.Ruby/TemplateModels/ParameterTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Core.Utilities; diff --git a/src/generator/AutoRest.Ruby/TemplateModels/PropertyTemplateModel.cs b/src/generator/AutoRest.Ruby/TemplateModels/PropertyTemplateModel.cs index c9090f973ba6..173d8e9655a7 100644 --- a/src/generator/AutoRest.Ruby/TemplateModels/PropertyTemplateModel.cs +++ b/src/generator/AutoRest.Ruby/TemplateModels/PropertyTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.ClientModel; using AutoRest.Core.Utilities; diff --git a/src/generator/AutoRest.Ruby/TemplateModels/RequirementsTemplateModel.cs b/src/generator/AutoRest.Ruby/TemplateModels/RequirementsTemplateModel.cs index 6b8d6eeaf6c2..d23598f9517e 100644 --- a/src/generator/AutoRest.Ruby/TemplateModels/RequirementsTemplateModel.cs +++ b/src/generator/AutoRest.Ruby/TemplateModels/RequirementsTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/generator/AutoRest.Ruby/TemplateModels/ServiceClientTemplateModel.cs b/src/generator/AutoRest.Ruby/TemplateModels/ServiceClientTemplateModel.cs index f9123791dbf6..738194ec9a09 100644 --- a/src/generator/AutoRest.Ruby/TemplateModels/ServiceClientTemplateModel.cs +++ b/src/generator/AutoRest.Ruby/TemplateModels/ServiceClientTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/generator/AutoRest.Ruby/TemplateModels/VersionTemplateModel.cs b/src/generator/AutoRest.Ruby/TemplateModels/VersionTemplateModel.cs index d8297d5e2a95..8f76fba26860 100644 --- a/src/generator/AutoRest.Ruby/TemplateModels/VersionTemplateModel.cs +++ b/src/generator/AutoRest.Ruby/TemplateModels/VersionTemplateModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace AutoRest.Ruby.TemplateModels { diff --git a/src/modeler/AutoRest.Swagger.Tests/SwaggerSpecHelper.cs b/src/modeler/AutoRest.Swagger.Tests/SwaggerSpecHelper.cs index 45d9450728d3..b46be6e77b33 100644 --- a/src/modeler/AutoRest.Swagger.Tests/SwaggerSpecHelper.cs +++ b/src/modeler/AutoRest.Swagger.Tests/SwaggerSpecHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.IO;