Skip to content

Commit a8eafaf

Browse files
committed
Updated licensing.
1 parent a828fe3 commit a8eafaf

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

LICENSE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!-- SPDX-License-Identifier: MIT -->
2+
13
# MIT License
24

3-
Copyright (c) 2021 SharpCrafters s.r.o.
5+
Copyright (c) 2025 SharpCrafters s.r.o.
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
68
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

eng/Packaging.props

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
<PropertyGroup>
55
<Authors>PostSharp Technologies</Authors>
66
<PackageProjectUrl>https://github.com/postsharp/PostSharp.Engineering</PackageProjectUrl>
7-
<PackageTags>PostSharp build engineering</PackageTags>
8-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
7+
<PackageTags>PostSharp, Metalama, build</PackageTags>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9+
<RepositoryUrl>https://github.com/postsharp/PostSharp.Engineering</RepositoryUrl>
10+
<RepositoryType>git</RepositoryType>
11+
<PackageReleaseNotes>https://github.com/orgs/metalama/discussions/categories/changelog</PackageReleaseNotes>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
913
</PropertyGroup>
1014

1115
<!-- Additional content of NuGet packages -->
12-
<ItemGroup>
13-
16+
<ItemGroup>
1417
<None Include="$(MSBuildThisFileDirectory)..\LICENSE.md" Visible="false" Pack="true" PackagePath="" />
1518
</ItemGroup>
1619

0 commit comments

Comments
 (0)