Skip to content

Commit a70eec2

Browse files
committed
Bump copyright year to 2025
1 parent eb72f83 commit a70eec2

9 files changed

+9
-9
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License
22
========
33

4-
Copyright © 2013-2024 Hangfire OÜ.
4+
Copyright © 2013-2025 Hangfire OÜ.
55

66
Hangfire software is an open-source software that is multi-licensed under the terms of the licenses listed in this file. Recipients may choose the terms under which they are want to use or distribute the software, when all the preconditions of a chosen license are satisfied.
77

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ In order to give the community time to respond and upgrade we strongly urge you
166166
License
167167
--------
168168

169-
Copyright © 2013-2024 Hangfire OÜ.
169+
Copyright © 2013-2025 Hangfire OÜ.
170170

171171
This program is free software: you can redistribute it and/or modify
172172
it under the terms of the GNU Lesser General Public License as published by

nuspecs/Hangfire.AspNetCore.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<license type="file">LICENSE.md</license>
1212
<icon>icon.png</icon>
1313
<description>ASP.NET Core support for Hangfire, a background job framework for .NET applications.</description>
14-
<copyright>Copyright © 2017-2024 Hangfire OÜ</copyright>
14+
<copyright>Copyright © 2017-2025 Hangfire OÜ</copyright>
1515
<tags>hangfire aspnetcore</tags>
1616
<releaseNotes><![CDATA[
1717
Release notes are available in our blog https://www.hangfire.io/blog/

nuspecs/Hangfire.Core.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An easy and reliable way to perform fire-and-forget, delayed and recurring, long
1717
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
1818
https://www.hangfire.io/
1919
</description>
20-
<copyright>Copyright © 2013-2024 Hangfire OÜ</copyright>
20+
<copyright>Copyright © 2013-2025 Hangfire OÜ</copyright>
2121
<tags>Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
2222
<releaseNotes><![CDATA[
2323
Release notes are available in our blog https://www.hangfire.io/blog/

nuspecs/Hangfire.NetCore.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<license type="file">LICENSE.md</license>
1212
<icon>icon.png</icon>
1313
<description>.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.</description>
14-
<copyright>Copyright © 2019-2024 Hangfire OÜ</copyright>
14+
<copyright>Copyright © 2019-2025 Hangfire OÜ</copyright>
1515
<tags>hangfire netcore</tags>
1616
<releaseNotes><![CDATA[
1717
Release notes are available in our blog https://www.hangfire.io/blog/

nuspecs/Hangfire.SqlServer.MSMQ.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<license type="file">LICENSE.md</license>
1212
<icon>icon.png</icon>
1313
<description>MSMQ queues support for SQL Server job storage implementation for Hangfire, a background job framework for .NET applications.</description>
14-
<copyright>Copyright © 2014-2024 Hangfire OÜ</copyright>
14+
<copyright>Copyright © 2014-2025 Hangfire OÜ</copyright>
1515
<tags>Hangfire SqlServer MSMQ</tags>
1616
<releaseNotes><![CDATA[https://www.hangfire.io/blog/
1717

nuspecs/Hangfire.SqlServer.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<license type="file">LICENSE.md</license>
1212
<icon>icon.png</icon>
1313
<description>SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.</description>
14-
<copyright>Copyright © 2013-2024 Hangfire OÜ</copyright>
14+
<copyright>Copyright © 2013-2025 Hangfire OÜ</copyright>
1515
<tags>Hangfire SqlServer SqlAzure LocalDB</tags>
1616
<releaseNotes><![CDATA[
1717
Release notes are available in our blog https://www.hangfire.io/blog/

nuspecs/Hangfire.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An easy and reliable way to perform fire-and-forget, delayed and recurring, long
1717
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
1818
https://www.hangfire.io/
1919
</description>
20-
<copyright>Copyright © 2013-2024 Hangfire OÜ</copyright>
20+
<copyright>Copyright © 2013-2025 Hangfire OÜ</copyright>
2121
<tags>Hangfire AspNet MVC AspNetCore NetCore SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
2222
<releaseNotes><![CDATA[
2323
Release notes are available in our blog https://www.hangfire.io/blog/

src/SharedAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[assembly: AssemblyProduct("Hangfire")]
55
[assembly: AssemblyCompany("Hangfire OÜ")]
6-
[assembly: AssemblyCopyright("Copyright © 2013-2024 Hangfire OÜ")]
6+
[assembly: AssemblyCopyright("Copyright © 2013-2025 Hangfire OÜ")]
77
[assembly: AssemblyCulture("")]
88

99
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)