Skip to content

Commit b4bf170

Browse files
author
Vytautas Kasparavičius
committed
Fix for class file license headers missing / with some typos
1 parent 11152c8 commit b4bf170

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

src/Hangfire.PostgreSql/PostgreSqlDistributedLock.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Hangfire.PostgreSql.
2-
// Copyright 2014 Frank Hommers <http://hmm.rs/Hangfire.PostgreSql>.
2+
// Copyright © 2014 Frank Hommers <http://hmm.rs/Hangfire.PostgreSql>.
33
//
44
// Hangfire.PostgreSql is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as

src/Hangfire.PostgreSql/Utils/TryExecute.cs

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
using System;
1+
// This file is part of Hangfire.PostgreSql.
2+
// Copyright © 2014 Frank Hommers <http://hmm.rs/Hangfire.PostgreSql>.
3+
//
4+
// Hangfire.PostgreSql is free software: you can redistribute it and/or modify
5+
// it under the terms of the GNU Lesser General Public License as
6+
// published by the Free Software Foundation, either version 3
7+
// of the License, or any later version.
8+
//
9+
// Hangfire.PostgreSql is distributed in the hope that it will be useful,
10+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
// GNU Lesser General Public License for more details.
13+
//
14+
// You should have received a copy of the GNU Lesser General Public
15+
// License along with Hangfire.PostgreSql. If not, see <http://www.gnu.org/licenses/>.
16+
//
17+
// This work is based on the work of Sergey Odinokov, author of
18+
// Hangfire. <http://hangfire.io/>
19+
//
20+
// Special thanks goes to him.
21+
22+
using System;
223
using Npgsql;
324

425
namespace Hangfire.PostgreSql

0 commit comments

Comments
 (0)