Skip to content

Commit 7995687

Browse files
committed
Update license info
1 parent ca4a793 commit 7995687

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

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

3-
Copyright (c) 2022-2024 Andrei Sergeev, Pavel Moskovoy
3+
Copyright (c) 2022-2025 Andrei Sergeev, Pavel Moskovoy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/collections-generic-equalitycomparers/Collections.Generic.EqualityComparers.Tests/Collections.Generic.EqualityComparers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IsPackable>false</IsPackable>
1212
<IsTestProject>true</IsTestProject>
1313
<Authors>Andrei Sergeev, Pavel Moskovoy</Authors>
14-
<Copyright>Copyright © 2022-2024 Andrei Sergeev, Pavel Moskovoy</Copyright>
14+
<Copyright>Copyright © 2022-2025 Andrei Sergeev, Pavel Moskovoy</Copyright>
1515
<RootNamespace>PrimeFuncPack.Collections.Generic.EqualityComparers.Tests</RootNamespace>
1616
<AssemblyName>PrimeFuncPack.Collections.Generic.EqualityComparers.Tests</AssemblyName>
1717
</PropertyGroup>

src/collections-generic-equalitycomparers/Collections.Generic.EqualityComparers/Collections.Generic.EqualityComparers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<RepositoryUrl>https://github.com/pfpack/pfpack-collections-generic</RepositoryUrl>
1616
<Company>pfpack</Company>
1717
<Authors>Andrei Sergeev, Pavel Moskovoy</Authors>
18-
<Copyright>Copyright © 2022-2024 Andrei Sergeev, Pavel Moskovoy</Copyright>
18+
<Copyright>Copyright © 2022-2025 Andrei Sergeev, Pavel Moskovoy</Copyright>
1919
<Description>PrimeFuncPack Generic Collections.EqualityComparers is a core library for .NET consisting of collection value equality comparers.</Description>
2020
<RootNamespace>System.Collections.Generic</RootNamespace>
2121
<AssemblyName>PrimeFuncPack.Collections.Generic.EqualityComparers</AssemblyName>

src/collections-generic/Collections.Generic/Collections.Generic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<RepositoryUrl>https://github.com/pfpack/pfpack-collections-generic</RepositoryUrl>
1616
<Company>pfpack</Company>
1717
<Authors>Andrei Sergeev, Pavel Moskovoy</Authors>
18-
<Copyright>Copyright © 2022-2024 Andrei Sergeev, Pavel Moskovoy</Copyright>
18+
<Copyright>Copyright © 2022-2025 Andrei Sergeev, Pavel Moskovoy</Copyright>
1919
<Description>PrimeFuncPack Generic Collections is a core library pack for .NET consisting of collection extensions such as collection value equality comparers.</Description>
2020
<RootNamespace>System.Collections.Generic</RootNamespace>
2121
<AssemblyName>PrimeFuncPack.Collections.Generic</AssemblyName>

0 commit comments

Comments
 (0)