diff --git a/include/BlockchainExplorerData.h b/include/BlockchainExplorerData.h index dc362c4a3..a475e7b8b 100755 --- a/include/BlockchainExplorerData.h +++ b/include/BlockchainExplorerData.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/CryptoNote.h b/include/CryptoNote.h index f1e258fdd..de46ffafc 100755 --- a/include/CryptoNote.h +++ b/include/CryptoNote.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/CryptoTypes.h b/include/CryptoTypes.h index ca9ffa34f..fcc350a82 100755 --- a/include/CryptoTypes.h +++ b/include/CryptoTypes.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IBlockchainExplorer.h b/include/IBlockchainExplorer.h index 5a87de30c..6049dc567 100755 --- a/include/IBlockchainExplorer.h +++ b/include/IBlockchainExplorer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IDataBase.h b/include/IDataBase.h index b13472f53..8b6c77919 100755 --- a/include/IDataBase.h +++ b/include/IDataBase.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/INode.h b/include/INode.h index ccb05acbb..25b9a976e 100755 --- a/include/INode.h +++ b/include/INode.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IObservable.h b/include/IObservable.h index 7248a9820..e60e4ae2a 100755 --- a/include/IObservable.h +++ b/include/IObservable.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IReadBatch.h b/include/IReadBatch.h index 06dcf1c44..eb8b212be 100755 --- a/include/IReadBatch.h +++ b/include/IReadBatch.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IStreamSerializable.h b/include/IStreamSerializable.h index 1ba49dfd1..01b181428 100755 --- a/include/IStreamSerializable.h +++ b/include/IStreamSerializable.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/ITransaction.h b/include/ITransaction.h index f65e374ed..7a4aa2015 100755 --- a/include/ITransaction.h +++ b/include/ITransaction.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/ITransfersContainer.h b/include/ITransfersContainer.h index 469421aac..76d115907 100755 --- a/include/ITransfersContainer.h +++ b/include/ITransfersContainer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/ITransfersSynchronizer.h b/include/ITransfersSynchronizer.h index 661765b7d..a83b225dc 100755 --- a/include/ITransfersSynchronizer.h +++ b/include/ITransfersSynchronizer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IWallet.h b/include/IWallet.h index 0f12b1392..873669a4e 100755 --- a/include/IWallet.h +++ b/include/IWallet.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IWalletLegacy.h b/include/IWalletLegacy.h index 231f23b8c..a72078835 100755 --- a/include/IWalletLegacy.h +++ b/include/IWalletLegacy.h @@ -1,21 +1,21 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2016, The Monero Project -// Copyright (c) 2018, Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/IWriteBatch.h b/include/IWriteBatch.h index cdb30b714..916fe0348 100755 --- a/include/IWriteBatch.h +++ b/include/IWriteBatch.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/include/android.h b/include/android.h index 4b84887c4..d5b875ac8 100644 --- a/include/android.h +++ b/include/android.h @@ -1,3 +1,20 @@ +// Copyright (c) 2016-2019, The Karbo developers +// +// This file is part of Karbo. +// +// Karbo is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Karbo is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with Karbo. If not, see . + #pragma once #ifdef ANDROID diff --git a/src/BlockchainExplorer/BlockchainExplorer.cpp b/src/BlockchainExplorer/BlockchainExplorer.cpp index ce41fc971..98675dc45 100755 --- a/src/BlockchainExplorer/BlockchainExplorer.cpp +++ b/src/BlockchainExplorer/BlockchainExplorer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainExplorer.h" diff --git a/src/BlockchainExplorer/BlockchainExplorer.h b/src/BlockchainExplorer/BlockchainExplorer.h index 4cc3b786b..591bc2e7f 100755 --- a/src/BlockchainExplorer/BlockchainExplorer.h +++ b/src/BlockchainExplorer/BlockchainExplorer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/BlockchainExplorer/BlockchainExplorerErrors.cpp b/src/BlockchainExplorer/BlockchainExplorerErrors.cpp index d1284fdd9..4fb25e56c 100755 --- a/src/BlockchainExplorer/BlockchainExplorerErrors.cpp +++ b/src/BlockchainExplorer/BlockchainExplorerErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainExplorerErrors.h" diff --git a/src/BlockchainExplorer/BlockchainExplorerErrors.h b/src/BlockchainExplorer/BlockchainExplorerErrors.h index e5bd2cc26..3caaeb692 100755 --- a/src/BlockchainExplorer/BlockchainExplorerErrors.h +++ b/src/BlockchainExplorer/BlockchainExplorerErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CheckpointsData.h b/src/CheckpointsData.h index 88493f34a..8e5db906d 100644 --- a/src/CheckpointsData.h +++ b/src/CheckpointsData.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers -// Copyright (c) 2016-2018, The Karbowanec developers +// Copyright (c) 2016-2019, The Karbo developers // // This file is part of Karbo. // diff --git a/src/Common/ArrayRef.h b/src/Common/ArrayRef.h index 0fe2a04e6..77876f330 100755 --- a/src/Common/ArrayRef.h +++ b/src/Common/ArrayRef.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/ArrayView.h b/src/Common/ArrayView.h index 222076740..4c736b414 100755 --- a/src/Common/ArrayView.h +++ b/src/Common/ArrayView.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/Base58.cpp b/src/Common/Base58.cpp index 441ebef4d..ce0409cc9 100755 --- a/src/Common/Base58.cpp +++ b/src/Common/Base58.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Base58.h" diff --git a/src/Common/Base58.h b/src/Common/Base58.h index 2f39e219b..e4625b50c 100755 --- a/src/Common/Base58.h +++ b/src/Common/Base58.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/BlockingQueue.cpp b/src/Common/BlockingQueue.cpp index 5dac1243a..fa5b26282 100755 --- a/src/Common/BlockingQueue.cpp +++ b/src/Common/BlockingQueue.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockingQueue.h" diff --git a/src/Common/BlockingQueue.h b/src/Common/BlockingQueue.h index 01fba0cf5..8c2344315 100755 --- a/src/Common/BlockingQueue.h +++ b/src/Common/BlockingQueue.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/CommandLine.cpp b/src/Common/CommandLine.cpp index b04277250..e9196f86a 100755 --- a/src/Common/CommandLine.cpp +++ b/src/Common/CommandLine.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CommandLine.h" diff --git a/src/Common/CommandLine.h b/src/Common/CommandLine.h index 42d327565..efade1960 100755 --- a/src/Common/CommandLine.h +++ b/src/Common/CommandLine.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/ConsoleHandler.cpp b/src/Common/ConsoleHandler.cpp index b8b2e8f23..3c853aeb8 100755 --- a/src/Common/ConsoleHandler.cpp +++ b/src/Common/ConsoleHandler.cpp @@ -1,7 +1,8 @@ // Copyright (c) 2011-2016 The Cryptonote developers // Copyright (c) 2014-2016 XDN developers // Copyright (c) 2006-2013 Andrey N.Sabelnikov, www.sabelnikov.net -// Copyright (c) 2016-2017 The Karbowanec developers +// Copyright (c) 2016-2019, The Karbo developers +// // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/Common/ConsoleHandler.h b/src/Common/ConsoleHandler.h index df01831aa..df89d847b 100755 --- a/src/Common/ConsoleHandler.h +++ b/src/Common/ConsoleHandler.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // // This file is part of Karbo. // diff --git a/src/Common/ConsoleTools.cpp b/src/Common/ConsoleTools.cpp index 50351aa02..c318d3649 100755 --- a/src/Common/ConsoleTools.cpp +++ b/src/Common/ConsoleTools.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ConsoleTools.h" diff --git a/src/Common/ConsoleTools.h b/src/Common/ConsoleTools.h index 977e7ac10..91b7ffb0f 100755 --- a/src/Common/ConsoleTools.h +++ b/src/Common/ConsoleTools.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/FileMappedVector.cpp b/src/Common/FileMappedVector.cpp index ddec6775e..caa7ffd5c 100755 --- a/src/Common/FileMappedVector.cpp +++ b/src/Common/FileMappedVector.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "FileMappedVector.h" diff --git a/src/Common/FileMappedVector.h b/src/Common/FileMappedVector.h index 5712541c8..9ab4d4f28 100755 --- a/src/Common/FileMappedVector.h +++ b/src/Common/FileMappedVector.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/FormatTools.cpp b/src/Common/FormatTools.cpp index 0c5e12fe8..9fda4dc9f 100644 --- a/src/Common/FormatTools.cpp +++ b/src/Common/FormatTools.cpp @@ -1,6 +1,7 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2018, The Monero Project // Copyright (c) 2018, The TurtleCoin Developers +// Copyright (c) 2016-2019, The Karbo developers // // Please see the included LICENSE file for more information. diff --git a/src/Common/FormatTools.h b/src/Common/FormatTools.h index d61650615..62ff97caf 100644 --- a/src/Common/FormatTools.h +++ b/src/Common/FormatTools.h @@ -1,6 +1,7 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2018, The Monero Project // Copyright (c) 2018, The TurtleCoin Developers +// Copyright (c) 2016-2019, The Karbo developers // // Please see the included LICENSE file for more information. diff --git a/src/Common/IInputStream.cpp b/src/Common/IInputStream.cpp index bd60262cf..85e5778a5 100755 --- a/src/Common/IInputStream.cpp +++ b/src/Common/IInputStream.cpp @@ -1,18 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "IInputStream.h" diff --git a/src/Common/IInputStream.h b/src/Common/IInputStream.h index c546cc4e9..13c76e4df 100755 --- a/src/Common/IInputStream.h +++ b/src/Common/IInputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/IOutputStream.cpp b/src/Common/IOutputStream.cpp index e865e35af..f86e961e4 100755 --- a/src/Common/IOutputStream.cpp +++ b/src/Common/IOutputStream.cpp @@ -1,18 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "IOutputStream.h" diff --git a/src/Common/IOutputStream.h b/src/Common/IOutputStream.h index 5b49cbef0..63a0bc084 100755 --- a/src/Common/IOutputStream.h +++ b/src/Common/IOutputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/JsonValue.cpp b/src/Common/JsonValue.cpp index 4bf5d40cf..ae0a0a9de 100755 --- a/src/Common/JsonValue.cpp +++ b/src/Common/JsonValue.cpp @@ -2,6 +2,8 @@ // Copyright (c) 2014-2017 XDN developers // Copyright (c) 2016-2017 BXC developers // Copyright (c) 2017 UltraNote developers +// Copyright (c) 2016-2019, The Karbo developers +// // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/Common/JsonValue.h b/src/Common/JsonValue.h index e46f4db58..6bed3fefd 100755 --- a/src/Common/JsonValue.h +++ b/src/Common/JsonValue.h @@ -2,6 +2,8 @@ // Copyright (c) 2014-2017 XDN developers // Copyright (c) 2016-2017 BXC developers // Copyright (c) 2017 UltraNote developers +// Copyright (c) 2016-2019, The Karbo developers +// // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/Common/Math.cpp b/src/Common/Math.cpp index 14af68e76..2372fc3ab 100755 --- a/src/Common/Math.cpp +++ b/src/Common/Math.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Math.h" diff --git a/src/Common/Math.h b/src/Common/Math.h index d4b529c6a..2f55abe75 100755 --- a/src/Common/Math.h +++ b/src/Common/Math.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/MemoryInputStream.cpp b/src/Common/MemoryInputStream.cpp index 8cc726f11..f95d329ad 100755 --- a/src/Common/MemoryInputStream.cpp +++ b/src/Common/MemoryInputStream.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MemoryInputStream.h" #include diff --git a/src/Common/MemoryInputStream.h b/src/Common/MemoryInputStream.h index d8a19ad06..4b50c5f2b 100755 --- a/src/Common/MemoryInputStream.h +++ b/src/Common/MemoryInputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/ObserverManager.h b/src/Common/ObserverManager.h index ce2ee1421..36bfefe6f 100755 --- a/src/Common/ObserverManager.h +++ b/src/Common/ObserverManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/PasswordContainer.cpp b/src/Common/PasswordContainer.cpp index 3393bdaa9..d7486d486 100644 --- a/src/Common/PasswordContainer.cpp +++ b/src/Common/PasswordContainer.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2018, The Monero Project // Copyright (c) 2018, The TurtleCoin Developers -// Copyright (c) 2018-2019, The Karbo Developers +// Copyright (c) 2016-2019, The Karbo developers // // This file is part of Karbo. // diff --git a/src/Common/PasswordContainer.h b/src/Common/PasswordContainer.h index 1de32a216..9657a1153 100644 --- a/src/Common/PasswordContainer.h +++ b/src/Common/PasswordContainer.h @@ -1,7 +1,7 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2018, The Monero Project // Copyright (c) 2018, The TurtleCoin Developers -// Copyright (c) 2018-2019, The Karbo Developers +// Copyright (c) 2016-2019, The Karbo developers // // This file is part of Karbo. // diff --git a/src/Common/PathTools.cpp b/src/Common/PathTools.cpp index 01fce0912..542cbec9a 100755 --- a/src/Common/PathTools.cpp +++ b/src/Common/PathTools.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "PathTools.h" #include diff --git a/src/Common/PathTools.h b/src/Common/PathTools.h index c6767cea0..66b72afaf 100755 --- a/src/Common/PathTools.h +++ b/src/Common/PathTools.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/ScopeExit.cpp b/src/Common/ScopeExit.cpp index 1f7adbd21..e0d81e4ff 100755 --- a/src/Common/ScopeExit.cpp +++ b/src/Common/ScopeExit.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ScopeExit.h" diff --git a/src/Common/ScopeExit.h b/src/Common/ScopeExit.h index 0c0d180df..b489acf5a 100755 --- a/src/Common/ScopeExit.h +++ b/src/Common/ScopeExit.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/ShuffleGenerator.h b/src/Common/ShuffleGenerator.h index d362a8740..e6416ed1a 100755 --- a/src/Common/ShuffleGenerator.h +++ b/src/Common/ShuffleGenerator.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/SignalHandler.cpp b/src/Common/SignalHandler.cpp index e00e5d963..2a8158311 100755 --- a/src/Common/SignalHandler.cpp +++ b/src/Common/SignalHandler.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "SignalHandler.h" diff --git a/src/Common/SignalHandler.h b/src/Common/SignalHandler.h index 6cb9ecb77..f71870268 100755 --- a/src/Common/SignalHandler.h +++ b/src/Common/SignalHandler.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StdInputStream.cpp b/src/Common/StdInputStream.cpp index 26b35b5a1..6b301ff16 100755 --- a/src/Common/StdInputStream.cpp +++ b/src/Common/StdInputStream.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StdInputStream.h" diff --git a/src/Common/StdInputStream.h b/src/Common/StdInputStream.h index ab7bd22ca..badda8127 100755 --- a/src/Common/StdInputStream.h +++ b/src/Common/StdInputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StdOutputStream.cpp b/src/Common/StdOutputStream.cpp index 53447ae31..985f55d75 100755 --- a/src/Common/StdOutputStream.cpp +++ b/src/Common/StdOutputStream.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StdOutputStream.h" diff --git a/src/Common/StdOutputStream.h b/src/Common/StdOutputStream.h index 51801be0e..ee591a238 100755 --- a/src/Common/StdOutputStream.h +++ b/src/Common/StdOutputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StreamTools.cpp b/src/Common/StreamTools.cpp index adf368122..20bfd648c 100755 --- a/src/Common/StreamTools.cpp +++ b/src/Common/StreamTools.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StreamTools.h" #include diff --git a/src/Common/StreamTools.h b/src/Common/StreamTools.h index 074bf4716..7109371d2 100755 --- a/src/Common/StreamTools.h +++ b/src/Common/StreamTools.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StringBuffer.h b/src/Common/StringBuffer.h index b907f9d45..eb55ca052 100755 --- a/src/Common/StringBuffer.h +++ b/src/Common/StringBuffer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StringInputStream.cpp b/src/Common/StringInputStream.cpp index 0b7fac4e1..255326b32 100755 --- a/src/Common/StringInputStream.cpp +++ b/src/Common/StringInputStream.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StringInputStream.h" #include diff --git a/src/Common/StringInputStream.h b/src/Common/StringInputStream.h index b07a94a61..890fa0cc9 100755 --- a/src/Common/StringInputStream.h +++ b/src/Common/StringInputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StringOutputStream.cpp b/src/Common/StringOutputStream.cpp index 9382c92ee..1f1ab2116 100755 --- a/src/Common/StringOutputStream.cpp +++ b/src/Common/StringOutputStream.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StringOutputStream.h" diff --git a/src/Common/StringOutputStream.h b/src/Common/StringOutputStream.h index dede1fc97..38d2e89a5 100755 --- a/src/Common/StringOutputStream.h +++ b/src/Common/StringOutputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StringTools.cpp b/src/Common/StringTools.cpp index 5d5d0ab75..ece01487f 100755 --- a/src/Common/StringTools.cpp +++ b/src/Common/StringTools.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StringTools.h" #include diff --git a/src/Common/StringTools.h b/src/Common/StringTools.h index be2734a7a..d6504d832 100755 --- a/src/Common/StringTools.h +++ b/src/Common/StringTools.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/StringView.cpp b/src/Common/StringView.cpp index a94974263..65aacffd2 100755 --- a/src/Common/StringView.cpp +++ b/src/Common/StringView.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StringView.h" #include diff --git a/src/Common/StringView.h b/src/Common/StringView.h index fc8bdf136..9df39b0e3 100755 --- a/src/Common/StringView.h +++ b/src/Common/StringView.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/UrlTools.cpp b/src/Common/UrlTools.cpp index d7f359140..0e8f0d666 100644 --- a/src/Common/UrlTools.cpp +++ b/src/Common/UrlTools.cpp @@ -1,4 +1,3 @@ - // Copyright (c) 2017-2019, Karbo developers // // This file is part of Karbo. diff --git a/src/Common/UrlTools.h b/src/Common/UrlTools.h index b0d7e3b4c..55c205aa0 100644 --- a/src/Common/UrlTools.h +++ b/src/Common/UrlTools.h @@ -1,4 +1,3 @@ - // Copyright (c) 2017-2019, Karbo developers // // This file is part of Karbo. diff --git a/src/Common/Util.cpp b/src/Common/Util.cpp index dcb2fb721..9b76ed70b 100755 --- a/src/Common/Util.cpp +++ b/src/Common/Util.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Util.h" #include diff --git a/src/Common/Util.h b/src/Common/Util.h index b33c8eec1..17e2b30c5 100755 --- a/src/Common/Util.h +++ b/src/Common/Util.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/Varint.h b/src/Common/Varint.h index c6a9a7ed5..e0fea5541 100755 --- a/src/Common/Varint.h +++ b/src/Common/Varint.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/VectorOutputStream.cpp b/src/Common/VectorOutputStream.cpp index 5170123c9..ad609becc 100755 --- a/src/Common/VectorOutputStream.cpp +++ b/src/Common/VectorOutputStream.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "VectorOutputStream.h" diff --git a/src/Common/VectorOutputStream.h b/src/Common/VectorOutputStream.h index 5d86a10e3..ffca79afe 100755 --- a/src/Common/VectorOutputStream.h +++ b/src/Common/VectorOutputStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/int-util.h b/src/Common/int-util.h index f08e515ec..bc4e26e8f 100755 --- a/src/Common/int-util.h +++ b/src/Common/int-util.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/pod-class.h b/src/Common/pod-class.h index 1588c5e43..f306e5e02 100755 --- a/src/Common/pod-class.h +++ b/src/Common/pod-class.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Common/static_assert.h b/src/Common/static_assert.h index aedd411ae..6372941b4 100755 --- a/src/Common/static_assert.h +++ b/src/Common/static_assert.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/ConnectivityTool/ConnectivityTool.cpp b/src/ConnectivityTool/ConnectivityTool.cpp index 547536c4a..b9cd20f71 100755 --- a/src/ConnectivityTool/ConnectivityTool.cpp +++ b/src/ConnectivityTool/ConnectivityTool.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index b610bebc3..40c4b9885 100755 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/Account.cpp b/src/CryptoNoteCore/Account.cpp index bdace7c9a..754b8bc06 100755 --- a/src/CryptoNoteCore/Account.cpp +++ b/src/CryptoNoteCore/Account.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // // This file is part of Karbo. // diff --git a/src/CryptoNoteCore/Account.h b/src/CryptoNoteCore/Account.h index 2b0a14e09..c5e656005 100755 --- a/src/CryptoNoteCore/Account.h +++ b/src/CryptoNoteCore/Account.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // // This file is part of Karbo. // diff --git a/src/CryptoNoteCore/AddBlockErrorCondition.cpp b/src/CryptoNoteCore/AddBlockErrorCondition.cpp index 9e324abb7..6027479ee 100755 --- a/src/CryptoNoteCore/AddBlockErrorCondition.cpp +++ b/src/CryptoNoteCore/AddBlockErrorCondition.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "AddBlockErrorCondition.h" diff --git a/src/CryptoNoteCore/AddBlockErrorCondition.h b/src/CryptoNoteCore/AddBlockErrorCondition.h index a4ff490a2..2f0520975 100755 --- a/src/CryptoNoteCore/AddBlockErrorCondition.h +++ b/src/CryptoNoteCore/AddBlockErrorCondition.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/AddBlockErrors.cpp b/src/CryptoNoteCore/AddBlockErrors.cpp index f2c3239a4..dd86acaff 100755 --- a/src/CryptoNoteCore/AddBlockErrors.cpp +++ b/src/CryptoNoteCore/AddBlockErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "AddBlockErrors.h" diff --git a/src/CryptoNoteCore/AddBlockErrors.h b/src/CryptoNoteCore/AddBlockErrors.h index cc76da970..da2706467 100755 --- a/src/CryptoNoteCore/AddBlockErrors.h +++ b/src/CryptoNoteCore/AddBlockErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/BlockValidationErrors.cpp b/src/CryptoNoteCore/BlockValidationErrors.cpp index 41e833b21..5bcf2965b 100755 --- a/src/CryptoNoteCore/BlockValidationErrors.cpp +++ b/src/CryptoNoteCore/BlockValidationErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockValidationErrors.h" diff --git a/src/CryptoNoteCore/BlockValidationErrors.h b/src/CryptoNoteCore/BlockValidationErrors.h index 5c1a0fa4f..0ad8067ed 100755 --- a/src/CryptoNoteCore/BlockValidationErrors.h +++ b/src/CryptoNoteCore/BlockValidationErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/BlockchainCache.cpp b/src/CryptoNoteCore/BlockchainCache.cpp index 926f54b0b..6017e0684 100755 --- a/src/CryptoNoteCore/BlockchainCache.cpp +++ b/src/CryptoNoteCore/BlockchainCache.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2018-2019, The TurtleCoin Developers // Copyright (c) 2018-2019, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainCache.h" diff --git a/src/CryptoNoteCore/BlockchainCache.h b/src/CryptoNoteCore/BlockchainCache.h index 135b704fd..031a43ff5 100755 --- a/src/CryptoNoteCore/BlockchainCache.h +++ b/src/CryptoNoteCore/BlockchainCache.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/BlockchainMessages.cpp b/src/CryptoNoteCore/BlockchainMessages.cpp index 1bccb01a5..8034a6cab 100755 --- a/src/CryptoNoteCore/BlockchainMessages.cpp +++ b/src/CryptoNoteCore/BlockchainMessages.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteCore/BlockchainMessages.h" diff --git a/src/CryptoNoteCore/BlockchainMessages.h b/src/CryptoNoteCore/BlockchainMessages.h index 27bee7628..7c07dedb7 100755 --- a/src/CryptoNoteCore/BlockchainMessages.h +++ b/src/CryptoNoteCore/BlockchainMessages.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/BlockchainReadBatch.cpp b/src/CryptoNoteCore/BlockchainReadBatch.cpp index 41cf67ff2..d51df6012 100755 --- a/src/CryptoNoteCore/BlockchainReadBatch.cpp +++ b/src/CryptoNoteCore/BlockchainReadBatch.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainReadBatch.h" diff --git a/src/CryptoNoteCore/BlockchainReadBatch.h b/src/CryptoNoteCore/BlockchainReadBatch.h index eb36ca3cf..4cd8501cd 100755 --- a/src/CryptoNoteCore/BlockchainReadBatch.h +++ b/src/CryptoNoteCore/BlockchainReadBatch.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/BlockchainStorage.cpp b/src/CryptoNoteCore/BlockchainStorage.cpp index 83bb53772..ada1cefef 100755 --- a/src/CryptoNoteCore/BlockchainStorage.cpp +++ b/src/CryptoNoteCore/BlockchainStorage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainStorage.h" diff --git a/src/CryptoNoteCore/BlockchainStorage.h b/src/CryptoNoteCore/BlockchainStorage.h index 87d2c7b36..30e9a2148 100755 --- a/src/CryptoNoteCore/BlockchainStorage.h +++ b/src/CryptoNoteCore/BlockchainStorage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/BlockchainUtils.cpp b/src/CryptoNoteCore/BlockchainUtils.cpp index 1701cd4f1..4e18d38ce 100755 --- a/src/CryptoNoteCore/BlockchainUtils.cpp +++ b/src/CryptoNoteCore/BlockchainUtils.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainUtils.h" diff --git a/src/CryptoNoteCore/BlockchainUtils.h b/src/CryptoNoteCore/BlockchainUtils.h index 3d913dc0d..5211887c7 100755 --- a/src/CryptoNoteCore/BlockchainUtils.h +++ b/src/CryptoNoteCore/BlockchainUtils.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/BlockchainWriteBatch.cpp b/src/CryptoNoteCore/BlockchainWriteBatch.cpp index 406139b95..7668539f1 100755 --- a/src/CryptoNoteCore/BlockchainWriteBatch.cpp +++ b/src/CryptoNoteCore/BlockchainWriteBatch.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainWriteBatch.h" diff --git a/src/CryptoNoteCore/BlockchainWriteBatch.h b/src/CryptoNoteCore/BlockchainWriteBatch.h index e7b9ab509..a33697ee3 100755 --- a/src/CryptoNoteCore/BlockchainWriteBatch.h +++ b/src/CryptoNoteCore/BlockchainWriteBatch.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CachedBlock.cpp b/src/CryptoNoteCore/CachedBlock.cpp index 1d175d4a1..50911dbf1 100755 --- a/src/CryptoNoteCore/CachedBlock.cpp +++ b/src/CryptoNoteCore/CachedBlock.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CachedBlock.h" #include diff --git a/src/CryptoNoteCore/CachedBlock.h b/src/CryptoNoteCore/CachedBlock.h index e56d9ab29..bf5a00f84 100755 --- a/src/CryptoNoteCore/CachedBlock.h +++ b/src/CryptoNoteCore/CachedBlock.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CachedTransaction.cpp b/src/CryptoNoteCore/CachedTransaction.cpp index e17a1f775..8cdf27f45 100755 --- a/src/CryptoNoteCore/CachedTransaction.cpp +++ b/src/CryptoNoteCore/CachedTransaction.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CachedTransaction.h" #include diff --git a/src/CryptoNoteCore/CachedTransaction.h b/src/CryptoNoteCore/CachedTransaction.h index 3eb711647..7ac2c2d37 100755 --- a/src/CryptoNoteCore/CachedTransaction.h +++ b/src/CryptoNoteCore/CachedTransaction.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/Checkpoints.cpp b/src/CryptoNoteCore/Checkpoints.cpp index da304c09b..eb524f5c4 100755 --- a/src/CryptoNoteCore/Checkpoints.cpp +++ b/src/CryptoNoteCore/Checkpoints.cpp @@ -1,21 +1,21 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2018, The TurtleCoin developers -// Copyright (c) 2018, The Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/CryptoNoteCore/Checkpoints.h b/src/CryptoNoteCore/Checkpoints.h index debea83fb..1adde0533 100755 --- a/src/CryptoNoteCore/Checkpoints.h +++ b/src/CryptoNoteCore/Checkpoints.h @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin developers // Copyright (c) 2018, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/Core.cpp b/src/CryptoNoteCore/Core.cpp index cec6525a7..f12782cf0 100755 --- a/src/CryptoNoteCore/Core.cpp +++ b/src/CryptoNoteCore/Core.cpp @@ -4,20 +4,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2017-2019, The The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/CryptoNoteCore/Core.h b/src/CryptoNoteCore/Core.h index 5262b7c50..8004f08b7 100755 --- a/src/CryptoNoteCore/Core.h +++ b/src/CryptoNoteCore/Core.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/CoreErrors.cpp b/src/CryptoNoteCore/CoreErrors.cpp index 61cf69e1d..e0c92134b 100755 --- a/src/CryptoNoteCore/CoreErrors.cpp +++ b/src/CryptoNoteCore/CoreErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CoreErrors.h" diff --git a/src/CryptoNoteCore/CoreErrors.h b/src/CryptoNoteCore/CoreErrors.h index 98e351460..54da34161 100755 --- a/src/CryptoNoteCore/CoreErrors.h +++ b/src/CryptoNoteCore/CoreErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CoreStatistics.h b/src/CryptoNoteCore/CoreStatistics.h index aebed6b91..2918b6fda 100755 --- a/src/CryptoNoteCore/CoreStatistics.h +++ b/src/CryptoNoteCore/CoreStatistics.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CryptoNoteBasic.cpp b/src/CryptoNoteCore/CryptoNoteBasic.cpp index 376bd0fa4..ad96c8ef7 100755 --- a/src/CryptoNoteCore/CryptoNoteBasic.cpp +++ b/src/CryptoNoteCore/CryptoNoteBasic.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteBasic.h" #include "crypto/crypto.h" diff --git a/src/CryptoNoteCore/CryptoNoteBasic.h b/src/CryptoNoteCore/CryptoNoteBasic.h index c2432216c..1b65a4ddc 100755 --- a/src/CryptoNoteCore/CryptoNoteBasic.h +++ b/src/CryptoNoteCore/CryptoNoteBasic.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CryptoNoteBasicImpl.cpp b/src/CryptoNoteCore/CryptoNoteBasicImpl.cpp index b3f57c48f..ab00362d6 100755 --- a/src/CryptoNoteCore/CryptoNoteBasicImpl.cpp +++ b/src/CryptoNoteCore/CryptoNoteBasicImpl.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . // Parts of this file are copyright (c) 2016-2018, The Monero Project #include "CryptoNoteBasicImpl.h" diff --git a/src/CryptoNoteCore/CryptoNoteBasicImpl.h b/src/CryptoNoteCore/CryptoNoteBasicImpl.h index 1eb3557fb..226c7d149 100755 --- a/src/CryptoNoteCore/CryptoNoteBasicImpl.h +++ b/src/CryptoNoteCore/CryptoNoteBasicImpl.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CryptoNoteFormatUtils.cpp b/src/CryptoNoteCore/CryptoNoteFormatUtils.cpp index 8f1622605..3eff55268 100755 --- a/src/CryptoNoteCore/CryptoNoteFormatUtils.cpp +++ b/src/CryptoNoteCore/CryptoNoteFormatUtils.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteFormatUtils.h" diff --git a/src/CryptoNoteCore/CryptoNoteFormatUtils.h b/src/CryptoNoteCore/CryptoNoteFormatUtils.h index e897c1c92..6544e5f83 100755 --- a/src/CryptoNoteCore/CryptoNoteFormatUtils.h +++ b/src/CryptoNoteCore/CryptoNoteFormatUtils.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CryptoNoteSerialization.cpp b/src/CryptoNoteCore/CryptoNoteSerialization.cpp index b93a704ed..166e754bd 100755 --- a/src/CryptoNoteCore/CryptoNoteSerialization.cpp +++ b/src/CryptoNoteCore/CryptoNoteSerialization.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteSerialization.h" diff --git a/src/CryptoNoteCore/CryptoNoteSerialization.h b/src/CryptoNoteCore/CryptoNoteSerialization.h index 7c0ce0b39..0ed92a6f8 100755 --- a/src/CryptoNoteCore/CryptoNoteSerialization.h +++ b/src/CryptoNoteCore/CryptoNoteSerialization.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/CryptoNoteTools.cpp b/src/CryptoNoteCore/CryptoNoteTools.cpp index 9f89cc967..35c5678aa 100755 --- a/src/CryptoNoteCore/CryptoNoteTools.cpp +++ b/src/CryptoNoteCore/CryptoNoteTools.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteTools.h" #include "CryptoNoteFormatUtils.h" diff --git a/src/CryptoNoteCore/CryptoNoteTools.h b/src/CryptoNoteCore/CryptoNoteTools.h index 3b8faf1de..70b45feb7 100755 --- a/src/CryptoNoteCore/CryptoNoteTools.h +++ b/src/CryptoNoteCore/CryptoNoteTools.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/Currency.cpp b/src/CryptoNoteCore/Currency.cpp index 4b13d0f41..54e2f0136 100755 --- a/src/CryptoNoteCore/Currency.cpp +++ b/src/CryptoNoteCore/Currency.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Currency.h" #include diff --git a/src/CryptoNoteCore/Currency.h b/src/CryptoNoteCore/Currency.h index 8e71d2f8a..681b958ff 100755 --- a/src/CryptoNoteCore/Currency.h +++ b/src/CryptoNoteCore/Currency.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/DBUtils.cpp b/src/CryptoNoteCore/DBUtils.cpp index 1c363c0bd..681957e8f 100755 --- a/src/CryptoNoteCore/DBUtils.cpp +++ b/src/CryptoNoteCore/DBUtils.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "DBUtils.h" diff --git a/src/CryptoNoteCore/DBUtils.h b/src/CryptoNoteCore/DBUtils.h index 75797d4f4..c20a810ea 100755 --- a/src/CryptoNoteCore/DBUtils.h +++ b/src/CryptoNoteCore/DBUtils.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/DataBaseConfig.cpp b/src/CryptoNoteCore/DataBaseConfig.cpp index a93ffc889..adaa53ae4 100755 --- a/src/CryptoNoteCore/DataBaseConfig.cpp +++ b/src/CryptoNoteCore/DataBaseConfig.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "DataBaseConfig.h" diff --git a/src/CryptoNoteCore/DataBaseConfig.h b/src/CryptoNoteCore/DataBaseConfig.h index a862bf0dd..c07f4dad1 100755 --- a/src/CryptoNoteCore/DataBaseConfig.h +++ b/src/CryptoNoteCore/DataBaseConfig.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/DataBaseErrors.cpp b/src/CryptoNoteCore/DataBaseErrors.cpp index 5b9c2035b..28db16be0 100755 --- a/src/CryptoNoteCore/DataBaseErrors.cpp +++ b/src/CryptoNoteCore/DataBaseErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "DataBaseErrors.h" diff --git a/src/CryptoNoteCore/DataBaseErrors.h b/src/CryptoNoteCore/DataBaseErrors.h index 6ffcb10d9..01a929918 100755 --- a/src/CryptoNoteCore/DataBaseErrors.h +++ b/src/CryptoNoteCore/DataBaseErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/DatabaseBlockchainCache.cpp b/src/CryptoNoteCore/DatabaseBlockchainCache.cpp index 241e72f42..ab523df4a 100755 --- a/src/CryptoNoteCore/DatabaseBlockchainCache.cpp +++ b/src/CryptoNoteCore/DatabaseBlockchainCache.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/src/CryptoNoteCore/DatabaseBlockchainCache.h b/src/CryptoNoteCore/DatabaseBlockchainCache.h index b6d0dabc3..b00e1a106 100755 --- a/src/CryptoNoteCore/DatabaseBlockchainCache.h +++ b/src/CryptoNoteCore/DatabaseBlockchainCache.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.cpp b/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.cpp index b3e2d4e5a..f16196898 100755 --- a/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.cpp +++ b/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "DatabaseBlockchainCacheFactory.h" diff --git a/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.h b/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.h index 88392867e..34965dbe9 100755 --- a/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.h +++ b/src/CryptoNoteCore/DatabaseBlockchainCacheFactory.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/DatabaseCacheData.cpp b/src/CryptoNoteCore/DatabaseCacheData.cpp index e5f0e960c..fdf2cf2ef 100755 --- a/src/CryptoNoteCore/DatabaseCacheData.cpp +++ b/src/CryptoNoteCore/DatabaseCacheData.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/CryptoNoteCore/DatabaseCacheData.h b/src/CryptoNoteCore/DatabaseCacheData.h index 0b950648d..2082c5265 100755 --- a/src/CryptoNoteCore/DatabaseCacheData.h +++ b/src/CryptoNoteCore/DatabaseCacheData.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/Difficulty.cpp b/src/CryptoNoteCore/Difficulty.cpp index 34b162d08..5bc884c0a 100755 --- a/src/CryptoNoteCore/Difficulty.cpp +++ b/src/CryptoNoteCore/Difficulty.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/CryptoNoteCore/Difficulty.h b/src/CryptoNoteCore/Difficulty.h index 4980ca135..9fb543887 100755 --- a/src/CryptoNoteCore/Difficulty.h +++ b/src/CryptoNoteCore/Difficulty.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IBlockchainCache.h b/src/CryptoNoteCore/IBlockchainCache.h index 005633c11..18b047454 100755 --- a/src/CryptoNoteCore/IBlockchainCache.h +++ b/src/CryptoNoteCore/IBlockchainCache.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IBlockchainCacheFactory.h b/src/CryptoNoteCore/IBlockchainCacheFactory.h index 6d07eb661..82866bd97 100755 --- a/src/CryptoNoteCore/IBlockchainCacheFactory.h +++ b/src/CryptoNoteCore/IBlockchainCacheFactory.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IBlockchainStorageObserver.h b/src/CryptoNoteCore/IBlockchainStorageObserver.h index 776d905cf..af5c30304 100755 --- a/src/CryptoNoteCore/IBlockchainStorageObserver.h +++ b/src/CryptoNoteCore/IBlockchainStorageObserver.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/ICore.h b/src/CryptoNoteCore/ICore.h index 3d8c2fe7a..292269d69 100755 --- a/src/CryptoNoteCore/ICore.h +++ b/src/CryptoNoteCore/ICore.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/ICoreDefinitions.h b/src/CryptoNoteCore/ICoreDefinitions.h index b7c76af64..f9fd2433e 100755 --- a/src/CryptoNoteCore/ICoreDefinitions.h +++ b/src/CryptoNoteCore/ICoreDefinitions.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/ICoreInformation.h b/src/CryptoNoteCore/ICoreInformation.h index b05f8d692..b67176e6c 100755 --- a/src/CryptoNoteCore/ICoreInformation.h +++ b/src/CryptoNoteCore/ICoreInformation.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/ICoreObserver.h b/src/CryptoNoteCore/ICoreObserver.h index 11b3d8c6b..24a70e28b 100755 --- a/src/CryptoNoteCore/ICoreObserver.h +++ b/src/CryptoNoteCore/ICoreObserver.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IKeyValueStorage.h b/src/CryptoNoteCore/IKeyValueStorage.h index eb2a6813a..a3ddae5a6 100755 --- a/src/CryptoNoteCore/IKeyValueStorage.h +++ b/src/CryptoNoteCore/IKeyValueStorage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IMainChainStorage.h b/src/CryptoNoteCore/IMainChainStorage.h index 7236e478d..1ba67205b 100755 --- a/src/CryptoNoteCore/IMainChainStorage.h +++ b/src/CryptoNoteCore/IMainChainStorage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IMinerHandler.h b/src/CryptoNoteCore/IMinerHandler.h index ec710490f..6e37778f1 100755 --- a/src/CryptoNoteCore/IMinerHandler.h +++ b/src/CryptoNoteCore/IMinerHandler.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/ITimeProvider.cpp b/src/CryptoNoteCore/ITimeProvider.cpp index 59f81ba98..b669a2a35 100755 --- a/src/CryptoNoteCore/ITimeProvider.cpp +++ b/src/CryptoNoteCore/ITimeProvider.cpp @@ -1,18 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ITimeProvider.h" diff --git a/src/CryptoNoteCore/ITimeProvider.h b/src/CryptoNoteCore/ITimeProvider.h index 98ce8974b..7bfe6d726 100755 --- a/src/CryptoNoteCore/ITimeProvider.h +++ b/src/CryptoNoteCore/ITimeProvider.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/ITransactionPool.h b/src/CryptoNoteCore/ITransactionPool.h index e7a430e7a..06a5c3aa1 100755 --- a/src/CryptoNoteCore/ITransactionPool.h +++ b/src/CryptoNoteCore/ITransactionPool.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "CachedTransaction.h" diff --git a/src/CryptoNoteCore/ITransactionPoolCleaner.h b/src/CryptoNoteCore/ITransactionPoolCleaner.h index 53000e9d2..82f2a7aff 100755 --- a/src/CryptoNoteCore/ITransactionPoolCleaner.h +++ b/src/CryptoNoteCore/ITransactionPoolCleaner.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/ITransactionValidator.h b/src/CryptoNoteCore/ITransactionValidator.h index 9c298035e..6e173f318 100755 --- a/src/CryptoNoteCore/ITransactionValidator.h +++ b/src/CryptoNoteCore/ITransactionValidator.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/ITxPoolObserver.h b/src/CryptoNoteCore/ITxPoolObserver.h index 393035856..321002f59 100755 --- a/src/CryptoNoteCore/ITxPoolObserver.h +++ b/src/CryptoNoteCore/ITxPoolObserver.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IUpgradeDetector.h b/src/CryptoNoteCore/IUpgradeDetector.h index 782443259..7bb37849c 100755 --- a/src/CryptoNoteCore/IUpgradeDetector.h +++ b/src/CryptoNoteCore/IUpgradeDetector.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/IUpgradeManager.h b/src/CryptoNoteCore/IUpgradeManager.h index 9c420daf9..830f06cb6 100755 --- a/src/CryptoNoteCore/IUpgradeManager.h +++ b/src/CryptoNoteCore/IUpgradeManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/IntrusiveLinkedList.h b/src/CryptoNoteCore/IntrusiveLinkedList.h index 4ab2b17f8..365ce93b1 100755 --- a/src/CryptoNoteCore/IntrusiveLinkedList.h +++ b/src/CryptoNoteCore/IntrusiveLinkedList.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/MainChainStorage.cpp b/src/CryptoNoteCore/MainChainStorage.cpp index a40b0325e..c5923be00 100755 --- a/src/CryptoNoteCore/MainChainStorage.cpp +++ b/src/CryptoNoteCore/MainChainStorage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MainChainStorage.h" diff --git a/src/CryptoNoteCore/MainChainStorage.h b/src/CryptoNoteCore/MainChainStorage.h index 4aea4902c..9f5abfb36 100755 --- a/src/CryptoNoteCore/MainChainStorage.h +++ b/src/CryptoNoteCore/MainChainStorage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/MemoryBlockchainCacheFactory.cpp b/src/CryptoNoteCore/MemoryBlockchainCacheFactory.cpp index b923275cc..8935ed97e 100755 --- a/src/CryptoNoteCore/MemoryBlockchainCacheFactory.cpp +++ b/src/CryptoNoteCore/MemoryBlockchainCacheFactory.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MemoryBlockchainCacheFactory.h" diff --git a/src/CryptoNoteCore/MemoryBlockchainCacheFactory.h b/src/CryptoNoteCore/MemoryBlockchainCacheFactory.h index 3e526e5d2..82417b771 100755 --- a/src/CryptoNoteCore/MemoryBlockchainCacheFactory.h +++ b/src/CryptoNoteCore/MemoryBlockchainCacheFactory.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/MemoryBlockchainStorage.cpp b/src/CryptoNoteCore/MemoryBlockchainStorage.cpp index 32313db6b..d0f944f71 100755 --- a/src/CryptoNoteCore/MemoryBlockchainStorage.cpp +++ b/src/CryptoNoteCore/MemoryBlockchainStorage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MemoryBlockchainStorage.h" #include diff --git a/src/CryptoNoteCore/MemoryBlockchainStorage.h b/src/CryptoNoteCore/MemoryBlockchainStorage.h index fb4410b6e..b31cbe7e0 100755 --- a/src/CryptoNoteCore/MemoryBlockchainStorage.h +++ b/src/CryptoNoteCore/MemoryBlockchainStorage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/MessageQueue.h b/src/CryptoNoteCore/MessageQueue.h index b33da6598..838f51b25 100755 --- a/src/CryptoNoteCore/MessageQueue.h +++ b/src/CryptoNoteCore/MessageQueue.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/Miner.cpp b/src/CryptoNoteCore/Miner.cpp index 48df29663..d2fc1c528 100755 --- a/src/CryptoNoteCore/Miner.cpp +++ b/src/CryptoNoteCore/Miner.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Miner.h" diff --git a/src/CryptoNoteCore/Miner.h b/src/CryptoNoteCore/Miner.h index e5b8563f1..fe34d9d1e 100755 --- a/src/CryptoNoteCore/Miner.h +++ b/src/CryptoNoteCore/Miner.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/MinerConfig.cpp b/src/CryptoNoteCore/MinerConfig.cpp index 46510046f..1f8f59730 100755 --- a/src/CryptoNoteCore/MinerConfig.cpp +++ b/src/CryptoNoteCore/MinerConfig.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MinerConfig.h" diff --git a/src/CryptoNoteCore/MinerConfig.h b/src/CryptoNoteCore/MinerConfig.h index 0f3e6283f..bf47b7f80 100755 --- a/src/CryptoNoteCore/MinerConfig.h +++ b/src/CryptoNoteCore/MinerConfig.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/OnceInInterval.h b/src/CryptoNoteCore/OnceInInterval.h index 90950aaaa..a4d11c2f5 100755 --- a/src/CryptoNoteCore/OnceInInterval.h +++ b/src/CryptoNoteCore/OnceInInterval.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/RocksDBWrapper.cpp b/src/CryptoNoteCore/RocksDBWrapper.cpp index 8f8dbe620..282a6b6e8 100755 --- a/src/CryptoNoteCore/RocksDBWrapper.cpp +++ b/src/CryptoNoteCore/RocksDBWrapper.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RocksDBWrapper.h" diff --git a/src/CryptoNoteCore/RocksDBWrapper.h b/src/CryptoNoteCore/RocksDBWrapper.h index fd293da28..0467c9cb9 100755 --- a/src/CryptoNoteCore/RocksDBWrapper.h +++ b/src/CryptoNoteCore/RocksDBWrapper.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/SwappedBlockchainStorage.cpp b/src/CryptoNoteCore/SwappedBlockchainStorage.cpp index 6a58aa81f..e7461c98b 100755 --- a/src/CryptoNoteCore/SwappedBlockchainStorage.cpp +++ b/src/CryptoNoteCore/SwappedBlockchainStorage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "SwappedBlockchainStorage.h" diff --git a/src/CryptoNoteCore/SwappedBlockchainStorage.h b/src/CryptoNoteCore/SwappedBlockchainStorage.h index 7dccedaf3..f9e3b3972 100755 --- a/src/CryptoNoteCore/SwappedBlockchainStorage.h +++ b/src/CryptoNoteCore/SwappedBlockchainStorage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/SwappedMap.cpp b/src/CryptoNoteCore/SwappedMap.cpp index e2f942327..bcc63a1e5 100755 --- a/src/CryptoNoteCore/SwappedMap.cpp +++ b/src/CryptoNoteCore/SwappedMap.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "SwappedMap.h" diff --git a/src/CryptoNoteCore/SwappedMap.h b/src/CryptoNoteCore/SwappedMap.h index 29d81c5ce..5b7ece2e7 100755 --- a/src/CryptoNoteCore/SwappedMap.h +++ b/src/CryptoNoteCore/SwappedMap.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/SwappedVector.cpp b/src/CryptoNoteCore/SwappedVector.cpp index 6c56ba4c0..bbd87a6ac 100755 --- a/src/CryptoNoteCore/SwappedVector.cpp +++ b/src/CryptoNoteCore/SwappedVector.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "SwappedVector.h" diff --git a/src/CryptoNoteCore/SwappedVector.h b/src/CryptoNoteCore/SwappedVector.h index 826061b85..9d07c6712 100755 --- a/src/CryptoNoteCore/SwappedVector.h +++ b/src/CryptoNoteCore/SwappedVector.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/Transaction.cpp b/src/CryptoNoteCore/Transaction.cpp index 5e8598dc0..793849ec3 100755 --- a/src/CryptoNoteCore/Transaction.cpp +++ b/src/CryptoNoteCore/Transaction.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ITransaction.h" #include "TransactionApiExtra.h" diff --git a/src/CryptoNoteCore/TransactionApi.h b/src/CryptoNoteCore/TransactionApi.h index df7bb69ea..c47efabdf 100755 --- a/src/CryptoNoteCore/TransactionApi.h +++ b/src/CryptoNoteCore/TransactionApi.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/TransactionApiExtra.h b/src/CryptoNoteCore/TransactionApiExtra.h index feaca441f..541517bf5 100755 --- a/src/CryptoNoteCore/TransactionApiExtra.h +++ b/src/CryptoNoteCore/TransactionApiExtra.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/TransactionExtra.cpp b/src/CryptoNoteCore/TransactionExtra.cpp index e0fd2d32e..210050145 100755 --- a/src/CryptoNoteCore/TransactionExtra.cpp +++ b/src/CryptoNoteCore/TransactionExtra.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionExtra.h" diff --git a/src/CryptoNoteCore/TransactionExtra.h b/src/CryptoNoteCore/TransactionExtra.h index ca3e7db30..01110587a 100755 --- a/src/CryptoNoteCore/TransactionExtra.h +++ b/src/CryptoNoteCore/TransactionExtra.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/TransactionPool.cpp b/src/CryptoNoteCore/TransactionPool.cpp index dd43580af..2171c5cf2 100755 --- a/src/CryptoNoteCore/TransactionPool.cpp +++ b/src/CryptoNoteCore/TransactionPool.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionPool.h" diff --git a/src/CryptoNoteCore/TransactionPool.h b/src/CryptoNoteCore/TransactionPool.h index f2761597b..c44f1c2ed 100755 --- a/src/CryptoNoteCore/TransactionPool.h +++ b/src/CryptoNoteCore/TransactionPool.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/TransactionPoolCleaner.cpp b/src/CryptoNoteCore/TransactionPoolCleaner.cpp index 357894964..118431d90 100755 --- a/src/CryptoNoteCore/TransactionPoolCleaner.cpp +++ b/src/CryptoNoteCore/TransactionPoolCleaner.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionPoolCleaner.h" diff --git a/src/CryptoNoteCore/TransactionPoolCleaner.h b/src/CryptoNoteCore/TransactionPoolCleaner.h index 916d88127..95585d79b 100755 --- a/src/CryptoNoteCore/TransactionPoolCleaner.h +++ b/src/CryptoNoteCore/TransactionPoolCleaner.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/TransactionPoolMessages.cpp b/src/CryptoNoteCore/TransactionPoolMessages.cpp index 058b89676..b939556f1 100755 --- a/src/CryptoNoteCore/TransactionPoolMessages.cpp +++ b/src/CryptoNoteCore/TransactionPoolMessages.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/src/CryptoNoteCore/TransactionPoolMessages.h b/src/CryptoNoteCore/TransactionPoolMessages.h index 8216ef3f4..75a5dade7 100755 --- a/src/CryptoNoteCore/TransactionPoolMessages.h +++ b/src/CryptoNoteCore/TransactionPoolMessages.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/TransactionPrefixImpl.cpp b/src/CryptoNoteCore/TransactionPrefixImpl.cpp index d1e6ffeeb..dbcda040b 100755 --- a/src/CryptoNoteCore/TransactionPrefixImpl.cpp +++ b/src/CryptoNoteCore/TransactionPrefixImpl.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ITransaction.h" diff --git a/src/CryptoNoteCore/TransactionUtils.cpp b/src/CryptoNoteCore/TransactionUtils.cpp index 195bf2f94..86396996d 100755 --- a/src/CryptoNoteCore/TransactionUtils.cpp +++ b/src/CryptoNoteCore/TransactionUtils.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionUtils.h" diff --git a/src/CryptoNoteCore/TransactionUtils.h b/src/CryptoNoteCore/TransactionUtils.h index 7e64e2a4d..ea81f304b 100755 --- a/src/CryptoNoteCore/TransactionUtils.h +++ b/src/CryptoNoteCore/TransactionUtils.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteCore/CryptoNoteBasic.h" #include "ITransaction.h" diff --git a/src/CryptoNoteCore/TransactionValidationErrors.cpp b/src/CryptoNoteCore/TransactionValidationErrors.cpp index ffb5fd710..6c8e0c634 100755 --- a/src/CryptoNoteCore/TransactionValidationErrors.cpp +++ b/src/CryptoNoteCore/TransactionValidationErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionValidationErrors.h" diff --git a/src/CryptoNoteCore/TransactionValidationErrors.h b/src/CryptoNoteCore/TransactionValidationErrors.h index b8e78f98c..e4315ea3e 100755 --- a/src/CryptoNoteCore/TransactionValidationErrors.h +++ b/src/CryptoNoteCore/TransactionValidationErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/TransactionValidatiorState.cpp b/src/CryptoNoteCore/TransactionValidatiorState.cpp index e21197905..5cca83790 100755 --- a/src/CryptoNoteCore/TransactionValidatiorState.cpp +++ b/src/CryptoNoteCore/TransactionValidatiorState.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionValidatiorState.h" diff --git a/src/CryptoNoteCore/TransactionValidatiorState.h b/src/CryptoNoteCore/TransactionValidatiorState.h index 9b3d064ad..a0c2d70a4 100755 --- a/src/CryptoNoteCore/TransactionValidatiorState.h +++ b/src/CryptoNoteCore/TransactionValidatiorState.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/CryptoNoteCore/UpgradeDetector.cpp b/src/CryptoNoteCore/UpgradeDetector.cpp index e946d91b2..349ff1803 100755 --- a/src/CryptoNoteCore/UpgradeDetector.cpp +++ b/src/CryptoNoteCore/UpgradeDetector.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "UpgradeDetector.h" #include "IUpgradeDetector.h" diff --git a/src/CryptoNoteCore/UpgradeDetector.h b/src/CryptoNoteCore/UpgradeDetector.h index 6f2727db4..753197b7c 100755 --- a/src/CryptoNoteCore/UpgradeDetector.h +++ b/src/CryptoNoteCore/UpgradeDetector.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/UpgradeManager.cpp b/src/CryptoNoteCore/UpgradeManager.cpp index e6e3bc582..a2c5f4c05 100755 --- a/src/CryptoNoteCore/UpgradeManager.cpp +++ b/src/CryptoNoteCore/UpgradeManager.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "UpgradeManager.h" diff --git a/src/CryptoNoteCore/UpgradeManager.h b/src/CryptoNoteCore/UpgradeManager.h index a5a169889..e61ee2f77 100755 --- a/src/CryptoNoteCore/UpgradeManager.h +++ b/src/CryptoNoteCore/UpgradeManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteCore/VerificationContext.h b/src/CryptoNoteCore/VerificationContext.h index 5bc8e79d1..752fdcc9e 100755 --- a/src/CryptoNoteCore/VerificationContext.h +++ b/src/CryptoNoteCore/VerificationContext.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once namespace CryptoNote diff --git a/src/CryptoNoteProtocol/CryptoNoteProtocolDefinitions.h b/src/CryptoNoteProtocol/CryptoNoteProtocolDefinitions.h index 7ec474e9b..08d9570ec 100755 --- a/src/CryptoNoteProtocol/CryptoNoteProtocolDefinitions.h +++ b/src/CryptoNoteProtocol/CryptoNoteProtocolDefinitions.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp b/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp index 40822f27c..892f38cf4 100755 --- a/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp +++ b/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteProtocolHandler.h" diff --git a/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.h b/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.h index 218e19f2d..8ece9b561 100755 --- a/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.h +++ b/src/CryptoNoteProtocol/CryptoNoteProtocolHandler.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteProtocol/CryptoNoteProtocolHandlerCommon.h b/src/CryptoNoteProtocol/CryptoNoteProtocolHandlerCommon.h index 7fa16f2d2..00d40dbbd 100755 --- a/src/CryptoNoteProtocol/CryptoNoteProtocolHandlerCommon.h +++ b/src/CryptoNoteProtocol/CryptoNoteProtocolHandlerCommon.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteProtocol/ICryptoNoteProtocolObserver.h b/src/CryptoNoteProtocol/ICryptoNoteProtocolObserver.h index 2fb1fb6b8..7f49b8389 100755 --- a/src/CryptoNoteProtocol/ICryptoNoteProtocolObserver.h +++ b/src/CryptoNoteProtocol/ICryptoNoteProtocolObserver.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/CryptoNoteProtocol/ICryptoNoteProtocolQuery.h b/src/CryptoNoteProtocol/ICryptoNoteProtocolQuery.h index 09db10dff..f8148401a 100755 --- a/src/CryptoNoteProtocol/ICryptoNoteProtocolQuery.h +++ b/src/CryptoNoteProtocol/ICryptoNoteProtocolQuery.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index 6eacf15f4..36b0c5aa7 100755 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -1,22 +1,22 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2016, The Forknote developers // Copyright (c) 2018, The TurtleCoin developers -// Copyright (c) 2016-2018, The Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/src/Daemon/DaemonCommandsHandler.cpp b/src/Daemon/DaemonCommandsHandler.cpp index 699d58dd9..800b6609d 100755 --- a/src/Daemon/DaemonCommandsHandler.cpp +++ b/src/Daemon/DaemonCommandsHandler.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "DaemonCommandsHandler.h" diff --git a/src/Daemon/DaemonCommandsHandler.h b/src/Daemon/DaemonCommandsHandler.h index 427f68572..4248c6cbd 100755 --- a/src/Daemon/DaemonCommandsHandler.h +++ b/src/Daemon/DaemonCommandsHandler.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/HTTP/HttpParser.cpp b/src/HTTP/HttpParser.cpp index c4d7a95bd..830e91f92 100755 --- a/src/HTTP/HttpParser.cpp +++ b/src/HTTP/HttpParser.cpp @@ -1,20 +1,21 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2016 XDN developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "HttpParser.h" diff --git a/src/HTTP/HttpParser.h b/src/HTTP/HttpParser.h index 638dbdcea..498c45b7f 100755 --- a/src/HTTP/HttpParser.h +++ b/src/HTTP/HttpParser.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #ifndef HTTPPARSER_H_ #define HTTPPARSER_H_ diff --git a/src/HTTP/HttpParserErrorCodes.cpp b/src/HTTP/HttpParserErrorCodes.cpp index 4523c8ff1..f3cd310de 100755 --- a/src/HTTP/HttpParserErrorCodes.cpp +++ b/src/HTTP/HttpParserErrorCodes.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "HttpParserErrorCodes.h" diff --git a/src/HTTP/HttpParserErrorCodes.h b/src/HTTP/HttpParserErrorCodes.h index 308b5721a..c4b4615ab 100755 --- a/src/HTTP/HttpParserErrorCodes.h +++ b/src/HTTP/HttpParserErrorCodes.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/HTTP/HttpRequest.cpp b/src/HTTP/HttpRequest.cpp index edade5677..e900dbb74 100755 --- a/src/HTTP/HttpRequest.cpp +++ b/src/HTTP/HttpRequest.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "HttpRequest.h" diff --git a/src/HTTP/HttpRequest.h b/src/HTTP/HttpRequest.h index d66ecb454..4ed5fd01d 100755 --- a/src/HTTP/HttpRequest.h +++ b/src/HTTP/HttpRequest.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/HTTP/HttpResponse.cpp b/src/HTTP/HttpResponse.cpp index d7b380c70..c817d9123 100755 --- a/src/HTTP/HttpResponse.cpp +++ b/src/HTTP/HttpResponse.cpp @@ -1,20 +1,21 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2016 XDN developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "HttpResponse.h" diff --git a/src/HTTP/HttpResponse.h b/src/HTTP/HttpResponse.h index 36df21c7b..30411b352 100755 --- a/src/HTTP/HttpResponse.h +++ b/src/HTTP/HttpResponse.h @@ -1,20 +1,21 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2016 XDN developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/InProcessNode/InProcessNode.cpp b/src/InProcessNode/InProcessNode.cpp index 4ef0a8616..e03e192c3 100755 --- a/src/InProcessNode/InProcessNode.cpp +++ b/src/InProcessNode/InProcessNode.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "InProcessNode.h" diff --git a/src/InProcessNode/InProcessNode.h b/src/InProcessNode/InProcessNode.h index 3dea96d10..817f1f464 100755 --- a/src/InProcessNode/InProcessNode.h +++ b/src/InProcessNode/InProcessNode.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/InProcessNode/InProcessNodeErrors.cpp b/src/InProcessNode/InProcessNodeErrors.cpp index a63b823da..4045ef3cf 100755 --- a/src/InProcessNode/InProcessNodeErrors.cpp +++ b/src/InProcessNode/InProcessNodeErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "InProcessNodeErrors.h" diff --git a/src/InProcessNode/InProcessNodeErrors.h b/src/InProcessNode/InProcessNodeErrors.h index cfc9d0d49..1254bf79c 100755 --- a/src/InProcessNode/InProcessNodeErrors.h +++ b/src/InProcessNode/InProcessNodeErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/JsonRpcServer/JsonRpcServer.cpp b/src/JsonRpcServer/JsonRpcServer.cpp index a841c5ace..31dd2a967 100755 --- a/src/JsonRpcServer/JsonRpcServer.cpp +++ b/src/JsonRpcServer/JsonRpcServer.cpp @@ -1,21 +1,21 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers // Copyright(c) 2014 - 2017 XDN - project developers -// Copyright(c) 2018 The Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "JsonRpcServer.h" diff --git a/src/JsonRpcServer/JsonRpcServer.h b/src/JsonRpcServer/JsonRpcServer.h index 029706754..6e3809830 100755 --- a/src/JsonRpcServer/JsonRpcServer.h +++ b/src/JsonRpcServer/JsonRpcServer.h @@ -1,21 +1,21 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers // Copyright(c) 2014 - 2017 XDN - project developers -// Copyright(c) 2018 The Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Logging/CommonLogger.cpp b/src/Logging/CommonLogger.cpp index edff65d99..127ad9c80 100755 --- a/src/Logging/CommonLogger.cpp +++ b/src/Logging/CommonLogger.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CommonLogger.h" diff --git a/src/Logging/CommonLogger.h b/src/Logging/CommonLogger.h index 4be5bdd67..ef4202bbf 100755 --- a/src/Logging/CommonLogger.h +++ b/src/Logging/CommonLogger.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Logging/ConsoleLogger.cpp b/src/Logging/ConsoleLogger.cpp index 7b5ca6d60..f1922e986 100755 --- a/src/Logging/ConsoleLogger.cpp +++ b/src/Logging/ConsoleLogger.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ConsoleLogger.h" #include diff --git a/src/Logging/ConsoleLogger.h b/src/Logging/ConsoleLogger.h index 58ebbacff..6bd30fcad 100755 --- a/src/Logging/ConsoleLogger.h +++ b/src/Logging/ConsoleLogger.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Logging/FileLogger.cpp b/src/Logging/FileLogger.cpp index 73f5f64e2..4bb355a40 100755 --- a/src/Logging/FileLogger.cpp +++ b/src/Logging/FileLogger.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "FileLogger.h" diff --git a/src/Logging/FileLogger.h b/src/Logging/FileLogger.h index 964585401..2eedd8f8e 100755 --- a/src/Logging/FileLogger.h +++ b/src/Logging/FileLogger.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Logging/ILogger.cpp b/src/Logging/ILogger.cpp index ba1fd56d6..def7d8c6b 100755 --- a/src/Logging/ILogger.cpp +++ b/src/Logging/ILogger.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ILogger.h" diff --git a/src/Logging/ILogger.h b/src/Logging/ILogger.h index eab910f3c..22b5e67a4 100755 --- a/src/Logging/ILogger.h +++ b/src/Logging/ILogger.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Logging/LoggerGroup.cpp b/src/Logging/LoggerGroup.cpp index 98be195c3..53e23f19a 100755 --- a/src/Logging/LoggerGroup.cpp +++ b/src/Logging/LoggerGroup.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "LoggerGroup.h" #include diff --git a/src/Logging/LoggerGroup.h b/src/Logging/LoggerGroup.h index 20edbdf03..e492ba0b5 100755 --- a/src/Logging/LoggerGroup.h +++ b/src/Logging/LoggerGroup.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Logging/LoggerManager.cpp b/src/Logging/LoggerManager.cpp index 6fe120790..c98ada6ff 100755 --- a/src/Logging/LoggerManager.cpp +++ b/src/Logging/LoggerManager.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "LoggerManager.h" #include diff --git a/src/Logging/LoggerManager.h b/src/Logging/LoggerManager.h index c86c9505b..2e50d14a7 100755 --- a/src/Logging/LoggerManager.h +++ b/src/Logging/LoggerManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Logging/LoggerMessage.cpp b/src/Logging/LoggerMessage.cpp index a8b5e5832..bdccaa5d4 100755 --- a/src/Logging/LoggerMessage.cpp +++ b/src/Logging/LoggerMessage.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers -// Copyright (c) 2017-2018, Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // // All rights reserved. // diff --git a/src/Logging/LoggerMessage.h b/src/Logging/LoggerMessage.h index 8043ef6cc..401ff138e 100755 --- a/src/Logging/LoggerMessage.h +++ b/src/Logging/LoggerMessage.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers -// Copyright (c) 2017-2018, Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // // All rights reserved. // diff --git a/src/Logging/LoggerRef.cpp b/src/Logging/LoggerRef.cpp index 5d313d099..2212adccb 100755 --- a/src/Logging/LoggerRef.cpp +++ b/src/Logging/LoggerRef.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers -// Copyright (c) 2017-2018, Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // // All rights reserved. // diff --git a/src/Logging/LoggerRef.h b/src/Logging/LoggerRef.h index 84e2eaffd..35914d2fb 100755 --- a/src/Logging/LoggerRef.h +++ b/src/Logging/LoggerRef.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers -// Copyright (c) 2017-2018, Karbo developers +// Copyright (c) 2016-2019, The Karbo developers // // All rights reserved. // diff --git a/src/Logging/StreamLogger.cpp b/src/Logging/StreamLogger.cpp index b58978d16..0a427bddf 100755 --- a/src/Logging/StreamLogger.cpp +++ b/src/Logging/StreamLogger.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "StreamLogger.h" #include diff --git a/src/Logging/StreamLogger.h b/src/Logging/StreamLogger.h index a1ca2147c..ef934b36c 100755 --- a/src/Logging/StreamLogger.h +++ b/src/Logging/StreamLogger.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Miner/BlockchainMonitor.cpp b/src/Miner/BlockchainMonitor.cpp index ca0dc92b3..0342bf5a7 100755 --- a/src/Miner/BlockchainMonitor.cpp +++ b/src/Miner/BlockchainMonitor.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainMonitor.h" diff --git a/src/Miner/BlockchainMonitor.h b/src/Miner/BlockchainMonitor.h index 95e2dc9d2..ba160e751 100755 --- a/src/Miner/BlockchainMonitor.h +++ b/src/Miner/BlockchainMonitor.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Miner/Miner.cpp b/src/Miner/Miner.cpp index f6523ea7c..a5eb62dd3 100755 --- a/src/Miner/Miner.cpp +++ b/src/Miner/Miner.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Miner.h" diff --git a/src/Miner/Miner.h b/src/Miner/Miner.h index 4c4cc391c..6b291655e 100755 --- a/src/Miner/Miner.h +++ b/src/Miner/Miner.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Miner/MinerEvent.h b/src/Miner/MinerEvent.h index 1aef9efe9..547247060 100755 --- a/src/Miner/MinerEvent.h +++ b/src/Miner/MinerEvent.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Miner/MinerManager.cpp b/src/Miner/MinerManager.cpp index 971e1ec0e..be276a0f7 100755 --- a/src/Miner/MinerManager.cpp +++ b/src/Miner/MinerManager.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MinerManager.h" diff --git a/src/Miner/MinerManager.h b/src/Miner/MinerManager.h index d67514006..98741c09d 100755 --- a/src/Miner/MinerManager.h +++ b/src/Miner/MinerManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Miner/MiningConfig.cpp b/src/Miner/MiningConfig.cpp index fd03ff2ff..593945f03 100755 --- a/src/Miner/MiningConfig.cpp +++ b/src/Miner/MiningConfig.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MiningConfig.h" diff --git a/src/Miner/MiningConfig.h b/src/Miner/MiningConfig.h index 92126579f..030f7d167 100755 --- a/src/Miner/MiningConfig.h +++ b/src/Miner/MiningConfig.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Miner/main.cpp b/src/Miner/main.cpp index a2bb35e19..06512facc 100755 --- a/src/Miner/main.cpp +++ b/src/Miner/main.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Common/SignalHandler.h" diff --git a/src/NodeRpcProxy/NodeErrors.cpp b/src/NodeRpcProxy/NodeErrors.cpp index 63d7c1d1a..57befa9bc 100755 --- a/src/NodeRpcProxy/NodeErrors.cpp +++ b/src/NodeRpcProxy/NodeErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "NodeErrors.h" diff --git a/src/NodeRpcProxy/NodeErrors.h b/src/NodeRpcProxy/NodeErrors.h index 4f0459b0d..a1df67634 100755 --- a/src/NodeRpcProxy/NodeErrors.h +++ b/src/NodeRpcProxy/NodeErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/NodeRpcProxy/NodeRpcProxy.cpp b/src/NodeRpcProxy/NodeRpcProxy.cpp index 8eae818bd..5564b3006 100755 --- a/src/NodeRpcProxy/NodeRpcProxy.cpp +++ b/src/NodeRpcProxy/NodeRpcProxy.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "NodeRpcProxy.h" #include "NodeErrors.h" diff --git a/src/NodeRpcProxy/NodeRpcProxy.h b/src/NodeRpcProxy/NodeRpcProxy.h index 4ea6af75d..0f85f14f6 100755 --- a/src/NodeRpcProxy/NodeRpcProxy.h +++ b/src/NodeRpcProxy/NodeRpcProxy.h @@ -1,20 +1,20 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers -// Copyright (c) 2016-2017 The Karbowanec developers +// Copyright (c) 2016-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/ConnectionContext.h b/src/P2p/ConnectionContext.h index 78a0d9e80..cbf1f6373 100755 --- a/src/P2p/ConnectionContext.h +++ b/src/P2p/ConnectionContext.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/IP2pNodeInternal.cpp b/src/P2p/IP2pNodeInternal.cpp index 678b9818f..1baf3096c 100755 --- a/src/P2p/IP2pNodeInternal.cpp +++ b/src/P2p/IP2pNodeInternal.cpp @@ -1,18 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "IP2pNodeInternal.h" diff --git a/src/P2p/IP2pNodeInternal.h b/src/P2p/IP2pNodeInternal.h index 9a7aae82a..f08950900 100755 --- a/src/P2p/IP2pNodeInternal.h +++ b/src/P2p/IP2pNodeInternal.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/LevinProtocol.cpp b/src/P2p/LevinProtocol.cpp index aedd34410..1c8c84861 100755 --- a/src/P2p/LevinProtocol.cpp +++ b/src/P2p/LevinProtocol.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "LevinProtocol.h" #include diff --git a/src/P2p/LevinProtocol.h b/src/P2p/LevinProtocol.h index 89c14dfe5..62f476a43 100755 --- a/src/P2p/LevinProtocol.h +++ b/src/P2p/LevinProtocol.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/NetNode.cpp b/src/P2p/NetNode.cpp index 37b0b8e4f..df2f62a1c 100755 --- a/src/P2p/NetNode.cpp +++ b/src/P2p/NetNode.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2018-2019, The TurtleCoin Developers // Copyright (c) 2018-2019, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "NetNode.h" diff --git a/src/P2p/NetNode.h b/src/P2p/NetNode.h index 6c84a110b..04160717b 100755 --- a/src/P2p/NetNode.h +++ b/src/P2p/NetNode.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/NetNodeCommon.h b/src/P2p/NetNodeCommon.h index 89a19c137..3d23a4591 100755 --- a/src/P2p/NetNodeCommon.h +++ b/src/P2p/NetNodeCommon.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/NetNodeConfig.cpp b/src/P2p/NetNodeConfig.cpp index fe4304762..f0f87911d 100755 --- a/src/P2p/NetNodeConfig.cpp +++ b/src/P2p/NetNodeConfig.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "NetNodeConfig.h" diff --git a/src/P2p/NetNodeConfig.h b/src/P2p/NetNodeConfig.h index 6f3cac621..04c66ac70 100755 --- a/src/P2p/NetNodeConfig.h +++ b/src/P2p/NetNodeConfig.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pConnectionProxy.cpp b/src/P2p/P2pConnectionProxy.cpp index bd8a368c8..a5bcf8f52 100755 --- a/src/P2p/P2pConnectionProxy.cpp +++ b/src/P2p/P2pConnectionProxy.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "P2pConnectionProxy.h" diff --git a/src/P2p/P2pConnectionProxy.h b/src/P2p/P2pConnectionProxy.h index b7dd7de64..c20c13fea 100755 --- a/src/P2p/P2pConnectionProxy.h +++ b/src/P2p/P2pConnectionProxy.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pContext.cpp b/src/P2p/P2pContext.cpp index 4aed43fc4..ff754b13a 100755 --- a/src/P2p/P2pContext.cpp +++ b/src/P2p/P2pContext.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "P2pContext.h" diff --git a/src/P2p/P2pContext.h b/src/P2p/P2pContext.h index d166c143f..6e432eee0 100755 --- a/src/P2p/P2pContext.h +++ b/src/P2p/P2pContext.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pContextOwner.cpp b/src/P2p/P2pContextOwner.cpp index 77e608bcf..7c3c1787e 100755 --- a/src/P2p/P2pContextOwner.cpp +++ b/src/P2p/P2pContextOwner.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "P2pContextOwner.h" #include diff --git a/src/P2p/P2pContextOwner.h b/src/P2p/P2pContextOwner.h index c37d5f0a3..5f989e6ee 100755 --- a/src/P2p/P2pContextOwner.h +++ b/src/P2p/P2pContextOwner.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pInterfaces.cpp b/src/P2p/P2pInterfaces.cpp index 389ea6186..ac5723916 100755 --- a/src/P2p/P2pInterfaces.cpp +++ b/src/P2p/P2pInterfaces.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "P2pInterfaces.h" diff --git a/src/P2p/P2pInterfaces.h b/src/P2p/P2pInterfaces.h index 98df1a72e..56f69bdf6 100755 --- a/src/P2p/P2pInterfaces.h +++ b/src/P2p/P2pInterfaces.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pNetworks.h b/src/P2p/P2pNetworks.h index 117c24362..2e217c011 100755 --- a/src/P2p/P2pNetworks.h +++ b/src/P2p/P2pNetworks.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/P2p/P2pNode.cpp b/src/P2p/P2pNode.cpp index 6840a4d28..a0bafc866 100755 --- a/src/P2p/P2pNode.cpp +++ b/src/P2p/P2pNode.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "P2pNode.h" diff --git a/src/P2p/P2pNode.h b/src/P2p/P2pNode.h index 71d870052..07e895401 100755 --- a/src/P2p/P2pNode.h +++ b/src/P2p/P2pNode.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pNodeConfig.cpp b/src/P2p/P2pNodeConfig.cpp index e2eccbf5b..e8124f6e0 100755 --- a/src/P2p/P2pNodeConfig.cpp +++ b/src/P2p/P2pNodeConfig.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "P2pNodeConfig.h" #include "P2pNetworks.h" diff --git a/src/P2p/P2pNodeConfig.h b/src/P2p/P2pNodeConfig.h index 627186373..a8e89c54e 100755 --- a/src/P2p/P2pNodeConfig.h +++ b/src/P2p/P2pNodeConfig.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pProtocolDefinitions.h b/src/P2p/P2pProtocolDefinitions.h index d7f259fec..5a91eb911 100755 --- a/src/P2p/P2pProtocolDefinitions.h +++ b/src/P2p/P2pProtocolDefinitions.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/P2pProtocolTypes.h b/src/P2p/P2pProtocolTypes.h index 3c95f390f..6013a2650 100755 --- a/src/P2p/P2pProtocolTypes.h +++ b/src/P2p/P2pProtocolTypes.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/P2p/PeerListManager.cpp b/src/P2p/PeerListManager.cpp index c40143386..86c1059ce 100755 --- a/src/P2p/PeerListManager.cpp +++ b/src/P2p/PeerListManager.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "PeerListManager.h" diff --git a/src/P2p/PeerListManager.h b/src/P2p/PeerListManager.h index 6e5157c8d..f07edecb4 100755 --- a/src/P2p/PeerListManager.h +++ b/src/P2p/PeerListManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGate/NodeFactory.cpp b/src/PaymentGate/NodeFactory.cpp index 958bc65db..a7405a4b9 100755 --- a/src/PaymentGate/NodeFactory.cpp +++ b/src/PaymentGate/NodeFactory.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "NodeFactory.h" diff --git a/src/PaymentGate/NodeFactory.h b/src/PaymentGate/NodeFactory.h index 6ec8cdebf..c93a9ae1b 100755 --- a/src/PaymentGate/NodeFactory.h +++ b/src/PaymentGate/NodeFactory.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGate/PaymentServiceJsonRpcMessages.cpp b/src/PaymentGate/PaymentServiceJsonRpcMessages.cpp index 071667445..71b0d1d6d 100755 --- a/src/PaymentGate/PaymentServiceJsonRpcMessages.cpp +++ b/src/PaymentGate/PaymentServiceJsonRpcMessages.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2018-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "PaymentServiceJsonRpcMessages.h" #include "Serialization/SerializationOverloads.h" diff --git a/src/PaymentGate/PaymentServiceJsonRpcMessages.h b/src/PaymentGate/PaymentServiceJsonRpcMessages.h index f82f94345..81bad0a70 100755 --- a/src/PaymentGate/PaymentServiceJsonRpcMessages.h +++ b/src/PaymentGate/PaymentServiceJsonRpcMessages.h @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2018-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGate/PaymentServiceJsonRpcServer.cpp b/src/PaymentGate/PaymentServiceJsonRpcServer.cpp index 9c8d953a8..4ed944d8f 100755 --- a/src/PaymentGate/PaymentServiceJsonRpcServer.cpp +++ b/src/PaymentGate/PaymentServiceJsonRpcServer.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2018-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "PaymentServiceJsonRpcServer.h" diff --git a/src/PaymentGate/PaymentServiceJsonRpcServer.h b/src/PaymentGate/PaymentServiceJsonRpcServer.h index 941bc0160..bd1e89a3b 100755 --- a/src/PaymentGate/PaymentServiceJsonRpcServer.h +++ b/src/PaymentGate/PaymentServiceJsonRpcServer.h @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2018-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGate/WalletService.cpp b/src/PaymentGate/WalletService.cpp index 55bbeaff8..21770b2d6 100755 --- a/src/PaymentGate/WalletService.cpp +++ b/src/PaymentGate/WalletService.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2016-2019, Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletService.h" diff --git a/src/PaymentGate/WalletService.h b/src/PaymentGate/WalletService.h index 7750ad431..35c531840 100755 --- a/src/PaymentGate/WalletService.h +++ b/src/PaymentGate/WalletService.h @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2016-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGate/WalletServiceErrorCategory.cpp b/src/PaymentGate/WalletServiceErrorCategory.cpp index 33a252f63..0092e5de5 100755 --- a/src/PaymentGate/WalletServiceErrorCategory.cpp +++ b/src/PaymentGate/WalletServiceErrorCategory.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletServiceErrorCategory.h" diff --git a/src/PaymentGate/WalletServiceErrorCategory.h b/src/PaymentGate/WalletServiceErrorCategory.h index 8ed1e0c9b..a91694add 100755 --- a/src/PaymentGate/WalletServiceErrorCategory.h +++ b/src/PaymentGate/WalletServiceErrorCategory.h @@ -2,20 +2,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2018-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGateService/ConfigurationManager.cpp b/src/PaymentGateService/ConfigurationManager.cpp index 61674cc26..c35212daa 100755 --- a/src/PaymentGateService/ConfigurationManager.cpp +++ b/src/PaymentGateService/ConfigurationManager.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ConfigurationManager.h" diff --git a/src/PaymentGateService/ConfigurationManager.h b/src/PaymentGateService/ConfigurationManager.h index 508e0f79a..c8dcfd2ad 100755 --- a/src/PaymentGateService/ConfigurationManager.h +++ b/src/PaymentGateService/ConfigurationManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGateService/PaymentGateService.cpp b/src/PaymentGateService/PaymentGateService.cpp index a512dc651..c96ac279f 100755 --- a/src/PaymentGateService/PaymentGateService.cpp +++ b/src/PaymentGateService/PaymentGateService.cpp @@ -3,20 +3,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2016-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "PaymentGateService.h" diff --git a/src/PaymentGateService/PaymentGateService.h b/src/PaymentGateService/PaymentGateService.h index bf747d2fd..cbbf61310 100755 --- a/src/PaymentGateService/PaymentGateService.h +++ b/src/PaymentGateService/PaymentGateService.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGateService/PaymentServiceConfiguration.cpp b/src/PaymentGateService/PaymentServiceConfiguration.cpp index 69452dfed..74727ba58 100755 --- a/src/PaymentGateService/PaymentServiceConfiguration.cpp +++ b/src/PaymentGateService/PaymentServiceConfiguration.cpp @@ -3,20 +3,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2018-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "PaymentServiceConfiguration.h" diff --git a/src/PaymentGateService/PaymentServiceConfiguration.h b/src/PaymentGateService/PaymentServiceConfiguration.h index 15453f803..ef7d0d2f0 100755 --- a/src/PaymentGateService/PaymentServiceConfiguration.h +++ b/src/PaymentGateService/PaymentServiceConfiguration.h @@ -3,20 +3,20 @@ // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2016-2019 The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGateService/RpcNodeConfiguration.cpp b/src/PaymentGateService/RpcNodeConfiguration.cpp index 4f8f14d76..e6411f142 100755 --- a/src/PaymentGateService/RpcNodeConfiguration.cpp +++ b/src/PaymentGateService/RpcNodeConfiguration.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RpcNodeConfiguration.h" diff --git a/src/PaymentGateService/RpcNodeConfiguration.h b/src/PaymentGateService/RpcNodeConfiguration.h index a41e2abc4..d1264f823 100755 --- a/src/PaymentGateService/RpcNodeConfiguration.h +++ b/src/PaymentGateService/RpcNodeConfiguration.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/PaymentGateService/main.cpp b/src/PaymentGateService/main.cpp index f709ac616..ed2dd92c3 100755 --- a/src/PaymentGateService/main.cpp +++ b/src/PaymentGateService/main.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/Platform/FreeBSD/System/Dispatcher.h b/src/Platform/FreeBSD/System/Dispatcher.h index 4a07283b8..f6c834a94 100644 --- a/src/Platform/FreeBSD/System/Dispatcher.h +++ b/src/Platform/FreeBSD/System/Dispatcher.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // // This file is part of Karbo. // diff --git a/src/Platform/Linux/System/Dispatcher.cpp b/src/Platform/Linux/System/Dispatcher.cpp index f2262890a..8a356b5a2 100755 --- a/src/Platform/Linux/System/Dispatcher.cpp +++ b/src/Platform/Linux/System/Dispatcher.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Dispatcher.h" #include diff --git a/src/Platform/Linux/System/Dispatcher.h b/src/Platform/Linux/System/Dispatcher.h index 354f41711..4f69afa40 100755 --- a/src/Platform/Linux/System/Dispatcher.h +++ b/src/Platform/Linux/System/Dispatcher.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Linux/System/ErrorMessage.cpp b/src/Platform/Linux/System/ErrorMessage.cpp index 2fe56c7bc..79b5fca68 100755 --- a/src/Platform/Linux/System/ErrorMessage.cpp +++ b/src/Platform/Linux/System/ErrorMessage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ErrorMessage.h" #include diff --git a/src/Platform/Linux/System/ErrorMessage.h b/src/Platform/Linux/System/ErrorMessage.h index a2e92facd..ccc029561 100755 --- a/src/Platform/Linux/System/ErrorMessage.h +++ b/src/Platform/Linux/System/ErrorMessage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Linux/System/Future.h b/src/Platform/Linux/System/Future.h index ae2621a66..dd3b4fca5 100755 --- a/src/Platform/Linux/System/Future.h +++ b/src/Platform/Linux/System/Future.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Linux/System/Ipv4Resolver.cpp b/src/Platform/Linux/System/Ipv4Resolver.cpp index 6defad79f..a16b40270 100755 --- a/src/Platform/Linux/System/Ipv4Resolver.cpp +++ b/src/Platform/Linux/System/Ipv4Resolver.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Ipv4Resolver.h" #include diff --git a/src/Platform/Linux/System/Ipv4Resolver.h b/src/Platform/Linux/System/Ipv4Resolver.h index 0deae8f7f..da3b4556a 100755 --- a/src/Platform/Linux/System/Ipv4Resolver.h +++ b/src/Platform/Linux/System/Ipv4Resolver.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Linux/System/TcpConnection.cpp b/src/Platform/Linux/System/TcpConnection.cpp index a920b6fa0..488cf8859 100755 --- a/src/Platform/Linux/System/TcpConnection.cpp +++ b/src/Platform/Linux/System/TcpConnection.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpConnection.h" diff --git a/src/Platform/Linux/System/TcpConnection.h b/src/Platform/Linux/System/TcpConnection.h index 178c9b6d5..fb9aa7d92 100755 --- a/src/Platform/Linux/System/TcpConnection.h +++ b/src/Platform/Linux/System/TcpConnection.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Linux/System/TcpConnector.cpp b/src/Platform/Linux/System/TcpConnector.cpp index 6bc1c0c3c..fc3fbf386 100755 --- a/src/Platform/Linux/System/TcpConnector.cpp +++ b/src/Platform/Linux/System/TcpConnector.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpConnector.h" #include diff --git a/src/Platform/Linux/System/TcpConnector.h b/src/Platform/Linux/System/TcpConnector.h index e2a5d72b3..a18ceac65 100755 --- a/src/Platform/Linux/System/TcpConnector.h +++ b/src/Platform/Linux/System/TcpConnector.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Linux/System/TcpListener.cpp b/src/Platform/Linux/System/TcpListener.cpp index 9a40a9055..2ee84e5e0 100755 --- a/src/Platform/Linux/System/TcpListener.cpp +++ b/src/Platform/Linux/System/TcpListener.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpListener.h" #include diff --git a/src/Platform/Linux/System/TcpListener.h b/src/Platform/Linux/System/TcpListener.h index e902d2230..aba31713d 100755 --- a/src/Platform/Linux/System/TcpListener.h +++ b/src/Platform/Linux/System/TcpListener.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Linux/System/Timer.cpp b/src/Platform/Linux/System/Timer.cpp index b2daa346a..a0dba5c13 100755 --- a/src/Platform/Linux/System/Timer.cpp +++ b/src/Platform/Linux/System/Timer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Timer.h" #include diff --git a/src/Platform/Linux/System/Timer.h b/src/Platform/Linux/System/Timer.h index 8b073e021..ad394a49f 100755 --- a/src/Platform/Linux/System/Timer.h +++ b/src/Platform/Linux/System/Timer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/Context.c b/src/Platform/OSX/System/Context.c index 2698697a5..5c21ca5fb 100755 --- a/src/Platform/OSX/System/Context.c +++ b/src/Platform/OSX/System/Context.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include "Context.h" diff --git a/src/Platform/OSX/System/Context.h b/src/Platform/OSX/System/Context.h index a83b6601a..a3a8b9077 100755 --- a/src/Platform/OSX/System/Context.h +++ b/src/Platform/OSX/System/Context.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/Dispatcher.cpp b/src/Platform/OSX/System/Dispatcher.cpp index 5bebb4a12..f1e77bf6a 100755 --- a/src/Platform/OSX/System/Dispatcher.cpp +++ b/src/Platform/OSX/System/Dispatcher.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Dispatcher.h" #include diff --git a/src/Platform/OSX/System/Dispatcher.h b/src/Platform/OSX/System/Dispatcher.h index 0210510e1..42d072e18 100755 --- a/src/Platform/OSX/System/Dispatcher.h +++ b/src/Platform/OSX/System/Dispatcher.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/ErrorMessage.cpp b/src/Platform/OSX/System/ErrorMessage.cpp index 2fe56c7bc..79b5fca68 100755 --- a/src/Platform/OSX/System/ErrorMessage.cpp +++ b/src/Platform/OSX/System/ErrorMessage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ErrorMessage.h" #include diff --git a/src/Platform/OSX/System/ErrorMessage.h b/src/Platform/OSX/System/ErrorMessage.h index a2e92facd..ccc029561 100755 --- a/src/Platform/OSX/System/ErrorMessage.h +++ b/src/Platform/OSX/System/ErrorMessage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/Future.h b/src/Platform/OSX/System/Future.h index 61c617665..7caaffb04 100755 --- a/src/Platform/OSX/System/Future.h +++ b/src/Platform/OSX/System/Future.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/Ipv4Resolver.cpp b/src/Platform/OSX/System/Ipv4Resolver.cpp index 6defad79f..a16b40270 100755 --- a/src/Platform/OSX/System/Ipv4Resolver.cpp +++ b/src/Platform/OSX/System/Ipv4Resolver.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Ipv4Resolver.h" #include diff --git a/src/Platform/OSX/System/Ipv4Resolver.h b/src/Platform/OSX/System/Ipv4Resolver.h index 0deae8f7f..da3b4556a 100755 --- a/src/Platform/OSX/System/Ipv4Resolver.h +++ b/src/Platform/OSX/System/Ipv4Resolver.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/TcpConnection.cpp b/src/Platform/OSX/System/TcpConnection.cpp index ccbe29b8b..9ce6d5dd5 100755 --- a/src/Platform/OSX/System/TcpConnection.cpp +++ b/src/Platform/OSX/System/TcpConnection.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpConnection.h" #include diff --git a/src/Platform/OSX/System/TcpConnection.h b/src/Platform/OSX/System/TcpConnection.h index da0f6c93a..1ed2de5b1 100755 --- a/src/Platform/OSX/System/TcpConnection.h +++ b/src/Platform/OSX/System/TcpConnection.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/TcpConnector.cpp b/src/Platform/OSX/System/TcpConnector.cpp index dfc5bb604..e73795060 100755 --- a/src/Platform/OSX/System/TcpConnector.cpp +++ b/src/Platform/OSX/System/TcpConnector.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpConnector.h" #include diff --git a/src/Platform/OSX/System/TcpConnector.h b/src/Platform/OSX/System/TcpConnector.h index e2a5d72b3..a18ceac65 100755 --- a/src/Platform/OSX/System/TcpConnector.h +++ b/src/Platform/OSX/System/TcpConnector.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/TcpListener.cpp b/src/Platform/OSX/System/TcpListener.cpp index b51474ba6..6ea553911 100755 --- a/src/Platform/OSX/System/TcpListener.cpp +++ b/src/Platform/OSX/System/TcpListener.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpListener.h" #include diff --git a/src/Platform/OSX/System/TcpListener.h b/src/Platform/OSX/System/TcpListener.h index c668e3761..70f652654 100755 --- a/src/Platform/OSX/System/TcpListener.h +++ b/src/Platform/OSX/System/TcpListener.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/OSX/System/Timer.cpp b/src/Platform/OSX/System/Timer.cpp index 46f737883..e2a83b448 100755 --- a/src/Platform/OSX/System/Timer.cpp +++ b/src/Platform/OSX/System/Timer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Timer.h" #include diff --git a/src/Platform/OSX/System/Timer.h b/src/Platform/OSX/System/Timer.h index 0f1561b5e..daf41362a 100755 --- a/src/Platform/OSX/System/Timer.h +++ b/src/Platform/OSX/System/Timer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Posix/System/MemoryMappedFile.cpp b/src/Platform/Posix/System/MemoryMappedFile.cpp index 0e15ca965..bfb124084 100755 --- a/src/Platform/Posix/System/MemoryMappedFile.cpp +++ b/src/Platform/Posix/System/MemoryMappedFile.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MemoryMappedFile.h" diff --git a/src/Platform/Posix/System/MemoryMappedFile.h b/src/Platform/Posix/System/MemoryMappedFile.h index 87da2cfe6..3cebee05a 100755 --- a/src/Platform/Posix/System/MemoryMappedFile.h +++ b/src/Platform/Posix/System/MemoryMappedFile.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/Dispatcher.cpp b/src/Platform/Windows/System/Dispatcher.cpp index 1918b650c..a255db1e9 100755 --- a/src/Platform/Windows/System/Dispatcher.cpp +++ b/src/Platform/Windows/System/Dispatcher.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Dispatcher.h" #include diff --git a/src/Platform/Windows/System/Dispatcher.h b/src/Platform/Windows/System/Dispatcher.h index 6fcc41ee0..338c68401 100755 --- a/src/Platform/Windows/System/Dispatcher.h +++ b/src/Platform/Windows/System/Dispatcher.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/ErrorMessage.cpp b/src/Platform/Windows/System/ErrorMessage.cpp index 6fd453f17..281216ba0 100755 --- a/src/Platform/Windows/System/ErrorMessage.cpp +++ b/src/Platform/Windows/System/ErrorMessage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ErrorMessage.h" diff --git a/src/Platform/Windows/System/ErrorMessage.h b/src/Platform/Windows/System/ErrorMessage.h index 0268cb11f..49c57916e 100755 --- a/src/Platform/Windows/System/ErrorMessage.h +++ b/src/Platform/Windows/System/ErrorMessage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/Future.h b/src/Platform/Windows/System/Future.h index 399adf1b0..88b84efeb 100755 --- a/src/Platform/Windows/System/Future.h +++ b/src/Platform/Windows/System/Future.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/Ipv4Resolver.cpp b/src/Platform/Windows/System/Ipv4Resolver.cpp index 4e9b2768f..866c706e0 100755 --- a/src/Platform/Windows/System/Ipv4Resolver.cpp +++ b/src/Platform/Windows/System/Ipv4Resolver.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Ipv4Resolver.h" #include diff --git a/src/Platform/Windows/System/Ipv4Resolver.h b/src/Platform/Windows/System/Ipv4Resolver.h index e7f59dfb3..47b473354 100755 --- a/src/Platform/Windows/System/Ipv4Resolver.h +++ b/src/Platform/Windows/System/Ipv4Resolver.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/MemoryMappedFile.cpp b/src/Platform/Windows/System/MemoryMappedFile.cpp index 4b792a7d4..52d40815f 100755 --- a/src/Platform/Windows/System/MemoryMappedFile.cpp +++ b/src/Platform/Windows/System/MemoryMappedFile.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MemoryMappedFile.h" diff --git a/src/Platform/Windows/System/MemoryMappedFile.h b/src/Platform/Windows/System/MemoryMappedFile.h index f3ae2e813..8c0227bba 100755 --- a/src/Platform/Windows/System/MemoryMappedFile.h +++ b/src/Platform/Windows/System/MemoryMappedFile.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/TcpConnection.cpp b/src/Platform/Windows/System/TcpConnection.cpp index f1c201b0c..f37a4c830 100755 --- a/src/Platform/Windows/System/TcpConnection.cpp +++ b/src/Platform/Windows/System/TcpConnection.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpConnection.h" #include diff --git a/src/Platform/Windows/System/TcpConnection.h b/src/Platform/Windows/System/TcpConnection.h index 982121abe..4360ebfe9 100755 --- a/src/Platform/Windows/System/TcpConnection.h +++ b/src/Platform/Windows/System/TcpConnection.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/TcpConnector.cpp b/src/Platform/Windows/System/TcpConnector.cpp index aff02c0f3..a20162103 100755 --- a/src/Platform/Windows/System/TcpConnector.cpp +++ b/src/Platform/Windows/System/TcpConnector.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpConnector.h" #include diff --git a/src/Platform/Windows/System/TcpConnector.h b/src/Platform/Windows/System/TcpConnector.h index 3d270d2a8..cdb232dde 100755 --- a/src/Platform/Windows/System/TcpConnector.h +++ b/src/Platform/Windows/System/TcpConnector.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/TcpListener.cpp b/src/Platform/Windows/System/TcpListener.cpp index eaf783067..d08fafcaf 100755 --- a/src/Platform/Windows/System/TcpListener.cpp +++ b/src/Platform/Windows/System/TcpListener.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpListener.h" #include diff --git a/src/Platform/Windows/System/TcpListener.h b/src/Platform/Windows/System/TcpListener.h index 60a898948..aee36248b 100755 --- a/src/Platform/Windows/System/TcpListener.h +++ b/src/Platform/Windows/System/TcpListener.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/Windows/System/Timer.cpp b/src/Platform/Windows/System/Timer.cpp index d8b7bc963..e9a6be71d 100755 --- a/src/Platform/Windows/System/Timer.cpp +++ b/src/Platform/Windows/System/Timer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Timer.h" #include diff --git a/src/Platform/Windows/System/Timer.h b/src/Platform/Windows/System/Timer.h index 71b527415..819aa7c9b 100755 --- a/src/Platform/Windows/System/Timer.h +++ b/src/Platform/Windows/System/Timer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/mingw/alloca.h b/src/Platform/mingw/alloca.h index 9ac1948b1..bc64482a9 100755 --- a/src/Platform/mingw/alloca.h +++ b/src/Platform/mingw/alloca.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/msc/alloca.h b/src/Platform/msc/alloca.h index e9dc16cc1..ca8912012 100755 --- a/src/Platform/msc/alloca.h +++ b/src/Platform/msc/alloca.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/msc/stdbool.h b/src/Platform/msc/stdbool.h index 656ab15b5..cfbad5c84 100755 --- a/src/Platform/msc/stdbool.h +++ b/src/Platform/msc/stdbool.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Platform/msc/sys/param.h b/src/Platform/msc/sys/param.h index 9d6b2e9da..d737cf681 100755 --- a/src/Platform/msc/sys/param.h +++ b/src/Platform/msc/sys/param.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Rpc/CoreRpcServerCommandsDefinitions.h b/src/Rpc/CoreRpcServerCommandsDefinitions.h index f2c884c3f..f06000756 100755 --- a/src/Rpc/CoreRpcServerCommandsDefinitions.h +++ b/src/Rpc/CoreRpcServerCommandsDefinitions.h @@ -2,20 +2,20 @@ // Copyright (c) 2016, The Forknote developers // Copyright (c) 2017-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Rpc/CoreRpcServerErrorCodes.h b/src/Rpc/CoreRpcServerErrorCodes.h index 7b9524888..b57d4c57e 100755 --- a/src/Rpc/CoreRpcServerErrorCodes.h +++ b/src/Rpc/CoreRpcServerErrorCodes.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Rpc/HttpClient.cpp b/src/Rpc/HttpClient.cpp index 9e5f12b1a..1cfb13bd4 100755 --- a/src/Rpc/HttpClient.cpp +++ b/src/Rpc/HttpClient.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "HttpClient.h" diff --git a/src/Rpc/HttpClient.h b/src/Rpc/HttpClient.h index f51a49885..fec2271b3 100755 --- a/src/Rpc/HttpClient.h +++ b/src/Rpc/HttpClient.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Rpc/HttpServer.cpp b/src/Rpc/HttpServer.cpp index 8ff72c9b1..c1871e415 100755 --- a/src/Rpc/HttpServer.cpp +++ b/src/Rpc/HttpServer.cpp @@ -1,5 +1,7 @@ // Copyright (c) 2011-2016 The Cryptonote developers // Copyright (c) 2014-2016 XDN developers +// Copyright (c) 2016-2019, The Karbo developers +// // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/Rpc/HttpServer.h b/src/Rpc/HttpServer.h index 1b8f78145..e9579f658 100755 --- a/src/Rpc/HttpServer.h +++ b/src/Rpc/HttpServer.h @@ -1,5 +1,7 @@ // Copyright (c) 2011-2016 The Cryptonote developers // Copyright (c) 2014-2016 XDN developers +// Copyright (c) 2016-2019, The Karbo developers +// // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/Rpc/JsonRpc.cpp b/src/Rpc/JsonRpc.cpp index cc8ef57d3..3d54cf0bb 100755 --- a/src/Rpc/JsonRpc.cpp +++ b/src/Rpc/JsonRpc.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "JsonRpc.h" #include "Rpc/HttpClient.h" diff --git a/src/Rpc/JsonRpc.h b/src/Rpc/JsonRpc.h index f98fee9af..bbbc1530e 100755 --- a/src/Rpc/JsonRpc.h +++ b/src/Rpc/JsonRpc.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Rpc/RpcServer.cpp b/src/Rpc/RpcServer.cpp index 02bc7db16..c3f1bf0ef 100755 --- a/src/Rpc/RpcServer.cpp +++ b/src/Rpc/RpcServer.cpp @@ -3,20 +3,20 @@ // Copyright (c) 2016, The Forknote developers // Copyright (c) 2016-2018, The Karbowanec developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RpcServer.h" #include "version.h" diff --git a/src/Rpc/RpcServer.h b/src/Rpc/RpcServer.h index 465b3a218..0ee50d651 100755 --- a/src/Rpc/RpcServer.h +++ b/src/Rpc/RpcServer.h @@ -2,20 +2,20 @@ // Copyright (c) 2016, The Forknote developers // Copyright (c) 2016-2018, The Karbowanec developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Rpc/RpcServerConfig.cpp b/src/Rpc/RpcServerConfig.cpp index 6c421f5f5..f30092528 100755 --- a/src/Rpc/RpcServerConfig.cpp +++ b/src/Rpc/RpcServerConfig.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RpcServerConfig.h" #include "Common/CommandLine.h" diff --git a/src/Rpc/RpcServerConfig.h b/src/Rpc/RpcServerConfig.h index 66021576d..59cc0786d 100755 --- a/src/Rpc/RpcServerConfig.h +++ b/src/Rpc/RpcServerConfig.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/BinaryInputStreamSerializer.cpp b/src/Serialization/BinaryInputStreamSerializer.cpp index cd6427146..b075c3389 100755 --- a/src/Serialization/BinaryInputStreamSerializer.cpp +++ b/src/Serialization/BinaryInputStreamSerializer.cpp @@ -2,6 +2,8 @@ // Copyright (c) 2014-2017 XDN developers // Copyright (c) 2016-2017 BXC developers // Copyright (c) 2017 UltraNote developers +// Copyright (c) 2016-2019, The Karbo developers +// // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/Serialization/BinaryInputStreamSerializer.h b/src/Serialization/BinaryInputStreamSerializer.h index b98653372..d008f4dda 100755 --- a/src/Serialization/BinaryInputStreamSerializer.h +++ b/src/Serialization/BinaryInputStreamSerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/BinaryOutputStreamSerializer.cpp b/src/Serialization/BinaryOutputStreamSerializer.cpp index 725419dd4..d03929f75 100755 --- a/src/Serialization/BinaryOutputStreamSerializer.cpp +++ b/src/Serialization/BinaryOutputStreamSerializer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BinaryOutputStreamSerializer.h" diff --git a/src/Serialization/BinaryOutputStreamSerializer.h b/src/Serialization/BinaryOutputStreamSerializer.h index 25043b736..9f9ed4cb8 100755 --- a/src/Serialization/BinaryOutputStreamSerializer.h +++ b/src/Serialization/BinaryOutputStreamSerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/BinarySerializationTools.h b/src/Serialization/BinarySerializationTools.h index bfc22f3b4..5bcbb54f2 100755 --- a/src/Serialization/BinarySerializationTools.h +++ b/src/Serialization/BinarySerializationTools.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include "BinaryInputStreamSerializer.h" diff --git a/src/Serialization/BlockchainExplorerDataSerialization.cpp b/src/Serialization/BlockchainExplorerDataSerialization.cpp index d9253a927..e3f116835 100755 --- a/src/Serialization/BlockchainExplorerDataSerialization.cpp +++ b/src/Serialization/BlockchainExplorerDataSerialization.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainExplorerDataSerialization.h" diff --git a/src/Serialization/BlockchainExplorerDataSerialization.h b/src/Serialization/BlockchainExplorerDataSerialization.h index 270826797..a3215ad38 100755 --- a/src/Serialization/BlockchainExplorerDataSerialization.h +++ b/src/Serialization/BlockchainExplorerDataSerialization.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/ISerializer.h b/src/Serialization/ISerializer.h index bcbbc3bb4..cb44bc6fc 100755 --- a/src/Serialization/ISerializer.h +++ b/src/Serialization/ISerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/IStream.h b/src/Serialization/IStream.h index 3fe60d581..92f52e069 100755 --- a/src/Serialization/IStream.h +++ b/src/Serialization/IStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/JsonInputStreamSerializer.cpp b/src/Serialization/JsonInputStreamSerializer.cpp index e71e3c024..a799cf207 100755 --- a/src/Serialization/JsonInputStreamSerializer.cpp +++ b/src/Serialization/JsonInputStreamSerializer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Serialization/JsonInputStreamSerializer.h" diff --git a/src/Serialization/JsonInputStreamSerializer.h b/src/Serialization/JsonInputStreamSerializer.h index ca366abde..880595f10 100755 --- a/src/Serialization/JsonInputStreamSerializer.h +++ b/src/Serialization/JsonInputStreamSerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/JsonInputValueSerializer.cpp b/src/Serialization/JsonInputValueSerializer.cpp index f182465fe..f65ad8cae 100755 --- a/src/Serialization/JsonInputValueSerializer.cpp +++ b/src/Serialization/JsonInputValueSerializer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "JsonInputValueSerializer.h" diff --git a/src/Serialization/JsonInputValueSerializer.h b/src/Serialization/JsonInputValueSerializer.h index 8534eaf64..46f9f4a10 100755 --- a/src/Serialization/JsonInputValueSerializer.h +++ b/src/Serialization/JsonInputValueSerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/JsonOutputStreamSerializer.cpp b/src/Serialization/JsonOutputStreamSerializer.cpp index 7bde5eeba..675bb5322 100755 --- a/src/Serialization/JsonOutputStreamSerializer.cpp +++ b/src/Serialization/JsonOutputStreamSerializer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "JsonOutputStreamSerializer.h" #include diff --git a/src/Serialization/JsonOutputStreamSerializer.h b/src/Serialization/JsonOutputStreamSerializer.h index 832d4ff09..32726d5cc 100755 --- a/src/Serialization/JsonOutputStreamSerializer.h +++ b/src/Serialization/JsonOutputStreamSerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/KVBinaryCommon.h b/src/Serialization/KVBinaryCommon.h index b85b94173..07d0c8a9c 100755 --- a/src/Serialization/KVBinaryCommon.h +++ b/src/Serialization/KVBinaryCommon.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/KVBinaryInputStreamSerializer.cpp b/src/Serialization/KVBinaryInputStreamSerializer.cpp index f5d5e3b4c..e8486ae79 100755 --- a/src/Serialization/KVBinaryInputStreamSerializer.cpp +++ b/src/Serialization/KVBinaryInputStreamSerializer.cpp @@ -2,6 +2,8 @@ // Copyright (c) 2014-2017 XDN developers // Copyright (c) 2016-2017 BXC developers // Copyright (c) 2017 UltraNote developers +// Copyright (c) 2016-2019, The Karbo developers +// // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/Serialization/KVBinaryInputStreamSerializer.h b/src/Serialization/KVBinaryInputStreamSerializer.h index 0d464c314..3709386b7 100755 --- a/src/Serialization/KVBinaryInputStreamSerializer.h +++ b/src/Serialization/KVBinaryInputStreamSerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/KVBinaryOutputStreamSerializer.cpp b/src/Serialization/KVBinaryOutputStreamSerializer.cpp index a8a1e205e..19f2d0a6d 100755 --- a/src/Serialization/KVBinaryOutputStreamSerializer.cpp +++ b/src/Serialization/KVBinaryOutputStreamSerializer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "KVBinaryOutputStreamSerializer.h" #include "KVBinaryCommon.h" diff --git a/src/Serialization/KVBinaryOutputStreamSerializer.h b/src/Serialization/KVBinaryOutputStreamSerializer.h index bac8530b7..716915edb 100755 --- a/src/Serialization/KVBinaryOutputStreamSerializer.h +++ b/src/Serialization/KVBinaryOutputStreamSerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/MemoryStream.cpp b/src/Serialization/MemoryStream.cpp index ffe78f0bf..24511aebd 100755 --- a/src/Serialization/MemoryStream.cpp +++ b/src/Serialization/MemoryStream.cpp @@ -1,18 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "MemoryStream.h" diff --git a/src/Serialization/MemoryStream.h b/src/Serialization/MemoryStream.h index a656cb42a..2f40c30cf 100755 --- a/src/Serialization/MemoryStream.h +++ b/src/Serialization/MemoryStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/SerializationOverloads.cpp b/src/Serialization/SerializationOverloads.cpp index eeb8e719c..a9fec0c57 100755 --- a/src/Serialization/SerializationOverloads.cpp +++ b/src/Serialization/SerializationOverloads.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Serialization/SerializationOverloads.h" diff --git a/src/Serialization/SerializationOverloads.h b/src/Serialization/SerializationOverloads.h index da6cfa865..7252e1475 100755 --- a/src/Serialization/SerializationOverloads.h +++ b/src/Serialization/SerializationOverloads.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Serialization/SerializationTools.h b/src/Serialization/SerializationTools.h index ba1d4cc71..4129a73db 100755 --- a/src/Serialization/SerializationTools.h +++ b/src/Serialization/SerializationTools.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/SimpleWallet/SimpleWallet.cpp b/src/SimpleWallet/SimpleWallet.cpp index 60a67445d..6d421fae6 100755 --- a/src/SimpleWallet/SimpleWallet.cpp +++ b/src/SimpleWallet/SimpleWallet.cpp @@ -1,8 +1,7 @@ // Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers, The Karbovanets developers // Copyright (c) 2014-2016, XDN developers -// Copyright (c) 2014-2016, The Monero Project -// Copyright (c) 2014-2017, The Forknote developers // Copyright (c) 2014-2017, The Monero Project +// Copyright (c) 2014-2017, The Forknote developers // Copyright (c) 2016-2019, The Karbo developers // // All rights reserved. diff --git a/src/System/Context.h b/src/System/Context.h index 7833997aa..a3fbddd67 100755 --- a/src/System/Context.h +++ b/src/System/Context.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/ContextGroup.cpp b/src/System/ContextGroup.cpp index 2b5f59b8b..a71c2aabf 100755 --- a/src/System/ContextGroup.cpp +++ b/src/System/ContextGroup.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ContextGroup.h" #include diff --git a/src/System/ContextGroup.h b/src/System/ContextGroup.h index 70085f19f..56ce3bcf6 100755 --- a/src/System/ContextGroup.h +++ b/src/System/ContextGroup.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/ContextGroupTimeout.cpp b/src/System/ContextGroupTimeout.cpp index 978078850..e0121afb1 100755 --- a/src/System/ContextGroupTimeout.cpp +++ b/src/System/ContextGroupTimeout.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ContextGroupTimeout.h" #include diff --git a/src/System/ContextGroupTimeout.h b/src/System/ContextGroupTimeout.h index 9bc81e1bd..2ee5887bd 100755 --- a/src/System/ContextGroupTimeout.h +++ b/src/System/ContextGroupTimeout.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include diff --git a/src/System/Event.cpp b/src/System/Event.cpp index d9104e422..eb5ba44c6 100755 --- a/src/System/Event.cpp +++ b/src/System/Event.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Event.h" #include diff --git a/src/System/Event.h b/src/System/Event.h index 5b6962ac2..07e6390eb 100755 --- a/src/System/Event.h +++ b/src/System/Event.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/EventLock.cpp b/src/System/EventLock.cpp index 5a75a1651..f39255b3d 100755 --- a/src/System/EventLock.cpp +++ b/src/System/EventLock.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "EventLock.h" #include diff --git a/src/System/EventLock.h b/src/System/EventLock.h index 38719d27e..87e9971a7 100755 --- a/src/System/EventLock.h +++ b/src/System/EventLock.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/InterruptedException.cpp b/src/System/InterruptedException.cpp index 335adf4c2..9356f6649 100755 --- a/src/System/InterruptedException.cpp +++ b/src/System/InterruptedException.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "InterruptedException.h" diff --git a/src/System/InterruptedException.h b/src/System/InterruptedException.h index e7f7a1a0b..82a5f81d6 100755 --- a/src/System/InterruptedException.h +++ b/src/System/InterruptedException.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/Ipv4Address.cpp b/src/System/Ipv4Address.cpp index bf993feaa..fbef21ca7 100755 --- a/src/System/Ipv4Address.cpp +++ b/src/System/Ipv4Address.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Ipv4Address.h" #include diff --git a/src/System/Ipv4Address.h b/src/System/Ipv4Address.h index cd4bfdf09..647e2191e 100755 --- a/src/System/Ipv4Address.h +++ b/src/System/Ipv4Address.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/OperationTimeout.h b/src/System/OperationTimeout.h index ff83f26f8..330d7d000 100755 --- a/src/System/OperationTimeout.h +++ b/src/System/OperationTimeout.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/RemoteContext.h b/src/System/RemoteContext.h index d08a8052c..367d6c2ea 100755 --- a/src/System/RemoteContext.h +++ b/src/System/RemoteContext.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/RemoteEventLock.cpp b/src/System/RemoteEventLock.cpp index 1eff26f43..66968ae93 100755 --- a/src/System/RemoteEventLock.cpp +++ b/src/System/RemoteEventLock.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RemoteEventLock.h" #include diff --git a/src/System/RemoteEventLock.h b/src/System/RemoteEventLock.h index 54ab66cf8..427f3649e 100755 --- a/src/System/RemoteEventLock.h +++ b/src/System/RemoteEventLock.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/System/TcpStream.cpp b/src/System/TcpStream.cpp index ffe6d325a..383b5f59d 100755 --- a/src/System/TcpStream.cpp +++ b/src/System/TcpStream.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TcpStream.h" #include diff --git a/src/System/TcpStream.h b/src/System/TcpStream.h index f77298915..d4ebbfb32 100755 --- a/src/System/TcpStream.h +++ b/src/System/TcpStream.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/BlockchainSynchronizer.cpp b/src/Transfers/BlockchainSynchronizer.cpp index e04564782..cf313e5dc 100755 --- a/src/Transfers/BlockchainSynchronizer.cpp +++ b/src/Transfers/BlockchainSynchronizer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockchainSynchronizer.h" diff --git a/src/Transfers/BlockchainSynchronizer.h b/src/Transfers/BlockchainSynchronizer.h index a2494c30c..353478936 100755 --- a/src/Transfers/BlockchainSynchronizer.h +++ b/src/Transfers/BlockchainSynchronizer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/CommonTypes.h b/src/Transfers/CommonTypes.h index 805d629e7..10ae6eacf 100755 --- a/src/Transfers/CommonTypes.h +++ b/src/Transfers/CommonTypes.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/IBlockchainSynchronizer.h b/src/Transfers/IBlockchainSynchronizer.h index 68de6a00a..7023c64df 100755 --- a/src/Transfers/IBlockchainSynchronizer.h +++ b/src/Transfers/IBlockchainSynchronizer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/IObservableImpl.h b/src/Transfers/IObservableImpl.h index a8bf6a170..f50e9bf10 100755 --- a/src/Transfers/IObservableImpl.h +++ b/src/Transfers/IObservableImpl.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/SynchronizationState.cpp b/src/Transfers/SynchronizationState.cpp index 80f12512f..abb0064ea 100755 --- a/src/Transfers/SynchronizationState.cpp +++ b/src/Transfers/SynchronizationState.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "SynchronizationState.h" diff --git a/src/Transfers/SynchronizationState.h b/src/Transfers/SynchronizationState.h index 6b9f87079..3fdf87fbd 100755 --- a/src/Transfers/SynchronizationState.h +++ b/src/Transfers/SynchronizationState.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/TransfersConsumer.cpp b/src/Transfers/TransfersConsumer.cpp index 03aca0043..d14893434 100755 --- a/src/Transfers/TransfersConsumer.cpp +++ b/src/Transfers/TransfersConsumer.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2018 BBSCoin developers // Copyright (c) 2018-2019, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransfersConsumer.h" diff --git a/src/Transfers/TransfersConsumer.h b/src/Transfers/TransfersConsumer.h index a205d52ac..a5fe0255e 100755 --- a/src/Transfers/TransfersConsumer.h +++ b/src/Transfers/TransfersConsumer.h @@ -2,20 +2,20 @@ // Copyright (c) 2018 BBSCoin developers // Copyright (c) 2018-2019, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/TransfersContainer.cpp b/src/Transfers/TransfersContainer.cpp index d3cfcd520..771bd2245 100755 --- a/src/Transfers/TransfersContainer.cpp +++ b/src/Transfers/TransfersContainer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransfersContainer.h" #include "IWalletLegacy.h" diff --git a/src/Transfers/TransfersContainer.h b/src/Transfers/TransfersContainer.h index 456f8c78d..784833f86 100755 --- a/src/Transfers/TransfersContainer.h +++ b/src/Transfers/TransfersContainer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/TransfersSubscription.cpp b/src/Transfers/TransfersSubscription.cpp index 0dd1cce07..7bc38bcd9 100755 --- a/src/Transfers/TransfersSubscription.cpp +++ b/src/Transfers/TransfersSubscription.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransfersSubscription.h" #include "IWalletLegacy.h" diff --git a/src/Transfers/TransfersSubscription.h b/src/Transfers/TransfersSubscription.h index 092e8e47f..f7f5c5619 100755 --- a/src/Transfers/TransfersSubscription.h +++ b/src/Transfers/TransfersSubscription.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/TransfersSynchronizer.cpp b/src/Transfers/TransfersSynchronizer.cpp index b0407edab..129e459a4 100755 --- a/src/Transfers/TransfersSynchronizer.cpp +++ b/src/Transfers/TransfersSynchronizer.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2018, The BBSCoin Developers // Copyright (c) 2018, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransfersSynchronizer.h" #include "TransfersConsumer.h" diff --git a/src/Transfers/TransfersSynchronizer.h b/src/Transfers/TransfersSynchronizer.h index a57befe13..f55147026 100755 --- a/src/Transfers/TransfersSynchronizer.h +++ b/src/Transfers/TransfersSynchronizer.h @@ -2,20 +2,20 @@ // Copyright (c) 2018, The BBSCoin Developers // Copyright (c) 2018, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Transfers/TypeHelpers.h b/src/Transfers/TypeHelpers.h index 357be999a..785eaa8ae 100755 --- a/src/Transfers/TypeHelpers.h +++ b/src/Transfers/TypeHelpers.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/IFusionManager.h b/src/Wallet/IFusionManager.h index 0d854259d..1efada02a 100755 --- a/src/Wallet/IFusionManager.h +++ b/src/Wallet/IFusionManager.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/LegacyKeysImporter.cpp b/src/Wallet/LegacyKeysImporter.cpp index 766ee1e05..0b1a2fa5e 100755 --- a/src/Wallet/LegacyKeysImporter.cpp +++ b/src/Wallet/LegacyKeysImporter.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "LegacyKeysImporter.h" diff --git a/src/Wallet/LegacyKeysImporter.h b/src/Wallet/LegacyKeysImporter.h index 6a8556fbe..1a47f2168 100755 --- a/src/Wallet/LegacyKeysImporter.h +++ b/src/Wallet/LegacyKeysImporter.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletAsyncContextCounter.cpp b/src/Wallet/WalletAsyncContextCounter.cpp index 1caf7957f..0b5e80143 100755 --- a/src/Wallet/WalletAsyncContextCounter.cpp +++ b/src/Wallet/WalletAsyncContextCounter.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletAsyncContextCounter.h" diff --git a/src/Wallet/WalletAsyncContextCounter.h b/src/Wallet/WalletAsyncContextCounter.h index 700127e79..cfb2d312e 100755 --- a/src/Wallet/WalletAsyncContextCounter.h +++ b/src/Wallet/WalletAsyncContextCounter.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletErrors.cpp b/src/Wallet/WalletErrors.cpp index e4fcf3f8e..95baf9c5c 100755 --- a/src/Wallet/WalletErrors.cpp +++ b/src/Wallet/WalletErrors.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletErrors.h" diff --git a/src/Wallet/WalletErrors.h b/src/Wallet/WalletErrors.h index 410a65b3d..7042327c4 100755 --- a/src/Wallet/WalletErrors.h +++ b/src/Wallet/WalletErrors.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletGreen.cpp b/src/Wallet/WalletGreen.cpp index d699b6243..5ae653c54 100755 --- a/src/Wallet/WalletGreen.cpp +++ b/src/Wallet/WalletGreen.cpp @@ -3,20 +3,20 @@ // Copyright (c) 2018-2019, The TurtleCoin Developers // Copyright (c) 2016-2019, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletGreen.h" diff --git a/src/Wallet/WalletGreen.h b/src/Wallet/WalletGreen.h index 412489a60..b58411aa1 100755 --- a/src/Wallet/WalletGreen.h +++ b/src/Wallet/WalletGreen.h @@ -3,20 +3,20 @@ // Copyright (c) 2018-2019, The TurtleCoin Developers // Copyright (c) 2016-2019, The Karbo Developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletIndices.h b/src/Wallet/WalletIndices.h index bfabd00eb..cb8388a34 100755 --- a/src/Wallet/WalletIndices.h +++ b/src/Wallet/WalletIndices.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletRpcServer.cpp b/src/Wallet/WalletRpcServer.cpp index e22ec9d3e..8264c08b5 100755 --- a/src/Wallet/WalletRpcServer.cpp +++ b/src/Wallet/WalletRpcServer.cpp @@ -3,20 +3,20 @@ // Copyright (c) 2014-2016, The Monero Project // Copyright (c) 2016-2019, Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/Wallet/WalletRpcServer.h b/src/Wallet/WalletRpcServer.h index 814b59d3a..d5e433594 100755 --- a/src/Wallet/WalletRpcServer.h +++ b/src/Wallet/WalletRpcServer.h @@ -3,20 +3,20 @@ // Copyright (c) 2014-2016, The Monero Project // Copyright (c) 2016-2019, Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletRpcServerCommandsDefinitions.h b/src/Wallet/WalletRpcServerCommandsDefinitions.h index 02089b59a..e751699ec 100755 --- a/src/Wallet/WalletRpcServerCommandsDefinitions.h +++ b/src/Wallet/WalletRpcServerCommandsDefinitions.h @@ -2,20 +2,20 @@ // Copyright (c) 2014-2016, The Monero Project // Copyright (c) 2016-2018, Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "CryptoNoteProtocol/CryptoNoteProtocolDefinitions.h" diff --git a/src/Wallet/WalletRpcServerErrorCodes.h b/src/Wallet/WalletRpcServerErrorCodes.h index a6ea196b8..f02d65b8e 100755 --- a/src/Wallet/WalletRpcServerErrorCodes.h +++ b/src/Wallet/WalletRpcServerErrorCodes.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletSerializationV1.cpp b/src/Wallet/WalletSerializationV1.cpp index ff1e0fcc6..5997097f9 100755 --- a/src/Wallet/WalletSerializationV1.cpp +++ b/src/Wallet/WalletSerializationV1.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletSerializationV1.h" diff --git a/src/Wallet/WalletSerializationV1.h b/src/Wallet/WalletSerializationV1.h index 93aa20ec9..4a67f66d2 100755 --- a/src/Wallet/WalletSerializationV1.h +++ b/src/Wallet/WalletSerializationV1.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletSerializationV2.cpp b/src/Wallet/WalletSerializationV2.cpp index 4ccbd0447..fae87740d 100755 --- a/src/Wallet/WalletSerializationV2.cpp +++ b/src/Wallet/WalletSerializationV2.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletSerializationV2.h" diff --git a/src/Wallet/WalletSerializationV2.h b/src/Wallet/WalletSerializationV2.h index 01497a88f..59a3d922b 100755 --- a/src/Wallet/WalletSerializationV2.h +++ b/src/Wallet/WalletSerializationV2.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/Wallet/WalletUtils.cpp b/src/Wallet/WalletUtils.cpp index 418ab51a2..90467c495 100755 --- a/src/Wallet/WalletUtils.cpp +++ b/src/Wallet/WalletUtils.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletUtils.h" diff --git a/src/Wallet/WalletUtils.h b/src/Wallet/WalletUtils.h index ec286ed52..d11e798aa 100755 --- a/src/Wallet/WalletUtils.h +++ b/src/Wallet/WalletUtils.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/KeysStorage.cpp b/src/WalletLegacy/KeysStorage.cpp index 6596b434c..aa6b4a5a1 100755 --- a/src/WalletLegacy/KeysStorage.cpp +++ b/src/WalletLegacy/KeysStorage.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "KeysStorage.h" diff --git a/src/WalletLegacy/KeysStorage.h b/src/WalletLegacy/KeysStorage.h index d5d3c9adb..3140ab69c 100755 --- a/src/WalletLegacy/KeysStorage.h +++ b/src/WalletLegacy/KeysStorage.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletHelper.cpp b/src/WalletLegacy/WalletHelper.cpp index 5366566e3..8054ca687 100755 --- a/src/WalletLegacy/WalletHelper.cpp +++ b/src/WalletLegacy/WalletHelper.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletHelper.h" #include "Common/PathTools.h" diff --git a/src/WalletLegacy/WalletHelper.h b/src/WalletLegacy/WalletHelper.h index 043901d01..25e2441c9 100755 --- a/src/WalletLegacy/WalletHelper.h +++ b/src/WalletLegacy/WalletHelper.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletLegacyEvent.h b/src/WalletLegacy/WalletLegacyEvent.h index 4055b3e6d..51755e871 100755 --- a/src/WalletLegacy/WalletLegacyEvent.h +++ b/src/WalletLegacy/WalletLegacyEvent.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletLegacySerialization.cpp b/src/WalletLegacy/WalletLegacySerialization.cpp index b7426e332..30167100c 100755 --- a/src/WalletLegacy/WalletLegacySerialization.cpp +++ b/src/WalletLegacy/WalletLegacySerialization.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletLegacySerialization.h" #include "WalletLegacy/WalletUnconfirmedTransactions.h" diff --git a/src/WalletLegacy/WalletLegacySerialization.h b/src/WalletLegacy/WalletLegacySerialization.h index 12094c272..b464ff368 100755 --- a/src/WalletLegacy/WalletLegacySerialization.h +++ b/src/WalletLegacy/WalletLegacySerialization.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletLegacySerializer.cpp b/src/WalletLegacy/WalletLegacySerializer.cpp index e7414773f..06c52739d 100755 --- a/src/WalletLegacy/WalletLegacySerializer.cpp +++ b/src/WalletLegacy/WalletLegacySerializer.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletLegacySerializer.h" diff --git a/src/WalletLegacy/WalletLegacySerializer.h b/src/WalletLegacy/WalletLegacySerializer.h index 8e937fae8..cee5d5aa0 100755 --- a/src/WalletLegacy/WalletLegacySerializer.h +++ b/src/WalletLegacy/WalletLegacySerializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletRequest.h b/src/WalletLegacy/WalletRequest.h index eed8a0749..648c4afbe 100755 --- a/src/WalletLegacy/WalletRequest.h +++ b/src/WalletLegacy/WalletRequest.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletSendTransactionContext.h b/src/WalletLegacy/WalletSendTransactionContext.h index 60eaeb36c..3ded35deb 100755 --- a/src/WalletLegacy/WalletSendTransactionContext.h +++ b/src/WalletLegacy/WalletSendTransactionContext.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletTransactionSender.cpp b/src/WalletLegacy/WalletTransactionSender.cpp index 4a9fb6eb5..027bba6d0 100755 --- a/src/WalletLegacy/WalletTransactionSender.cpp +++ b/src/WalletLegacy/WalletTransactionSender.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "crypto/crypto.h" //for rand() #include "CryptoNoteCore/Account.h" diff --git a/src/WalletLegacy/WalletTransactionSender.h b/src/WalletLegacy/WalletTransactionSender.h index 23c005ff3..40535339d 100755 --- a/src/WalletLegacy/WalletTransactionSender.h +++ b/src/WalletLegacy/WalletTransactionSender.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletUnconfirmedTransactions.cpp b/src/WalletLegacy/WalletUnconfirmedTransactions.cpp index b43d99cb0..9b6a96780 100755 --- a/src/WalletLegacy/WalletUnconfirmedTransactions.cpp +++ b/src/WalletLegacy/WalletUnconfirmedTransactions.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "WalletUnconfirmedTransactions.h" #include "WalletLegacy/WalletLegacySerialization.h" diff --git a/src/WalletLegacy/WalletUnconfirmedTransactions.h b/src/WalletLegacy/WalletUnconfirmedTransactions.h index fac8d7ab8..a59772e73 100755 --- a/src/WalletLegacy/WalletUnconfirmedTransactions.h +++ b/src/WalletLegacy/WalletUnconfirmedTransactions.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletUserTransactionsCache.cpp b/src/WalletLegacy/WalletUserTransactionsCache.cpp index 7f311f187..8b622c681 100755 --- a/src/WalletLegacy/WalletUserTransactionsCache.cpp +++ b/src/WalletLegacy/WalletUserTransactionsCache.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "IWalletLegacy.h" #include "Wallet/WalletErrors.h" diff --git a/src/WalletLegacy/WalletUserTransactionsCache.h b/src/WalletLegacy/WalletUserTransactionsCache.h index f0446ea9f..b5074c0a5 100755 --- a/src/WalletLegacy/WalletUserTransactionsCache.h +++ b/src/WalletLegacy/WalletUserTransactionsCache.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/WalletLegacy/WalletUtils.h b/src/WalletLegacy/WalletUtils.h index a1c1bf24a..4d06eb7ed 100755 --- a/src/WalletLegacy/WalletUtils.h +++ b/src/WalletLegacy/WalletUtils.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/crypto/crypto-ops-data.c b/src/crypto/crypto-ops-data.c index ed3975f8d..f2961eb01 100755 --- a/src/crypto/crypto-ops-data.c +++ b/src/crypto/crypto-ops-data.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/src/crypto/crypto-ops.c b/src/crypto/crypto-ops.c index e7e0418e2..c45071df9 100755 --- a/src/crypto/crypto-ops.c +++ b/src/crypto/crypto-ops.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/crypto/crypto.cpp b/src/crypto/crypto.cpp index 24c00ead3..842f966ee 100755 --- a/src/crypto/crypto.cpp +++ b/src/crypto/crypto.cpp @@ -2,20 +2,20 @@ // Copyright (c) 2014-2017, The Monero Project // Copyright (c) 2016-2018, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #ifndef __FreeBSD__ #include diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h index 96913bc67..a6b0d60b9 100755 --- a/src/crypto/crypto.h +++ b/src/crypto/crypto.h @@ -2,20 +2,20 @@ // Copyright (c) 2014-2017, The Monero Project // Copyright (c) 2016-2018, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/crypto/generic-ops.h b/src/crypto/generic-ops.h index 657776b22..5dcc77f3a 100755 --- a/src/crypto/generic-ops.h +++ b/src/crypto/generic-ops.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/crypto/hash-extra-blake.c b/src/crypto/hash-extra-blake.c index d60ac82d8..8fdd46b82 100755 --- a/src/crypto/hash-extra-blake.c +++ b/src/crypto/hash-extra-blake.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/crypto/hash-extra-groestl.c b/src/crypto/hash-extra-groestl.c index 12fd2777d..7f0cdf927 100755 --- a/src/crypto/hash-extra-groestl.c +++ b/src/crypto/hash-extra-groestl.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/crypto/hash-extra-jh.c b/src/crypto/hash-extra-jh.c index 01d4d56c8..68d59da0c 100755 --- a/src/crypto/hash-extra-jh.c +++ b/src/crypto/hash-extra-jh.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/crypto/hash-extra-skein.c b/src/crypto/hash-extra-skein.c index 4cc474539..3697d7652 100755 --- a/src/crypto/hash-extra-skein.c +++ b/src/crypto/hash-extra-skein.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/crypto/hash-ops.h b/src/crypto/hash-ops.h index 92406b461..314f88792 100755 --- a/src/crypto/hash-ops.h +++ b/src/crypto/hash-ops.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/crypto/hash.c b/src/crypto/hash.c index 3af74aa23..89b9dfc7e 100755 --- a/src/crypto/hash.c +++ b/src/crypto/hash.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/crypto/hash.h b/src/crypto/hash.h index a35aa4469..dfad0eab8 100755 --- a/src/crypto/hash.h +++ b/src/crypto/hash.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/crypto/initializer.h b/src/crypto/initializer.h index 9b0687c59..9bf522fc8 100755 --- a/src/crypto/initializer.h +++ b/src/crypto/initializer.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/crypto/random.c b/src/crypto/random.c index f63822398..433fd9ccf 100755 --- a/src/crypto/random.c +++ b/src/crypto/random.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/src/crypto/random.h b/src/crypto/random.h index 956ac828f..642f46903 100755 --- a/src/crypto/random.h +++ b/src/crypto/random.h @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/src/crypto/slow-hash.cpp b/src/crypto/slow-hash.cpp index 722c4d5bc..be55947f5 100755 --- a/src/crypto/slow-hash.cpp +++ b/src/crypto/slow-hash.cpp @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/src/crypto/slow-hash.inl b/src/crypto/slow-hash.inl index 1edd697b1..55ff5efbf 100755 --- a/src/crypto/slow-hash.inl +++ b/src/crypto/slow-hash.inl @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . static void #if defined(AESNI) diff --git a/src/crypto/tree-hash.c b/src/crypto/tree-hash.c index 687f66043..3cd4faa4c 100755 --- a/src/crypto/tree-hash.c +++ b/src/crypto/tree-hash.c @@ -1,19 +1,20 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2016-2019, The Karbo developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/Common/VectorMainChainStorage.cpp b/tests/Common/VectorMainChainStorage.cpp index e4cd7bff1..27b64272d 100755 --- a/tests/Common/VectorMainChainStorage.cpp +++ b/tests/Common/VectorMainChainStorage.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "VectorMainChainStorage.h" diff --git a/tests/Common/VectorMainChainStorage.h b/tests/Common/VectorMainChainStorage.h index a9054f534..bf4b97803 100755 --- a/tests/Common/VectorMainChainStorage.h +++ b/tests/Common/VectorMainChainStorage.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/AccountBoostSerialization.h b/tests/CoreTests/AccountBoostSerialization.h index 32535df27..5764d6732 100755 --- a/tests/CoreTests/AccountBoostSerialization.h +++ b/tests/CoreTests/AccountBoostSerialization.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/BlockReward.cpp b/tests/CoreTests/BlockReward.cpp index 1712ce2d7..fd910fd42 100755 --- a/tests/CoreTests/BlockReward.cpp +++ b/tests/CoreTests/BlockReward.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockReward.h" diff --git a/tests/CoreTests/BlockReward.h b/tests/CoreTests/BlockReward.h index accdc22e0..fede2264a 100755 --- a/tests/CoreTests/BlockReward.h +++ b/tests/CoreTests/BlockReward.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/BlockValidation.cpp b/tests/CoreTests/BlockValidation.cpp index 459cfd97f..31e8f412f 100755 --- a/tests/CoreTests/BlockValidation.cpp +++ b/tests/CoreTests/BlockValidation.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BlockValidation.h" #include "TestGenerator.h" diff --git a/tests/CoreTests/BlockValidation.h b/tests/CoreTests/BlockValidation.h index 9d5389ecb..5b895d21b 100755 --- a/tests/CoreTests/BlockValidation.h +++ b/tests/CoreTests/BlockValidation.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/BoostSerializationHelper.h b/tests/CoreTests/BoostSerializationHelper.h index 816ae6865..8698e08bd 100755 --- a/tests/CoreTests/BoostSerializationHelper.h +++ b/tests/CoreTests/BoostSerializationHelper.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/ChainSplit1.cpp b/tests/CoreTests/ChainSplit1.cpp index 2520d966b..b21f3f719 100755 --- a/tests/CoreTests/ChainSplit1.cpp +++ b/tests/CoreTests/ChainSplit1.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ChainSplit1.h" diff --git a/tests/CoreTests/ChainSplit1.h b/tests/CoreTests/ChainSplit1.h index 83a8eb9da..ce63a46a1 100755 --- a/tests/CoreTests/ChainSplit1.h +++ b/tests/CoreTests/ChainSplit1.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/ChainSwitch1.cpp b/tests/CoreTests/ChainSwitch1.cpp index ecb882efa..bd6412551 100755 --- a/tests/CoreTests/ChainSwitch1.cpp +++ b/tests/CoreTests/ChainSwitch1.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ChainSwitch1.h" diff --git a/tests/CoreTests/ChainSwitch1.h b/tests/CoreTests/ChainSwitch1.h index d8840445c..ed537881f 100755 --- a/tests/CoreTests/ChainSwitch1.h +++ b/tests/CoreTests/ChainSwitch1.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/Chaingen.cpp b/tests/CoreTests/Chaingen.cpp index 5253bf797..3777688f2 100755 --- a/tests/CoreTests/Chaingen.cpp +++ b/tests/CoreTests/Chaingen.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Chaingen.h" diff --git a/tests/CoreTests/Chaingen.h b/tests/CoreTests/Chaingen.h index 2adab1743..ad2a0d3a9 100755 --- a/tests/CoreTests/Chaingen.h +++ b/tests/CoreTests/Chaingen.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/Chaingen001.cpp b/tests/CoreTests/Chaingen001.cpp index 1705d6f74..68a0597da 100755 --- a/tests/CoreTests/Chaingen001.cpp +++ b/tests/CoreTests/Chaingen001.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Chaingen001.h" diff --git a/tests/CoreTests/Chaingen001.h b/tests/CoreTests/Chaingen001.h index 0775ea99c..6bf6a8219 100755 --- a/tests/CoreTests/Chaingen001.h +++ b/tests/CoreTests/Chaingen001.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/ChaingenMain.cpp b/tests/CoreTests/ChaingenMain.cpp index 414ed813b..ea06ae65f 100755 --- a/tests/CoreTests/ChaingenMain.cpp +++ b/tests/CoreTests/ChaingenMain.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Chaingen.h" diff --git a/tests/CoreTests/CryptoNoteBoostSerialization.h b/tests/CoreTests/CryptoNoteBoostSerialization.h index 076825eaf..908d08491 100755 --- a/tests/CoreTests/CryptoNoteBoostSerialization.h +++ b/tests/CoreTests/CryptoNoteBoostSerialization.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/DoubleSpend.cpp b/tests/CoreTests/DoubleSpend.cpp index 23f6b2007..50a2f4998 100755 --- a/tests/CoreTests/DoubleSpend.cpp +++ b/tests/CoreTests/DoubleSpend.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "DoubleSpend.h" #include "TestGenerator.h" diff --git a/tests/CoreTests/DoubleSpend.h b/tests/CoreTests/DoubleSpend.h index b331f7d2f..554d43c97 100755 --- a/tests/CoreTests/DoubleSpend.h +++ b/tests/CoreTests/DoubleSpend.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/IntegerOverflow.cpp b/tests/CoreTests/IntegerOverflow.cpp index 82e429642..7de4de0bd 100755 --- a/tests/CoreTests/IntegerOverflow.cpp +++ b/tests/CoreTests/IntegerOverflow.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "IntegerOverflow.h" diff --git a/tests/CoreTests/IntegerOverflow.h b/tests/CoreTests/IntegerOverflow.h index 34e104b67..bdec89610 100755 --- a/tests/CoreTests/IntegerOverflow.h +++ b/tests/CoreTests/IntegerOverflow.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/RandomOuts.cpp b/tests/CoreTests/RandomOuts.cpp index f34f5e4e3..42a37bff5 100755 --- a/tests/CoreTests/RandomOuts.cpp +++ b/tests/CoreTests/RandomOuts.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RandomOuts.h" #include "TestGenerator.h" diff --git a/tests/CoreTests/RandomOuts.h b/tests/CoreTests/RandomOuts.h index 1d98504f2..cd9da3f16 100755 --- a/tests/CoreTests/RandomOuts.h +++ b/tests/CoreTests/RandomOuts.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/RingSignature.cpp b/tests/CoreTests/RingSignature.cpp index 3cba5d052..dad8dfc1e 100755 --- a/tests/CoreTests/RingSignature.cpp +++ b/tests/CoreTests/RingSignature.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RingSignature.h" diff --git a/tests/CoreTests/RingSignature.h b/tests/CoreTests/RingSignature.h index f7d226b0c..75cbae482 100755 --- a/tests/CoreTests/RingSignature.h +++ b/tests/CoreTests/RingSignature.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/TestGenerator.h b/tests/CoreTests/TestGenerator.h index 653a5e30a..1c1c5d112 100755 --- a/tests/CoreTests/TestGenerator.h +++ b/tests/CoreTests/TestGenerator.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/TransactionBuilder.cpp b/tests/CoreTests/TransactionBuilder.cpp index 7791818c4..a7bf65188 100755 --- a/tests/CoreTests/TransactionBuilder.cpp +++ b/tests/CoreTests/TransactionBuilder.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionBuilder.h" #include "CryptoNoteCore/TransactionExtra.h" diff --git a/tests/CoreTests/TransactionBuilder.h b/tests/CoreTests/TransactionBuilder.h index 5f403c8ae..fc52697c0 100755 --- a/tests/CoreTests/TransactionBuilder.h +++ b/tests/CoreTests/TransactionBuilder.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/TransactionTests.cpp b/tests/CoreTests/TransactionTests.cpp index 40f556c77..d57e576b6 100755 --- a/tests/CoreTests/TransactionTests.cpp +++ b/tests/CoreTests/TransactionTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "CryptoNoteCore/CryptoNoteBasicImpl.h" #include "CryptoNoteCore/Account.h" diff --git a/tests/CoreTests/TransactionTests.h b/tests/CoreTests/TransactionTests.h index e0b492e06..913a362a9 100755 --- a/tests/CoreTests/TransactionTests.h +++ b/tests/CoreTests/TransactionTests.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/TransactionValidation.cpp b/tests/CoreTests/TransactionValidation.cpp index aa126620e..38e0ceb18 100755 --- a/tests/CoreTests/TransactionValidation.cpp +++ b/tests/CoreTests/TransactionValidation.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionValidation.h" #include "TestGenerator.h" diff --git a/tests/CoreTests/TransactionValidation.h b/tests/CoreTests/TransactionValidation.h index 5a76ce6ce..2d038113e 100755 --- a/tests/CoreTests/TransactionValidation.h +++ b/tests/CoreTests/TransactionValidation.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/UnorderedContainersBoostSerialization.h b/tests/CoreTests/UnorderedContainersBoostSerialization.h index 0da86608d..ccbe539bf 100755 --- a/tests/CoreTests/UnorderedContainersBoostSerialization.h +++ b/tests/CoreTests/UnorderedContainersBoostSerialization.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/CoreTests/Upgrade.cpp b/tests/CoreTests/Upgrade.cpp index 2699a4435..796d5d49e 100755 --- a/tests/CoreTests/Upgrade.cpp +++ b/tests/CoreTests/Upgrade.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Upgrade.h" diff --git a/tests/CoreTests/Upgrade.h b/tests/CoreTests/Upgrade.h index 4bd744e4a..d75fd78d9 100755 --- a/tests/CoreTests/Upgrade.h +++ b/tests/CoreTests/Upgrade.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once #include "Chaingen.h" diff --git a/tests/CoreTests/double_spend.inl b/tests/CoreTests/double_spend.inl index 8ee5b95ec..cd8696e99 100755 --- a/tests/CoreTests/double_spend.inl +++ b/tests/CoreTests/double_spend.inl @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/Difficulty/Difficulty.cpp b/tests/Difficulty/Difficulty.cpp index 5df7a2bb3..f02d3747d 100755 --- a/tests/Difficulty/Difficulty.cpp +++ b/tests/Difficulty/Difficulty.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/Hash/main.cpp b/tests/Hash/main.cpp index b6d2d9d02..9903a6aeb 100755 --- a/tests/Hash/main.cpp +++ b/tests/Hash/main.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/HashTarget.cpp b/tests/HashTarget.cpp index b7610dc50..cd38f6a14 100755 --- a/tests/HashTarget.cpp +++ b/tests/HashTarget.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/IntegrationTestLib/BaseFunctionalTests.cpp b/tests/IntegrationTestLib/BaseFunctionalTests.cpp index 849d51f11..c49293dd5 100755 --- a/tests/IntegrationTestLib/BaseFunctionalTests.cpp +++ b/tests/IntegrationTestLib/BaseFunctionalTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BaseFunctionalTests.h" diff --git a/tests/IntegrationTestLib/BaseFunctionalTests.h b/tests/IntegrationTestLib/BaseFunctionalTests.h index 0468fa75a..526138f3d 100755 --- a/tests/IntegrationTestLib/BaseFunctionalTests.h +++ b/tests/IntegrationTestLib/BaseFunctionalTests.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/InProcTestNode.cpp b/tests/IntegrationTestLib/InProcTestNode.cpp index 6ba7522c0..6ed7abc20 100755 --- a/tests/IntegrationTestLib/InProcTestNode.cpp +++ b/tests/IntegrationTestLib/InProcTestNode.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "InProcTestNode.h" diff --git a/tests/IntegrationTestLib/InProcTestNode.h b/tests/IntegrationTestLib/InProcTestNode.h index 798edc0c4..32c1a5b53 100755 --- a/tests/IntegrationTestLib/InProcTestNode.h +++ b/tests/IntegrationTestLib/InProcTestNode.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/Logger.cpp b/tests/IntegrationTestLib/Logger.cpp index 5cb5f2305..e666aeb01 100755 --- a/tests/IntegrationTestLib/Logger.cpp +++ b/tests/IntegrationTestLib/Logger.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Logger.h" diff --git a/tests/IntegrationTestLib/Logger.h b/tests/IntegrationTestLib/Logger.h index 0dc27048c..1877f78ce 100755 --- a/tests/IntegrationTestLib/Logger.h +++ b/tests/IntegrationTestLib/Logger.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/NetworkConfiguration.h b/tests/IntegrationTestLib/NetworkConfiguration.h index f6e437b58..d1f5ef8d0 100755 --- a/tests/IntegrationTestLib/NetworkConfiguration.h +++ b/tests/IntegrationTestLib/NetworkConfiguration.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/NodeCallback.h b/tests/IntegrationTestLib/NodeCallback.h index 90a5353a3..a8b56ede6 100755 --- a/tests/IntegrationTestLib/NodeCallback.h +++ b/tests/IntegrationTestLib/NodeCallback.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/IntegrationTestLib/NodeObserver.h b/tests/IntegrationTestLib/NodeObserver.h index f3c51825b..9ae70f7af 100755 --- a/tests/IntegrationTestLib/NodeObserver.h +++ b/tests/IntegrationTestLib/NodeObserver.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/ObservableValue.h b/tests/IntegrationTestLib/ObservableValue.h index e4e8ba6a2..30aee8353 100755 --- a/tests/IntegrationTestLib/ObservableValue.h +++ b/tests/IntegrationTestLib/ObservableValue.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/Process.cpp b/tests/IntegrationTestLib/Process.cpp index b9de534dd..5bd1f8132 100755 --- a/tests/IntegrationTestLib/Process.cpp +++ b/tests/IntegrationTestLib/Process.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Process.h" diff --git a/tests/IntegrationTestLib/Process.h b/tests/IntegrationTestLib/Process.h index b21efba58..f6812d079 100755 --- a/tests/IntegrationTestLib/Process.h +++ b/tests/IntegrationTestLib/Process.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/RPCTestNode.cpp b/tests/IntegrationTestLib/RPCTestNode.cpp index 638df7f51..369408148 100755 --- a/tests/IntegrationTestLib/RPCTestNode.cpp +++ b/tests/IntegrationTestLib/RPCTestNode.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "RPCTestNode.h" diff --git a/tests/IntegrationTestLib/RPCTestNode.h b/tests/IntegrationTestLib/RPCTestNode.h index acea7f3ad..121c55817 100755 --- a/tests/IntegrationTestLib/RPCTestNode.h +++ b/tests/IntegrationTestLib/RPCTestNode.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/TestNetwork.cpp b/tests/IntegrationTestLib/TestNetwork.cpp index a3f78cc33..4c39d1930 100755 --- a/tests/IntegrationTestLib/TestNetwork.cpp +++ b/tests/IntegrationTestLib/TestNetwork.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TestNetwork.h" diff --git a/tests/IntegrationTestLib/TestNetwork.h b/tests/IntegrationTestLib/TestNetwork.h index 21d34b3c3..b92fe240a 100755 --- a/tests/IntegrationTestLib/TestNetwork.h +++ b/tests/IntegrationTestLib/TestNetwork.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/TestNode.h b/tests/IntegrationTestLib/TestNode.h index 07a0165b7..1ec7f7823 100755 --- a/tests/IntegrationTestLib/TestNode.h +++ b/tests/IntegrationTestLib/TestNode.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTestLib/TestWalletLegacy.cpp b/tests/IntegrationTestLib/TestWalletLegacy.cpp index bbe3f883a..bb6002166 100755 --- a/tests/IntegrationTestLib/TestWalletLegacy.cpp +++ b/tests/IntegrationTestLib/TestWalletLegacy.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TestWalletLegacy.h" diff --git a/tests/IntegrationTestLib/TestWalletLegacy.h b/tests/IntegrationTestLib/TestWalletLegacy.h index a2673a27f..1ee990e57 100755 --- a/tests/IntegrationTestLib/TestWalletLegacy.h +++ b/tests/IntegrationTestLib/TestWalletLegacy.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTests/BaseTests.h b/tests/IntegrationTests/BaseTests.h index cc174b66c..5e7c25db8 100755 --- a/tests/IntegrationTests/BaseTests.h +++ b/tests/IntegrationTests/BaseTests.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTests/IntegrationTests.cpp b/tests/IntegrationTests/IntegrationTests.cpp index dad9b931c..58d31375d 100755 --- a/tests/IntegrationTests/IntegrationTests.cpp +++ b/tests/IntegrationTests/IntegrationTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" #include diff --git a/tests/IntegrationTests/MultiVersion.cpp b/tests/IntegrationTests/MultiVersion.cpp index 3dc9e6f81..f8f34ed91 100755 --- a/tests/IntegrationTests/MultiVersion.cpp +++ b/tests/IntegrationTests/MultiVersion.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "../IntegrationTestLib/BaseFunctionalTests.h" diff --git a/tests/IntegrationTests/Node.cpp b/tests/IntegrationTests/Node.cpp index 026024392..2962efbaf 100755 --- a/tests/IntegrationTests/Node.cpp +++ b/tests/IntegrationTests/Node.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/tests/IntegrationTests/WalletLegacyObserver.h b/tests/IntegrationTests/WalletLegacyObserver.h index 0d65024f3..d09b91ede 100755 --- a/tests/IntegrationTests/WalletLegacyObserver.h +++ b/tests/IntegrationTests/WalletLegacyObserver.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/IntegrationTests/WalletLegacyTests.cpp b/tests/IntegrationTests/WalletLegacyTests.cpp index d49eb449b..212b29220 100755 --- a/tests/IntegrationTests/WalletLegacyTests.cpp +++ b/tests/IntegrationTests/WalletLegacyTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "BaseTests.h" diff --git a/tests/IntegrationTests/main.cpp b/tests/IntegrationTests/main.cpp index 30878f279..46aeefd32 100755 --- a/tests/IntegrationTests/main.cpp +++ b/tests/IntegrationTests/main.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/tests/Io.h b/tests/Io.h index 4698952bb..3b5d89eaa 100755 --- a/tests/Io.h +++ b/tests/Io.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/NodeRpcProxyTests/NodeRpcProxyTests.cpp b/tests/NodeRpcProxyTests/NodeRpcProxyTests.cpp index 53be23012..23193edea 100755 --- a/tests/NodeRpcProxyTests/NodeRpcProxyTests.cpp +++ b/tests/NodeRpcProxyTests/NodeRpcProxyTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/PerformanceTests/CheckRingSignature.h b/tests/PerformanceTests/CheckRingSignature.h index fc471f72e..72df086b7 100755 --- a/tests/PerformanceTests/CheckRingSignature.h +++ b/tests/PerformanceTests/CheckRingSignature.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/ConstructTransaction.h b/tests/PerformanceTests/ConstructTransaction.h index e7bb5818c..2688232b0 100755 --- a/tests/PerformanceTests/ConstructTransaction.h +++ b/tests/PerformanceTests/ConstructTransaction.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/CryptoNoteSlowHash.h b/tests/PerformanceTests/CryptoNoteSlowHash.h index f9122cd84..a10580ec2 100755 --- a/tests/PerformanceTests/CryptoNoteSlowHash.h +++ b/tests/PerformanceTests/CryptoNoteSlowHash.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/DerivePublicKey.h b/tests/PerformanceTests/DerivePublicKey.h index 9b4006cca..91a646051 100755 --- a/tests/PerformanceTests/DerivePublicKey.h +++ b/tests/PerformanceTests/DerivePublicKey.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/DeriveSecretKey.h b/tests/PerformanceTests/DeriveSecretKey.h index f7d345b3b..8229e6d70 100755 --- a/tests/PerformanceTests/DeriveSecretKey.h +++ b/tests/PerformanceTests/DeriveSecretKey.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/GenerateKeyDerivation.h b/tests/PerformanceTests/GenerateKeyDerivation.h index 09731ccc2..61a7db8b0 100755 --- a/tests/PerformanceTests/GenerateKeyDerivation.h +++ b/tests/PerformanceTests/GenerateKeyDerivation.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/GenerateKeyImage.h b/tests/PerformanceTests/GenerateKeyImage.h index 94df0a9d7..da22e0033 100755 --- a/tests/PerformanceTests/GenerateKeyImage.h +++ b/tests/PerformanceTests/GenerateKeyImage.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/GenerateKeyImageHelper.h b/tests/PerformanceTests/GenerateKeyImageHelper.h index 9122b92b8..cbd95b6ac 100755 --- a/tests/PerformanceTests/GenerateKeyImageHelper.h +++ b/tests/PerformanceTests/GenerateKeyImageHelper.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/IsOutToAccount.h b/tests/PerformanceTests/IsOutToAccount.h index dff208c08..dcdc6a25f 100755 --- a/tests/PerformanceTests/IsOutToAccount.h +++ b/tests/PerformanceTests/IsOutToAccount.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/MultiTransactionTestBase.h b/tests/PerformanceTests/MultiTransactionTestBase.h index a5d697280..cc5201fda 100755 --- a/tests/PerformanceTests/MultiTransactionTestBase.h +++ b/tests/PerformanceTests/MultiTransactionTestBase.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/PerformanceTests.h b/tests/PerformanceTests/PerformanceTests.h index c3dac5ddb..3e9ae47ad 100755 --- a/tests/PerformanceTests/PerformanceTests.h +++ b/tests/PerformanceTests/PerformanceTests.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/PerformanceUtils.h b/tests/PerformanceTests/PerformanceUtils.h index dce2012a5..2146c40df 100755 --- a/tests/PerformanceTests/PerformanceUtils.h +++ b/tests/PerformanceTests/PerformanceUtils.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/SingleTransactionTestBase.h b/tests/PerformanceTests/SingleTransactionTestBase.h index 8e7f326c7..c9f027e88 100755 --- a/tests/PerformanceTests/SingleTransactionTestBase.h +++ b/tests/PerformanceTests/SingleTransactionTestBase.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/PerformanceTests/main.cpp b/tests/PerformanceTests/main.cpp index f8134f83f..dcd15fe8c 100755 --- a/tests/PerformanceTests/main.cpp +++ b/tests/PerformanceTests/main.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "PerformanceTests.h" #include "PerformanceUtils.h" diff --git a/tests/System/ContextGroupTests.cpp b/tests/System/ContextGroupTests.cpp index 4a08eb35f..35349fef0 100755 --- a/tests/System/ContextGroupTests.cpp +++ b/tests/System/ContextGroupTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/ContextGroupTimeoutTests.cpp b/tests/System/ContextGroupTimeoutTests.cpp index 72b788328..f04efc676 100755 --- a/tests/System/ContextGroupTimeoutTests.cpp +++ b/tests/System/ContextGroupTimeoutTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/ContextTests.cpp b/tests/System/ContextTests.cpp index fc2d58654..e0ae970ca 100755 --- a/tests/System/ContextTests.cpp +++ b/tests/System/ContextTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/DispatcherTests.cpp b/tests/System/DispatcherTests.cpp index 3edd6f184..d05cc8bfd 100755 --- a/tests/System/DispatcherTests.cpp +++ b/tests/System/DispatcherTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/ErrorMessageTests.cpp b/tests/System/ErrorMessageTests.cpp index c4ed1618b..02013c917 100755 --- a/tests/System/ErrorMessageTests.cpp +++ b/tests/System/ErrorMessageTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/EventLockTests.cpp b/tests/System/EventLockTests.cpp index 47b475b38..7a939bade 100755 --- a/tests/System/EventLockTests.cpp +++ b/tests/System/EventLockTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/EventTests.cpp b/tests/System/EventTests.cpp index 910e804d2..059cae333 100755 --- a/tests/System/EventTests.cpp +++ b/tests/System/EventTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/Ipv4AddressTests.cpp b/tests/System/Ipv4AddressTests.cpp index a68779dd9..c6b2341a3 100755 --- a/tests/System/Ipv4AddressTests.cpp +++ b/tests/System/Ipv4AddressTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/Ipv4ResolverTests.cpp b/tests/System/Ipv4ResolverTests.cpp index 26f90e333..4b28bed5b 100755 --- a/tests/System/Ipv4ResolverTests.cpp +++ b/tests/System/Ipv4ResolverTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/OperationTimeoutTests.cpp b/tests/System/OperationTimeoutTests.cpp index 59e5492ae..12d53f6a6 100755 --- a/tests/System/OperationTimeoutTests.cpp +++ b/tests/System/OperationTimeoutTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/RemoteContextTests.cpp b/tests/System/RemoteContextTests.cpp index bf391b431..13c296e81 100755 --- a/tests/System/RemoteContextTests.cpp +++ b/tests/System/RemoteContextTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/TcpConnectionTests.cpp b/tests/System/TcpConnectionTests.cpp index ceb232f3f..286d18d1d 100755 --- a/tests/System/TcpConnectionTests.cpp +++ b/tests/System/TcpConnectionTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/TcpConnectorTests.cpp b/tests/System/TcpConnectorTests.cpp index f5a42bf57..818bfd848 100755 --- a/tests/System/TcpConnectorTests.cpp +++ b/tests/System/TcpConnectorTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/TcpListenerTests.cpp b/tests/System/TcpListenerTests.cpp index 744c1b28a..78d857d89 100755 --- a/tests/System/TcpListenerTests.cpp +++ b/tests/System/TcpListenerTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/TimerTests.cpp b/tests/System/TimerTests.cpp index c65891096..f7e6cbcfa 100755 --- a/tests/System/TimerTests.cpp +++ b/tests/System/TimerTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/System/main.cpp b/tests/System/main.cpp index aa4b11613..4fec19054 100755 --- a/tests/System/main.cpp +++ b/tests/System/main.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/tests/TestGenerator/TestGenerator.cpp b/tests/TestGenerator/TestGenerator.cpp index 389e66ff3..8940e5392 100755 --- a/tests/TestGenerator/TestGenerator.cpp +++ b/tests/TestGenerator/TestGenerator.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TestGenerator.h" diff --git a/tests/TestGenerator/TestGenerator.h b/tests/TestGenerator/TestGenerator.h index 0d6bf67a9..d5983ae9a 100755 --- a/tests/TestGenerator/TestGenerator.h +++ b/tests/TestGenerator/TestGenerator.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/TransfersTests/Globals.h b/tests/TransfersTests/Globals.h index b18f174c5..0840f72fc 100755 --- a/tests/TransfersTests/Globals.h +++ b/tests/TransfersTests/Globals.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/TransfersTests/TestNodeRpcProxy.cpp b/tests/TransfersTests/TestNodeRpcProxy.cpp index 4106eaeed..6b9833551 100755 --- a/tests/TransfersTests/TestNodeRpcProxy.cpp +++ b/tests/TransfersTests/TestNodeRpcProxy.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/TransfersTests/TestTxPoolSync.cpp b/tests/TransfersTests/TestTxPoolSync.cpp index 8938e9bdc..11277bed3 100755 --- a/tests/TransfersTests/TestTxPoolSync.cpp +++ b/tests/TransfersTests/TestTxPoolSync.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/TransfersTests/Tests.cpp b/tests/TransfersTests/Tests.cpp index 9da71e7df..7696bee7b 100755 --- a/tests/TransfersTests/Tests.cpp +++ b/tests/TransfersTests/Tests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "Globals.h" #include "CryptoNoteCore/Account.h" diff --git a/tests/TransfersTests/main.cpp b/tests/TransfersTests/main.cpp index 49b64321a..268cf4697 100755 --- a/tests/TransfersTests/main.cpp +++ b/tests/TransfersTests/main.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" #include "Globals.h" diff --git a/tests/UnitTests/ArrayRefTests.cpp b/tests/UnitTests/ArrayRefTests.cpp index e80ac5431..6bcc34eee 100755 --- a/tests/UnitTests/ArrayRefTests.cpp +++ b/tests/UnitTests/ArrayRefTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/UnitTests/ArrayViewTests.cpp b/tests/UnitTests/ArrayViewTests.cpp index 3f91e3e62..9001b836a 100755 --- a/tests/UnitTests/ArrayViewTests.cpp +++ b/tests/UnitTests/ArrayViewTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/UnitTests/Base58.cpp b/tests/UnitTests/Base58.cpp index 291463966..6ffe4d6c9 100755 --- a/tests/UnitTests/Base58.cpp +++ b/tests/UnitTests/Base58.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/BinarySerializationCompatibility.cpp b/tests/UnitTests/BinarySerializationCompatibility.cpp index 72e70c4c8..d14ff723d 100755 --- a/tests/UnitTests/BinarySerializationCompatibility.cpp +++ b/tests/UnitTests/BinarySerializationCompatibility.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . //#include "gtest/gtest.h" // diff --git a/tests/UnitTests/BlockReward.cpp b/tests/UnitTests/BlockReward.cpp index e9f212c74..95a6dce9f 100755 --- a/tests/UnitTests/BlockReward.cpp +++ b/tests/UnitTests/BlockReward.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/BlockingQueue.cpp b/tests/UnitTests/BlockingQueue.cpp index bf6e0809a..6f02d3f0d 100755 --- a/tests/UnitTests/BlockingQueue.cpp +++ b/tests/UnitTests/BlockingQueue.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include "Common/BlockingQueue.h" diff --git a/tests/UnitTests/Chacha8.cpp b/tests/UnitTests/Chacha8.cpp index 25d8f2e11..b6aa6b3a7 100755 --- a/tests/UnitTests/Chacha8.cpp +++ b/tests/UnitTests/Chacha8.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/tests/UnitTests/Checkpoints.cpp b/tests/UnitTests/Checkpoints.cpp index 8729a82b6..4de3008f6 100755 --- a/tests/UnitTests/Checkpoints.cpp +++ b/tests/UnitTests/Checkpoints.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/DataBaseMock.cpp b/tests/UnitTests/DataBaseMock.cpp index 61601612b..50f80ef81 100755 --- a/tests/UnitTests/DataBaseMock.cpp +++ b/tests/UnitTests/DataBaseMock.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "DataBaseMock.h" diff --git a/tests/UnitTests/DataBaseMock.h b/tests/UnitTests/DataBaseMock.h index 3f9fb65ba..0a92e4428 100755 --- a/tests/UnitTests/DataBaseMock.h +++ b/tests/UnitTests/DataBaseMock.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/DecomposeAmountIntoDigits.cpp b/tests/UnitTests/DecomposeAmountIntoDigits.cpp index 0420dc46d..02ff8074b 100755 --- a/tests/UnitTests/DecomposeAmountIntoDigits.cpp +++ b/tests/UnitTests/DecomposeAmountIntoDigits.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/EventWaiter.cpp b/tests/UnitTests/EventWaiter.cpp index c2f33a3f4..59824deb0 100755 --- a/tests/UnitTests/EventWaiter.cpp +++ b/tests/UnitTests/EventWaiter.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "EventWaiter.h" diff --git a/tests/UnitTests/EventWaiter.h b/tests/UnitTests/EventWaiter.h index 3d82c7667..06690db16 100755 --- a/tests/UnitTests/EventWaiter.h +++ b/tests/UnitTests/EventWaiter.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/UnitTests/ICoreStub.cpp b/tests/UnitTests/ICoreStub.cpp index 5e2954d0e..eece25972 100755 --- a/tests/UnitTests/ICoreStub.cpp +++ b/tests/UnitTests/ICoreStub.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ICoreStub.h" diff --git a/tests/UnitTests/ICoreStub.h b/tests/UnitTests/ICoreStub.h index e9ab84d86..00060ecc1 100755 --- a/tests/UnitTests/ICoreStub.h +++ b/tests/UnitTests/ICoreStub.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/ICryptoNoteProtocolQueryStub.cpp b/tests/UnitTests/ICryptoNoteProtocolQueryStub.cpp index 8b63e9dfc..8580a4057 100755 --- a/tests/UnitTests/ICryptoNoteProtocolQueryStub.cpp +++ b/tests/UnitTests/ICryptoNoteProtocolQueryStub.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "ICryptoNoteProtocolQueryStub.h" diff --git a/tests/UnitTests/ICryptoNoteProtocolQueryStub.h b/tests/UnitTests/ICryptoNoteProtocolQueryStub.h index 31dc16c7e..9071b79cf 100755 --- a/tests/UnitTests/ICryptoNoteProtocolQueryStub.h +++ b/tests/UnitTests/ICryptoNoteProtocolQueryStub.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/INodeStubs.cpp b/tests/UnitTests/INodeStubs.cpp index b22722ebe..5c09ed18f 100755 --- a/tests/UnitTests/INodeStubs.cpp +++ b/tests/UnitTests/INodeStubs.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "INodeStubs.h" #include "CryptoNoteCore/CryptoNoteFormatUtils.h" diff --git a/tests/UnitTests/INodeStubs.h b/tests/UnitTests/INodeStubs.h index 7f7a15f61..6e1f0026e 100755 --- a/tests/UnitTests/INodeStubs.h +++ b/tests/UnitTests/INodeStubs.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/MulDiv.cpp b/tests/UnitTests/MulDiv.cpp index 678dc3b9f..e22e53f28 100755 --- a/tests/UnitTests/MulDiv.cpp +++ b/tests/UnitTests/MulDiv.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/ParseAmount.cpp b/tests/UnitTests/ParseAmount.cpp index 1f8dc998c..f12a1de5f 100755 --- a/tests/UnitTests/ParseAmount.cpp +++ b/tests/UnitTests/ParseAmount.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/Serialization.cpp b/tests/UnitTests/Serialization.cpp index 027e72e9c..4b0d776ca 100755 --- a/tests/UnitTests/Serialization.cpp +++ b/tests/UnitTests/Serialization.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/SerializationKV.cpp b/tests/UnitTests/SerializationKV.cpp index fe45828c5..10db92c33 100755 --- a/tests/UnitTests/SerializationKV.cpp +++ b/tests/UnitTests/SerializationKV.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/Shuffle.cpp b/tests/UnitTests/Shuffle.cpp index 916387194..4b17f1acb 100755 --- a/tests/UnitTests/Shuffle.cpp +++ b/tests/UnitTests/Shuffle.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/tests/UnitTests/StringBufferTests.cpp b/tests/UnitTests/StringBufferTests.cpp index 72c2abde3..410fcb8c9 100755 --- a/tests/UnitTests/StringBufferTests.cpp +++ b/tests/UnitTests/StringBufferTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/UnitTests/StringViewTests.cpp b/tests/UnitTests/StringViewTests.cpp index 4b2baa5a9..e5aefcb61 100755 --- a/tests/UnitTests/StringViewTests.cpp +++ b/tests/UnitTests/StringViewTests.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/UnitTests/TestBcS.cpp b/tests/UnitTests/TestBcS.cpp index 6e9eb1fe7..a8bc1bb42 100755 --- a/tests/UnitTests/TestBcS.cpp +++ b/tests/UnitTests/TestBcS.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestBlockchainCache.cpp b/tests/UnitTests/TestBlockchainCache.cpp index 6fc0186e5..29c804e09 100755 --- a/tests/UnitTests/TestBlockchainCache.cpp +++ b/tests/UnitTests/TestBlockchainCache.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestBlockchainExplorer.cpp b/tests/UnitTests/TestBlockchainExplorer.cpp index d0d9531c6..6d025e02a 100755 --- a/tests/UnitTests/TestBlockchainExplorer.cpp +++ b/tests/UnitTests/TestBlockchainExplorer.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestBlockchainGenerator.cpp b/tests/UnitTests/TestBlockchainGenerator.cpp index bfdf99b16..374ea6783 100755 --- a/tests/UnitTests/TestBlockchainGenerator.cpp +++ b/tests/UnitTests/TestBlockchainGenerator.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TestBlockchainGenerator.h" diff --git a/tests/UnitTests/TestBlockchainGenerator.h b/tests/UnitTests/TestBlockchainGenerator.h index 825609884..e1d69c57e 100755 --- a/tests/UnitTests/TestBlockchainGenerator.h +++ b/tests/UnitTests/TestBlockchainGenerator.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/TestBlockchainStorage.cpp b/tests/UnitTests/TestBlockchainStorage.cpp index bce0965c7..b5738e160 100755 --- a/tests/UnitTests/TestBlockchainStorage.cpp +++ b/tests/UnitTests/TestBlockchainStorage.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestCurrency.cpp b/tests/UnitTests/TestCurrency.cpp index de8a32e2b..a08206c2f 100755 --- a/tests/UnitTests/TestCurrency.cpp +++ b/tests/UnitTests/TestCurrency.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestDatabaseBlockchainCache.cpp b/tests/UnitTests/TestDatabaseBlockchainCache.cpp index 5ab102dc2..f5e852437 100755 --- a/tests/UnitTests/TestDatabaseBlockchainCache.cpp +++ b/tests/UnitTests/TestDatabaseBlockchainCache.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestFileMappedVector.cpp b/tests/UnitTests/TestFileMappedVector.cpp index 305f2fc0e..ba3b0d94f 100755 --- a/tests/UnitTests/TestFileMappedVector.cpp +++ b/tests/UnitTests/TestFileMappedVector.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/UnitTests/TestFormatUtils.cpp b/tests/UnitTests/TestFormatUtils.cpp index 9f29c64d0..7263cd596 100755 --- a/tests/UnitTests/TestFormatUtils.cpp +++ b/tests/UnitTests/TestFormatUtils.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestInprocessNode.cpp b/tests/UnitTests/TestInprocessNode.cpp index a0ce6c22d..1ef05f260 100755 --- a/tests/UnitTests/TestInprocessNode.cpp +++ b/tests/UnitTests/TestInprocessNode.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestJsonValue.cpp b/tests/UnitTests/TestJsonValue.cpp index 93002901c..81bb4553b 100755 --- a/tests/UnitTests/TestJsonValue.cpp +++ b/tests/UnitTests/TestJsonValue.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" #include diff --git a/tests/UnitTests/TestMessageQueue.cpp b/tests/UnitTests/TestMessageQueue.cpp index a71bc2ca2..c89d08787 100755 --- a/tests/UnitTests/TestMessageQueue.cpp +++ b/tests/UnitTests/TestMessageQueue.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestPath.cpp b/tests/UnitTests/TestPath.cpp index b22c4e03d..93ab74434 100755 --- a/tests/UnitTests/TestPath.cpp +++ b/tests/UnitTests/TestPath.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" #include "Common/PathTools.h" diff --git a/tests/UnitTests/TestPeerlist.cpp b/tests/UnitTests/TestPeerlist.cpp index 4830df767..db39d48b4 100755 --- a/tests/UnitTests/TestPeerlist.cpp +++ b/tests/UnitTests/TestPeerlist.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestProtocolPack.cpp b/tests/UnitTests/TestProtocolPack.cpp index 5a61e1b12..1909a4089 100755 --- a/tests/UnitTests/TestProtocolPack.cpp +++ b/tests/UnitTests/TestProtocolPack.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/tests/UnitTests/TestTransactionPoolDetach.cpp b/tests/UnitTests/TestTransactionPoolDetach.cpp index 2555b2650..8c2aa93b1 100755 --- a/tests/UnitTests/TestTransactionPoolDetach.cpp +++ b/tests/UnitTests/TestTransactionPoolDetach.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestTransfers.cpp b/tests/UnitTests/TestTransfers.cpp index 84b2de7e0..91244d525 100755 --- a/tests/UnitTests/TestTransfers.cpp +++ b/tests/UnitTests/TestTransfers.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestTransfersConsumer.cpp b/tests/UnitTests/TestTransfersConsumer.cpp index 188d5d7db..e4b2abcdc 100755 --- a/tests/UnitTests/TestTransfersConsumer.cpp +++ b/tests/UnitTests/TestTransfersConsumer.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestTransfersContainer.cpp b/tests/UnitTests/TestTransfersContainer.cpp index 1774da062..3d7466f12 100755 --- a/tests/UnitTests/TestTransfersContainer.cpp +++ b/tests/UnitTests/TestTransfersContainer.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestTransfersContainerKeyImage.cpp b/tests/UnitTests/TestTransfersContainerKeyImage.cpp index 95dd253b3..af2e76f7d 100755 --- a/tests/UnitTests/TestTransfersContainerKeyImage.cpp +++ b/tests/UnitTests/TestTransfersContainerKeyImage.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestTransfersSubscription.cpp b/tests/UnitTests/TestTransfersSubscription.cpp index ed280b639..9403fce12 100755 --- a/tests/UnitTests/TestTransfersSubscription.cpp +++ b/tests/UnitTests/TestTransfersSubscription.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" #include diff --git a/tests/UnitTests/TestUpgradeDetector.cpp b/tests/UnitTests/TestUpgradeDetector.cpp index cc9b5c38e..33a1fc20e 100755 --- a/tests/UnitTests/TestUpgradeDetector.cpp +++ b/tests/UnitTests/TestUpgradeDetector.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include diff --git a/tests/UnitTests/TestWallet.cpp b/tests/UnitTests/TestWallet.cpp index 62578217a..a37beffb6 100755 --- a/tests/UnitTests/TestWallet.cpp +++ b/tests/UnitTests/TestWallet.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestWalletLegacy.cpp b/tests/UnitTests/TestWalletLegacy.cpp index c198bc6b1..8af4af15d 100755 --- a/tests/UnitTests/TestWalletLegacy.cpp +++ b/tests/UnitTests/TestWalletLegacy.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TestWalletService.cpp b/tests/UnitTests/TestWalletService.cpp index 07064c10a..416c63fb6 100755 --- a/tests/UnitTests/TestWalletService.cpp +++ b/tests/UnitTests/TestWalletService.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TransactionApi.cpp b/tests/UnitTests/TransactionApi.cpp index cc746523b..dc4b463a2 100755 --- a/tests/UnitTests/TransactionApi.cpp +++ b/tests/UnitTests/TransactionApi.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TransactionApiHelpers.cpp b/tests/UnitTests/TransactionApiHelpers.cpp index cd032c690..bccdf791b 100755 --- a/tests/UnitTests/TransactionApiHelpers.cpp +++ b/tests/UnitTests/TransactionApiHelpers.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "TransactionApiHelpers.h" #include "CryptoNoteCore/TransactionApi.h" diff --git a/tests/UnitTests/TransactionApiHelpers.h b/tests/UnitTests/TransactionApiHelpers.h index b34cfc4df..d7db2ae99 100755 --- a/tests/UnitTests/TransactionApiHelpers.h +++ b/tests/UnitTests/TransactionApiHelpers.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/TransactionPool.cpp b/tests/UnitTests/TransactionPool.cpp index 0a694f2bb..e6ff5cf7d 100755 --- a/tests/UnitTests/TransactionPool.cpp +++ b/tests/UnitTests/TransactionPool.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/UnitTests/TransfersObserver.h b/tests/UnitTests/TransfersObserver.h index 891dcd310..5ad3d3a8c 100755 --- a/tests/UnitTests/TransfersObserver.h +++ b/tests/UnitTests/TransfersObserver.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/UnitTestsUtils.h b/tests/UnitTests/UnitTestsUtils.h index 9b53e7f05..5a4854586 100755 --- a/tests/UnitTests/UnitTestsUtils.h +++ b/tests/UnitTests/UnitTestsUtils.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/UnitTests/main.cpp b/tests/UnitTests/main.cpp index 9001fee2f..eb728ad36 100755 --- a/tests/UnitTests/main.cpp +++ b/tests/UnitTests/main.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "gtest/gtest.h" diff --git a/tests/crypto/crypto-ops-data.c b/tests/crypto/crypto-ops-data.c index b44991eb2..4237919ba 100755 --- a/tests/crypto/crypto-ops-data.c +++ b/tests/crypto/crypto-ops-data.c @@ -1,18 +1,18 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "crypto/crypto-ops-data.c" diff --git a/tests/crypto/crypto-ops.c b/tests/crypto/crypto-ops.c index ae99a3e73..7443b1d85 100755 --- a/tests/crypto/crypto-ops.c +++ b/tests/crypto/crypto-ops.c @@ -1,18 +1,18 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "crypto/crypto-ops.c" diff --git a/tests/crypto/crypto-tests.h b/tests/crypto/crypto-tests.h index 7f628eb3b..0ea2ecad2 100755 --- a/tests/crypto/crypto-tests.h +++ b/tests/crypto/crypto-tests.h @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #pragma once diff --git a/tests/crypto/crypto.cpp b/tests/crypto/crypto.cpp index 70457e9b6..0d26c28cf 100755 --- a/tests/crypto/crypto.cpp +++ b/tests/crypto/crypto.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "crypto/crypto.cpp" diff --git a/tests/crypto/hash.c b/tests/crypto/hash.c index 3f315da75..53e8fe110 100755 --- a/tests/crypto/hash.c +++ b/tests/crypto/hash.c @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "crypto/hash.c" #include "crypto/keccak.c" diff --git a/tests/crypto/main.cpp b/tests/crypto/main.cpp index e9a667af6..a524a69fe 100755 --- a/tests/crypto/main.cpp +++ b/tests/crypto/main.cpp @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include #include diff --git a/tests/crypto/random.c b/tests/crypto/random.c index 8cacf3316..1c070d18c 100755 --- a/tests/crypto/random.c +++ b/tests/crypto/random.c @@ -1,19 +1,19 @@ // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include "crypto/random.c" diff --git a/utils/test-static-assert.c b/utils/test-static-assert.c index ad2bca80d..f4720929c 100644 --- a/utils/test-static-assert.c +++ b/utils/test-static-assert.c @@ -1,19 +1,19 @@ // Copyright (c) 2012-2014, The CryptoNote developers, The Bytecoin developers // -// This file is part of Bytecoin. +// This file is part of Karbo. // -// Bytecoin is free software: you can redistribute it and/or modify +// Karbo is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Bytecoin is distributed in the hope that it will be useful, +// Karbo is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with Bytecoin. If not, see . +// along with Karbo. If not, see . #include