diff --git a/eth/main.cpp b/eth/main.cpp
index 9d0e546ac..37e643b68 100644
--- a/eth/main.cpp
+++ b/eth/main.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file main.cpp
* @author Gav Wood
diff --git a/libethereum/AddressState.cpp b/libethereum/AddressState.cpp
index 49adf882a..a61b6b881 100644
--- a/libethereum/AddressState.cpp
+++ b/libethereum/AddressState.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file AddressState.cpp
* @author Gav Wood
diff --git a/libethereum/AddressState.h b/libethereum/AddressState.h
index 8b063c3ac..6aec2aaac 100644
--- a/libethereum/AddressState.h
+++ b/libethereum/AddressState.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file AddressState.h
* @author Gav Wood
diff --git a/libethereum/BlockChain.cpp b/libethereum/BlockChain.cpp
index 69335cc87..991839557 100644
--- a/libethereum/BlockChain.cpp
+++ b/libethereum/BlockChain.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file BlockChain.cpp
* @author Gav Wood
diff --git a/libethereum/BlockChain.h b/libethereum/BlockChain.h
index 75ae2a741..8ad0cb8b8 100644
--- a/libethereum/BlockChain.h
+++ b/libethereum/BlockChain.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file BlockChain.h
* @author Gav Wood
diff --git a/libethereum/BlockInfo.cpp b/libethereum/BlockInfo.cpp
index 9b97f250e..c5f00eab4 100644
--- a/libethereum/BlockInfo.cpp
+++ b/libethereum/BlockInfo.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file BlockInfo.cpp
* @author Gav Wood
diff --git a/libethereum/BlockInfo.h b/libethereum/BlockInfo.h
index 26d5497a9..28685d2d4 100644
--- a/libethereum/BlockInfo.h
+++ b/libethereum/BlockInfo.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file BlockInfo.h
* @author Gav Wood
diff --git a/libethereum/Client.cpp b/libethereum/Client.cpp
index cd0e72d87..357468b16 100644
--- a/libethereum/Client.cpp
+++ b/libethereum/Client.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Client.cpp
* @author Gav Wood
diff --git a/libethereum/Client.h b/libethereum/Client.h
index 637ada9c7..fb5718dbd 100644
--- a/libethereum/Client.h
+++ b/libethereum/Client.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Client.h
* @author Gav Wood
diff --git a/libethereum/Common.cpp b/libethereum/Common.cpp
index 1efb953c3..639f14d47 100644
--- a/libethereum/Common.cpp
+++ b/libethereum/Common.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Common.cpp
* @author Gav Wood
diff --git a/libethereum/Common.h b/libethereum/Common.h
index 3db6a3a31..20e2d94b6 100644
--- a/libethereum/Common.h
+++ b/libethereum/Common.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Common.h
* @author Gav Wood
diff --git a/libethereum/Defaults.cpp b/libethereum/Defaults.cpp
index 6a09f5e6b..477bb87a7 100644
--- a/libethereum/Defaults.cpp
+++ b/libethereum/Defaults.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Defaults.cpp
* @author Gav Wood
diff --git a/libethereum/Defaults.h b/libethereum/Defaults.h
index b2b617899..ce0c27a42 100644
--- a/libethereum/Defaults.h
+++ b/libethereum/Defaults.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Defaults.h
* @author Gav Wood
diff --git a/libethereum/FileSystem.cpp b/libethereum/FileSystem.cpp
index 0633f3755..f345641e1 100644
--- a/libethereum/FileSystem.cpp
+++ b/libethereum/FileSystem.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file FileSystem.cpp
* @authors
diff --git a/libethereum/FileSystem.h b/libethereum/FileSystem.h
index a08fd6110..a6ce93fb0 100644
--- a/libethereum/FileSystem.h
+++ b/libethereum/FileSystem.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file FileSystem.h
* @authors
diff --git a/libethereum/MemTrie.cpp b/libethereum/MemTrie.cpp
index e0b398208..7d2f9f54c 100644
--- a/libethereum/MemTrie.cpp
+++ b/libethereum/MemTrie.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file MemTrie.cpp
* @author Gav Wood
diff --git a/libethereum/MemTrie.h b/libethereum/MemTrie.h
index b1cf93963..d956c1d8a 100644
--- a/libethereum/MemTrie.h
+++ b/libethereum/MemTrie.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file MemTrie.h
* @author Gav Wood
diff --git a/libethereum/PeerNetwork.cpp b/libethereum/PeerNetwork.cpp
index 1b1afeba3..89787aa9d 100644
--- a/libethereum/PeerNetwork.cpp
+++ b/libethereum/PeerNetwork.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file PeerNetwork.cpp
* @authors:
diff --git a/libethereum/PeerNetwork.h b/libethereum/PeerNetwork.h
index 4149e11a0..9edfe0cb6 100644
--- a/libethereum/PeerNetwork.h
+++ b/libethereum/PeerNetwork.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file PeerNetwork.h
* @author Gav Wood
diff --git a/libethereum/RLP.cpp b/libethereum/RLP.cpp
index 54b1f213a..3cc0cb5eb 100644
--- a/libethereum/RLP.cpp
+++ b/libethereum/RLP.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file RLP.cpp
* @author Gav Wood
diff --git a/libethereum/RLP.h b/libethereum/RLP.h
index 9832434d5..df047dfb4 100644
--- a/libethereum/RLP.h
+++ b/libethereum/RLP.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file RLP.h
* @author Gav Wood
diff --git a/libethereum/State.cpp b/libethereum/State.cpp
index 4c01b3a57..42242d6d7 100644
--- a/libethereum/State.cpp
+++ b/libethereum/State.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file State.cpp
* @author Gav Wood
diff --git a/libethereum/State.h b/libethereum/State.h
index 180ab0ddf..a75acf131 100644
--- a/libethereum/State.h
+++ b/libethereum/State.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file State.h
* @author Gav Wood
diff --git a/libethereum/Transaction.cpp b/libethereum/Transaction.cpp
index 9e0ecd976..893433cc7 100644
--- a/libethereum/Transaction.cpp
+++ b/libethereum/Transaction.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Transaction.cpp
* @author Gav Wood
diff --git a/libethereum/Transaction.h b/libethereum/Transaction.h
index d7029a0f2..c89c05ed8 100644
--- a/libethereum/Transaction.h
+++ b/libethereum/Transaction.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file Transaction.h
* @author Gav Wood
diff --git a/libethereum/TransactionQueue.cpp b/libethereum/TransactionQueue.cpp
index f5774dd02..2b908d8b2 100644
--- a/libethereum/TransactionQueue.cpp
+++ b/libethereum/TransactionQueue.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TransactionQueue.cpp
* @author Gav Wood
diff --git a/libethereum/TransactionQueue.h b/libethereum/TransactionQueue.h
index 4028e7eaf..8f2ccaef1 100644
--- a/libethereum/TransactionQueue.h
+++ b/libethereum/TransactionQueue.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TransactionQueue.h
* @author Gav Wood
diff --git a/libethereum/TrieCommon.cpp b/libethereum/TrieCommon.cpp
index 956fafc29..7fee4af45 100644
--- a/libethereum/TrieCommon.cpp
+++ b/libethereum/TrieCommon.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TrieCommon.cpp
* @author Gav Wood
diff --git a/libethereum/TrieCommon.h b/libethereum/TrieCommon.h
index 57ff54b12..4fdef1aee 100644
--- a/libethereum/TrieCommon.h
+++ b/libethereum/TrieCommon.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TrieCommon.h
* @author Gav Wood
diff --git a/libethereum/TrieDB.cpp b/libethereum/TrieDB.cpp
index 666069e7b..7160fe5b5 100644
--- a/libethereum/TrieDB.cpp
+++ b/libethereum/TrieDB.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TrieDB.cpp
* @author Gav Wood
diff --git a/libethereum/TrieDB.h b/libethereum/TrieDB.h
index 51ad9b8a8..802162ec8 100644
--- a/libethereum/TrieDB.h
+++ b/libethereum/TrieDB.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TrieDB.h
* @author Gav Wood
diff --git a/libethereum/TrieHash.cpp b/libethereum/TrieHash.cpp
index 40f63bb58..bbe5c1fe7 100644
--- a/libethereum/TrieHash.cpp
+++ b/libethereum/TrieHash.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TrieHash.cpp
* @author Gav Wood
diff --git a/libethereum/TrieHash.h b/libethereum/TrieHash.h
index a6d4f98cd..bf3b557f2 100644
--- a/libethereum/TrieHash.h
+++ b/libethereum/TrieHash.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file TrieHash.h
* @author Gav Wood
diff --git a/libethereum/UPnP.cpp b/libethereum/UPnP.cpp
index c70177421..9f6ed4e95 100644
--- a/libethereum/UPnP.cpp
+++ b/libethereum/UPnP.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file UPnP.cpp
* @authors:
diff --git a/libethereum/UPnP.h b/libethereum/UPnP.h
index f5cdcd576..bb51c96d1 100644
--- a/libethereum/UPnP.h
+++ b/libethereum/UPnP.h
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file UPnP.h
* @authors:
diff --git a/test/crypto.cpp b/test/crypto.cpp
index 83a735c70..d01ccee08 100644
--- a/test/crypto.cpp
+++ b/test/crypto.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file crypto.cpp
* @author Gav Wood
diff --git a/test/dagger.cpp b/test/dagger.cpp
index efc635659..ba2d143ac 100644
--- a/test/dagger.cpp
+++ b/test/dagger.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file dagger.cpp
* @author Gav Wood
diff --git a/test/hexPrefix.cpp b/test/hexPrefix.cpp
index cd45cf8dc..a579f3f02 100644
--- a/test/hexPrefix.cpp
+++ b/test/hexPrefix.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file main.cpp
* @author Gav Wood
diff --git a/test/main.cpp b/test/main.cpp
index 68daeddb9..356ed70fc 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file main.cpp
* @author Gav Wood
diff --git a/test/peer.cpp b/test/peer.cpp
index 879c32b06..3f97b69da 100644
--- a/test/peer.cpp
+++ b/test/peer.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file peer.cpp
* @author Gav Wood
diff --git a/test/rlp.cpp b/test/rlp.cpp
index 8e36771a5..744c3d33c 100644
--- a/test/rlp.cpp
+++ b/test/rlp.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file rlp.cpp
* @author Gav Wood
diff --git a/test/state.cpp b/test/state.cpp
index 64bd37acc..8cd5f9ff3 100644
--- a/test/state.cpp
+++ b/test/state.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file state.cpp
* @author Gav Wood
diff --git a/test/trie.cpp b/test/trie.cpp
index 8fe596a7f..85416c2c1 100644
--- a/test/trie.cpp
+++ b/test/trie.cpp
@@ -6,13 +6,13 @@
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Foobar is distributed in the hope that it will be useful,
+ cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see .
+ along with cpp-ethereum. If not, see .
*/
/** @file trie.cpp
* @author Gav Wood