Skip to content

Commit 61bed49

Browse files
committed
Add checkpoints and some typos
1 parent a02c6b3 commit 61bed49

File tree

10 files changed

+13
-11
lines changed

10 files changed

+13
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Neurai Core
1+
Neurai
22
=====================================
33

44

build-aux/m4/neurai_qt.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Copyright (c) 2013-2016 The Bitcoin Core developers
2-
dnl Copyright (c) 2021 The Neurai Core developers
2+
dnl Copyright (c) 2021 The Neurai developers
33
dnl Distributed under the MIT software license, see the accompanying
44
dnl file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 1)
44
define(_CLIENT_VERSION_MINOR, 0)
5-
define(_CLIENT_VERSION_REVISION, 2)
5+
define(_CLIENT_VERSION_REVISION, 3)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_RC, 0)
88
define(_CLIENT_VERSION_IS_RELEASE, true)

contrib/debian/copyright

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Source: https://github.com/NeuraiProject/Neurai
44

55
Files: *
66
Copyright: 2009-2017, Bitcoin Core Developers
7-
2017-2020, Neurai Core Developers
7+
2017-2022, Ravencoin Core Developers
8+
2023, Neurai Developers
89
License: Expat
910
Comment: The Bitcoin Core Developers encompasses the current developers listed on bitcoin.org,
1011
as well as the numerous contributors to the project.
@@ -80,7 +81,7 @@ Files: src/qt/res/icons/about.png
8081
src/qt/res/icons/neurai.*
8182
share/pixmaps/neurai*
8283
src/qt/res/src/neurai.svg
83-
Copyright: The Neurai Core Developers
84+
Copyright: The Neurai Developers
8485
License: public-domain
8586

8687

contrib/devtools/copyright_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def compile_copyright_regex(copyright_style, year_style, name):
8686
"Satoshi Nakamoto\n",
8787
"The Neurai Core developers\n",
8888
"The Neurai Core developers \n",
89-
"Neurai Core Developers\n",
89+
"Neurai Developers\n",
9090
"the Neurai Core developers\n",
9191
"The Neurai developers\n",
9292
"The LevelDB Authors\. All rights reserved\.\n",

contrib/devtools/github-merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2016-2017 Neurai Core Developers
2+
# Copyright (c) 2023 Neurai Developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/chainparams.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ class CMainParams : public CChainParams {
225225
{ 158000, uint256S("0x0000000000024416ff91d4102b2d3b7302929283ad42192e2f09a8539a4cf343")},
226226
{ 190000, uint256S("0x0000000000011d26a3cfdd8cbe23fc223722c82969b86d0a6282bf62558097bd")},
227227
{ 216000, uint256S("0x000000000001d989bfce030064cf3693621922cb2425ac6477ae8779600a4261")},
228-
{ 235000, uint256S("0x00000000000148a02dfe4d476bec0e15edb8aba16aa5bbc250d39f9feec94083")}
228+
{ 235000, uint256S("0x00000000000148a02dfe4d476bec0e15edb8aba16aa5bbc250d39f9feec94083")},
229+
{ 304000, uint256S("0x000000000001b89a5b02d73f9835199d64e1fac2f276bc7b8783eaa3d8ab2d30")}
229230
}
230231
};
231232

src/univalue/include/univalue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2014 BitPay Inc.
2-
// Copyright 2015 Neurai Core Developers
2+
// Copyright 2023 Neurai developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/univalue/lib/univalue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2014 BitPay Inc.
2-
// Copyright 2015 Neurai Core Developers
2+
// Copyright 2023 Neurai Developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/univalue/lib/univalue_get.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2014 BitPay Inc.
2-
// Copyright 2015 Neurai Core Developers
2+
// Copyright 2023 Neurai Developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

0 commit comments

Comments
 (0)