From 1983777cd0f68ab3ee33b1b1de76fc621dbf8cd0 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 31 Jan 2014 21:08:16 +0000 Subject: [PATCH] GPL v2, not 3. --- libethereum/AddressState.cpp | 2 +- libethereum/AddressState.h | 2 +- libethereum/BlockInfo.cpp | 2 +- libethereum/BlockInfo.h | 2 +- libethereum/MemTrie.h | 2 +- libethereum/RLP.h | 2 +- libethereum/State.cpp | 2 +- libethereum/State.h | 2 +- libethereum/Transaction.cpp | 2 +- libethereum/Transaction.h | 2 +- libethereum/TransactionQueue.cpp | 2 +- libethereum/TransactionQueue.h | 2 +- libethereum/TrieCommon.cpp | 2 +- libethereum/TrieDB.cpp | 2 +- libethereum/TrieDB.h | 2 +- libethereum/TrieHash.h | 2 +- test/hexPrefix.cpp | 2 +- test/main.cpp | 2 +- test/peer.cpp | 2 +- test/rlp.cpp | 2 +- test/state.cpp | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/libethereum/AddressState.cpp b/libethereum/AddressState.cpp index 49adf882a..5fa80962c 100644 --- a/libethereum/AddressState.cpp +++ b/libethereum/AddressState.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/AddressState.h b/libethereum/AddressState.h index 8b063c3ac..5a8edfb05 100644 --- a/libethereum/AddressState.h +++ b/libethereum/AddressState.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/BlockInfo.cpp b/libethereum/BlockInfo.cpp index 82f089e96..e77ba04a8 100644 --- a/libethereum/BlockInfo.cpp +++ b/libethereum/BlockInfo.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/BlockInfo.h b/libethereum/BlockInfo.h index 784874630..51d08b123 100644 --- a/libethereum/BlockInfo.h +++ b/libethereum/BlockInfo.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/MemTrie.h b/libethereum/MemTrie.h index b1cf93963..f7b61aef7 100644 --- a/libethereum/MemTrie.h +++ b/libethereum/MemTrie.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/RLP.h b/libethereum/RLP.h index 8d1f395e3..0a586dd21 100644 --- a/libethereum/RLP.h +++ b/libethereum/RLP.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/State.cpp b/libethereum/State.cpp index 801ec83bf..7d27520dd 100644 --- a/libethereum/State.cpp +++ b/libethereum/State.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/State.h b/libethereum/State.h index 78c1300f1..d939b1c13 100644 --- a/libethereum/State.h +++ b/libethereum/State.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/Transaction.cpp b/libethereum/Transaction.cpp index b26b07914..9fc5bf048 100644 --- a/libethereum/Transaction.cpp +++ b/libethereum/Transaction.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/Transaction.h b/libethereum/Transaction.h index 742f7d40c..03cfe3a98 100644 --- a/libethereum/Transaction.h +++ b/libethereum/Transaction.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/TransactionQueue.cpp b/libethereum/TransactionQueue.cpp index 9c5704f06..08a818728 100644 --- a/libethereum/TransactionQueue.cpp +++ b/libethereum/TransactionQueue.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/TransactionQueue.h b/libethereum/TransactionQueue.h index f4aa67e28..6eb12a211 100644 --- a/libethereum/TransactionQueue.h +++ b/libethereum/TransactionQueue.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/TrieCommon.cpp b/libethereum/TrieCommon.cpp index 956fafc29..564d0b242 100644 --- a/libethereum/TrieCommon.cpp +++ b/libethereum/TrieCommon.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/TrieDB.cpp b/libethereum/TrieDB.cpp index 58b69d2b5..d41d22434 100644 --- a/libethereum/TrieDB.cpp +++ b/libethereum/TrieDB.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/TrieDB.h b/libethereum/TrieDB.h index e84a94d67..c9d983cfb 100644 --- a/libethereum/TrieDB.h +++ b/libethereum/TrieDB.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/libethereum/TrieHash.h b/libethereum/TrieHash.h index a6d4f98cd..92a289fd1 100644 --- a/libethereum/TrieHash.h +++ b/libethereum/TrieHash.h @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/test/hexPrefix.cpp b/test/hexPrefix.cpp index cd45cf8dc..418dd10ff 100644 --- a/test/hexPrefix.cpp +++ b/test/hexPrefix.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/test/main.cpp b/test/main.cpp index 2ef451662..993ef0175 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/test/peer.cpp b/test/peer.cpp index 5a440a88f..330dec781 100644 --- a/test/peer.cpp +++ b/test/peer.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/test/rlp.cpp b/test/rlp.cpp index 91201afbb..4491c27d4 100644 --- a/test/rlp.cpp +++ b/test/rlp.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, diff --git a/test/state.cpp b/test/state.cpp index 2ba409c43..0e812f719 100644 --- a/test/state.cpp +++ b/test/state.cpp @@ -3,7 +3,7 @@ cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful,