File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
// 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>.
3
3
//
4
4
// Hangfire.PostgreSql is free software: you can redistribute it and/or modify
5
5
// it under the terms of the GNU Lesser General Public License as
Original file line number Diff line number Diff line change 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 ;
2
23
using Npgsql ;
3
24
4
25
namespace Hangfire . PostgreSql
You can’t perform that action at this time.
0 commit comments