File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
tests/Hangfire.InMemory.Tests/Entities Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 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 ;
217using System . Collections . Generic ;
318using System . Linq ;
419using Hangfire . Common ;
You can’t perform that action at this time.
0 commit comments