Skip to content

Commit 30fa728

Browse files
committed
[Trivial] [Squash] license + auto-generated name removed.
1 parent 30d296b commit 30fa728

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/addressbook.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
//
2-
// Created by furszy on 2019-10-07.
3-
//
1+
// Copyright (c) 2019 The PIVX developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
#ifndef FURSZY_PIVX_ADDRESSBOOK_H
6-
#define FURSZY_PIVX_ADDRESSBOOK_H
5+
#ifndef PIVX_ADDRESSBOOK_H
6+
#define PIVX_ADDRESSBOOK_H
77

88
#include <map>
99
#include <string>
@@ -34,4 +34,4 @@ class CAddressBookData
3434
StringMap destdata;
3535
};
3636

37-
#endif //FURSZY_PIVX_ADDRESSBOOK_H
37+
#endif //PIVX_ADDRESSBOOK_H

src/pairresult.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
#ifndef FURSZY_PIVX_PAIRRESULT_H
6-
#define FURSZY_PIVX_PAIRRESULT_H
5+
#ifndef PIVX_PAIRRESULT_H
6+
#define PIVX_PAIRRESULT_H
77

88

99
class PairResult {
@@ -17,4 +17,4 @@ class PairResult {
1717
};
1818

1919

20-
#endif //FURSZY_PIVX_PAIRRESULT_H
20+
#endif //PIVX_PAIRRESULT_H

0 commit comments

Comments
 (0)