提交 8d3df5b8 编写于 作者: N Neal Gafter

Merge pull request #3554 from gafter/fix3325

Fix copyrights
......@@ -577,11 +577,6 @@ static void Main(string[] args)
// Since the platform type System.FormattableString is not yet in our platforms (at the
// time of writing), we explicitly include the required platform types into the sources under test.
private const string formattableString = @"
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** Class: FormattableString
......@@ -661,11 +656,6 @@ public override string ToString()
}
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** Class: FormattableStringFactory
......
......@@ -521,7 +521,7 @@ static void Main()
var result = RunCommandLineCompiler(_csharpCompilerClientExecutable, "hello.cs", _tempDirectory, files);
// Should output errors, but not create output file.
// Should output errors, but not create output file.
Assert.Contains("Copyright (C) Microsoft Corporation. All rights reserved.", result.Output, StringComparison.Ordinal);
Assert.Contains("hello.cs(5,42): error CS1002: ; expected\r\n", result.Output, StringComparison.Ordinal);
Assert.Equal("", result.Errors);
......
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.17626
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -3,7 +3,6 @@
// ilasm /DLL Modifiers.il /OUTPUT=Modifiers.netmodule
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -3,7 +3,6 @@
//
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -2,7 +2,6 @@
// ilasm DelegatesWithoutInvoke.il /output=DelegatesWithoutInvoke.dll /dll
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
//ilasm /dll
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
//ilasm /dll
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -2,7 +2,6 @@
// ilasm /DLL ConstantFields.il
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
//ilasm /dll
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -2,7 +2,6 @@
// ilasm /DLL ByRefReturn.il
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -2,7 +2,6 @@
// ilasm /DLL ILMethods.il
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -3,7 +3,6 @@
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -3,7 +3,6 @@
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
// ilasm /DLL PropertiesWithByRef.il
//
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
......@@ -564,7 +564,6 @@ BC30981: 'Friend Overrides Sub f()' in class 'Class3' cannot override 'Friend Ov
Dim customIL = <![CDATA[
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Copyright (c) Microsoft Corporation. All rights reserved.
......
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-->
<Configuration xmlns="http://schemas.microsoft.com/vstudio/vsdconfig/2008">
......
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-->
<Configuration xmlns="http://schemas.microsoft.com/vstudio/vsdconfig/2008">
......
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-->
<Configuration xmlns="http://schemas.microsoft.com/vstudio/vsdconfig/2008">
......
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-->
<Configuration xmlns="http://schemas.microsoft.com/vstudio/vsdconfig/2008">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册