diff --git a/src/Microsoft.Azure.ServiceBus/Properties/AssemblyInfo.cs b/src/Microsoft.Azure.ServiceBus/Properties/AssemblyInfo.cs index 9a28b7d..2d4813a 100644 --- a/src/Microsoft.Azure.ServiceBus/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Azure.ServiceBus/Properties/AssemblyInfo.cs @@ -1,4 +1,7 @@ -using System.Reflection; +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -17,3 +20,4 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("a042adf0-ef65-4f87-b634-322a409f3d61")] + diff --git a/src/Microsoft.Azure.ServiceBus/Resources.Designer.cs b/src/Microsoft.Azure.ServiceBus/Resources.Designer.cs index 01db7b5..550c7be 100644 --- a/src/Microsoft.Azure.ServiceBus/Resources.Designer.cs +++ b/src/Microsoft.Azure.ServiceBus/Resources.Designer.cs @@ -1,4 +1,7 @@ -//------------------------------------------------------------------------------ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -159,3 +162,4 @@ namespace Microsoft.Azure.ServiceBus { } } } + diff --git a/test/Microsoft.Azure.ServiceBus.UnitTests/Properties/AssemblyInfo.cs b/test/Microsoft.Azure.ServiceBus.UnitTests/Properties/AssemblyInfo.cs index b04a204..b6c28b4 100644 --- a/test/Microsoft.Azure.ServiceBus.UnitTests/Properties/AssemblyInfo.cs +++ b/test/Microsoft.Azure.ServiceBus.UnitTests/Properties/AssemblyInfo.cs @@ -1,4 +1,7 @@ -using System.Reflection; +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -17,3 +20,4 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("bda98e20-3a26-4a5a-9371-cb02b73e3434")] +