Skip to content

Commit 6b7dc4d

Browse files
committed
Update/correct backend file copyrights
Some of them seemed to be copy-pased from other old files
1 parent 5b8dd38 commit 6b7dc4d

8 files changed

Lines changed: 8 additions & 9 deletions

File tree

backend/ILSpyX.Backend.LSP/Handlers/AddAssemblyHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright(c) ICSharpCode
22
// Licensed under the MIT license. See the LICENSE file in the project root for more information.
33

44
using ILSpyX.Backend.Application;

backend/ILSpyX.Backend.LSP/Handlers/InitWithAssembliesHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright(c) ICSharpCode
22
// Licensed under the MIT license. See the LICENSE file in the project root for more information.
33

44
using ILSpyX.Backend.Application;

backend/ILSpyX.Backend.LSP/Handlers/RemoveAssemblyHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright(c) ICSharpCode
22
// Licensed under the MIT license. See the LICENSE file in the project root for more information.
33

44
using ILSpyX.Backend.Application;

backend/ILSpyX.Backend.LSP/Handlers/SearchHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 ICSharpCode
1+
// Copyright(c) ICSharpCode
22
// Licensed under the MIT license. See the LICENSE file in the project root for more information.
33

44
using ILSpyX.Backend.Application;

backend/ILSpyX.Backend.LSP/ILSpyX.Backend.LSP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Company>ic#code</Company>
66
<Title>ILSpy .NET Decompiler LSP Backend</Title>
77
<Product>ILSpy .NET Decompiler</Product>
8-
<Copyright>Copyright 2017-2025 ICSharpCode, Microsoft Corporation</Copyright>
8+
<Copyright>Copyright (c) ICSharpCode</Copyright>
99
<Nullable>enable</Nullable>
1010
</PropertyGroup>
1111
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

backend/ILSpyX.Backend/Decompiler/DecompilerBackend.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) ICSharpCode
22
// Licensed under the MIT license. See the LICENSE file in the project root for more information.
33

44
using ICSharpCode.Decompiler;

backend/ILSpyX.Backend/Decompiler/TypeSystemExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
2-
// Copyright(c) 2017 ICSharpCode
1+
// Copyright (c) ICSharpCode
32
// Licensed under the MIT license. See the LICENSE file in the project root for more information.
43

54
using ICSharpCode.Decompiler.CSharp.OutputVisitor;

backend/ILSpyX.Backend/ILSpyX.Backend.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Company>ic#code</Company>
55
<Title>ILSpy .NET Decompiler X-Platform Backend</Title>
66
<Product>ILSpy .NET Decompiler</Product>
7-
<Copyright>Copyright 2017-2025 ICSharpCode, Microsoft Corporation</Copyright>
7+
<Copyright>Copyright (c) ICSharpCode</Copyright>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)