Skip to content

Commit a413db9

Browse files
committed
Update JobStateCreatedAtComparerFacts.cs
1 parent b3cb4ff commit a413db9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

tests/Hangfire.InMemory.Tests/Entities/JobStateCreatedAtComparerFacts.cs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
using System;
1+
// This file is part of Hangfire.InMemory. Copyright © 2024 Hangfire OÜ.
2+
//
3+
// Hangfire is free software: you can redistribute it and/or modify
4+
// it under the terms of the GNU Lesser General Public License as
5+
// published by the Free Software Foundation, either version 3
6+
// of the License, or any later version.
7+
//
8+
// Hangfire is distributed in the hope that it will be useful,
9+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
// GNU Lesser General Public License for more details.
12+
//
13+
// You should have received a copy of the GNU Lesser General Public
14+
// License along with Hangfire. If not, see <http://www.gnu.org/licenses/>.
15+
16+
using System;
217
using System.Collections.Generic;
318
using System.Linq;
419
using Hangfire.Common;

0 commit comments

Comments
 (0)