Skip to content

Commit 78e25d4

Browse files
authored
Replaces file header with simpler non-xml based form (#294)
* Replaces file header with simpler non-xml based form * This is consistent with other consuming projects and is simpler to read. * Fixed template for header and re-applied to all files per PR review
1 parent 20f2ad9 commit 78e25d4

File tree

549 files changed

+1244
-2712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

549 files changed

+1244
-2712
lines changed

Directory.Packages.props

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,17 @@
2424
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0" />
2525
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic.Features" Version="4.14.0" />
2626
<PackageVersion Include="Basic.Reference.Assemblies.Net80" Version="1.8.2" />
27-
<PackageVersion Include="System.IO.Hashing" Version="9.0.7" />
28-
27+
<PackageVersion Include="PolySharp" Version="1.15.0" />
28+
<PackageVersion Include="System.Collections.Immutable" Version="9.0.8" />
29+
<PackageVersion Include="System.IO.Hashing" Version="9.0.8" />
2930
<!-- Workaround(2): https://github.com/dotnet/roslyn-sdk/issues/1191 -->
3031
<PackageVersion Include="System.Formats.Asn1" Version="9.0.7" />
31-
3232
<!-- Common packages for solution -->
3333
<PackageVersion Include="System.Linq.Async" Version="6.0.3" />
3434
<PackageVersion Include="Ubiquity.NET.Versioning" Version="6.0.1" />
3535
<PackageVersion Include="Antlr4BuildTasks" Version="12.10.0" />
3636
<PackageVersion Include="Antlr4.Runtime.Standard" Version="4.13.1" />
3737
<PackageVersion Include="OpenSoftware.DgmlBuilder" Version="2.1.0" />
38-
3938
<!-- Tests all use the same framework versions -->
4039
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
4140
<PackageVersion Include="MSTest.TestAdapter" Version="3.9.3" />
@@ -44,6 +43,5 @@
4443
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2" />
4544
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2" />
4645
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing" Version="1.1.2" />
47-
4846
</ItemGroup>
49-
</Project>
47+
</Project>

src/Interop/InteropTests/ABI/libllvm-c/AnalysisBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="AnalysisBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using Microsoft.VisualStudio.TestTools.UnitTesting;
85

src/Interop/InteropTests/ABI/libllvm-c/AttributeBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="AttributeBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using System;
85
using System.Collections.Immutable;

src/Interop/InteropTests/ABI/libllvm-c/ContextBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="ContextBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using Microsoft.VisualStudio.TestTools.UnitTesting;
85

src/Interop/InteropTests/ABI/libllvm-c/DataLayoutBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="DataLayoutBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using Microsoft.VisualStudio.TestTools.UnitTesting;
85

src/Interop/InteropTests/ABI/libllvm-c/IRBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="IRBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using Microsoft.VisualStudio.TestTools.UnitTesting;
85

src/Interop/InteropTests/ABI/libllvm-c/MetadataBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="MetadataBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using System;
85

src/Interop/InteropTests/ABI/libllvm-c/ModuleBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="ModuleBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using System;
85

src/Interop/InteropTests/ABI/libllvm-c/ObjectFileBindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="ObjectFileBindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using System;
85

src/Interop/InteropTests/ABI/libllvm-c/OrcJITv2BindingsTests.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="OrcJITv2BindingsTests.cs" company="Ubiquity.NET Contributors">
3-
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
4-
// </copyright>
5-
// -----------------------------------------------------------------------
1+
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
2+
// Licensed under the Apache-2.0 WITH LLVM-exception license. See the LICENSE.md file in the project root for full license information.
63

74
using System;
85

0 commit comments

Comments
 (0)