Skip to content

Commit d5cba31

Browse files
Update license headers. Also ProjectUrl. (#138)
1 parent de98369 commit d5cba31

7 files changed

Lines changed: 17 additions & 12 deletions

File tree

src/DotNetCompilerPlatformTasks/CheckIfVBCSCompilerWillOverride.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
24
using System.IO;
35
using Microsoft.Build.Framework;
46
using Microsoft.Build.Utilities;

src/DotNetCompilerPlatformTasks/KillProcess.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
4+
using System;
25
using System.Diagnostics;
36
using System.Linq;
47
using System.Management;

src/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Util/CompilationUtil.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
2-
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
using System;
55
using System.CodeDom.Compiler;

src/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Util/ICompilerSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
2-
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
using System;
55

src/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Util/IProviderOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
2-
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
using System.Collections.Generic;
55

src/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Util/ProviderOptions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
2-
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4-
using System.Collections.Generic;
4+
using System.Collections.Generic;
55
using System.Collections.ObjectModel;
66

77
namespace Microsoft.CodeDom.Providers.DotNetCompilerPlatform {

src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</description>
1414
<summary>Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs.</summary>
1515
<language>en-US</language>
16-
<projectUrl>http://www.asp.net/</projectUrl>
16+
<projectUrl>https://github.com/aspnet/RoslynCodeDomProvider</projectUrl>
1717
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1818
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1919
<requireLicenseAcceptance>true</requireLicenseAcceptance>

0 commit comments

Comments
 (0)