Skip to content

Commit 6cdcd28

Browse files
committed
Changed: copyright notice
1 parent dd2f8d0 commit 6cdcd28

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

Units/PascalCoin/difficulty.pas

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1+
// Author: xiphon, April 2017
2+
//
13
// This file is a part of PascalLite cryptocurrency project
24
//
5+
// Github: <https://github.com/xiphon/PascalLite>
6+
// Bitcointalk thread: <https://bitcointalk.org/index.php?topic=1773026>
7+
// Block Explorer: <https://pascallite.com>
8+
// Accounts Marketplace <https://accounts.pascallite.com>
9+
//
310
// Copyright (C) 2017 PascalLite project
411
//
12+
// Redistributions and use the source code must retain
13+
// the above copyright notice and the following disclaimer.
14+
//
15+
// Redistributions in binary form must reproduce the above copyright notice
16+
// and the following disclaimer in the documentation and/or other
17+
// materials provided with the distribution.
18+
//
519
// This program is free software: you can redistribute it and/or modify
620
// it under the terms of the GNU General Public License as published by
721
// the Free Software Foundation, either version 3 of the License, or
@@ -14,8 +28,6 @@
1428
//
1529
// You should have received a copy of the GNU General Public License
1630
// along with this program. If not, see <http://www.gnu.org/licenses/>.
17-
//
18-
// Author: xiphon <https://github.com/xiphon>, April 2017
1931

2032
unit difficulty;
2133

0 commit comments

Comments
 (0)