Skip to content

Commit 4951d54

Browse files
committed
License: delete Microsoft copyright
My initial understanding was that we've copied a part of code from .NET SDK, but eventually it turned out to not be true: we've only inherited a constant.
1 parent 43e6505 commit 4951d54

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Directory.Build.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ SPDX-License-Identifier: MIT
88
<PropertyGroup Label="Packaging">
99
<Version>1.4.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<Copyright>
12-
.NET Foundation and Contributors &lt;https://github.com/dotnet/corefx/blob/9c06da6a34fcefa6fb37776ac57b80730e37387c/src/Common/src/System/IO/PathInternal.Windows.cs&gt;
13-
2024 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;
14-
</Copyright>
11+
<Copyright>2024 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;</Copyright>
1512
<PackageReadmeFile>README.md</PackageReadmeFile>
1613
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1714
<IncludeSymbols>true</IncludeSymbols>

LICENSE.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
MIT License
22

3-
Copyright (c) .NET Foundation and Contributors <https://github.com/dotnet/corefx/blob/9c06da6a34fcefa6fb37776ac57b80730e37387c/src/Common/src/System/IO/PathInternal.Windows.cs>
43
Copyright (c) 2024 TruePath contributors <https://github.com/ForNeVeR/TruePath>
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

TruePath/DiskUtils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// SPDX-FileCopyrightText: .NET Foundation and Contributors <https://github.com/dotnet/corefx/blob/9c06da6a34fcefa6fb37776ac57b80730e37387c/src/Common/src/System/IO/PathInternal.Windows.cs>
21
// SPDX-FileCopyrightText: 2024 TruePath contributors <https://github.com/ForNeVeR/TruePath>
32
//
43
// SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)