Browse Source

GPL v2, not 3.

cl-refactor
Gav Wood 11 years ago
parent
commit
1983777cd0
  1. 2
      libethereum/AddressState.cpp
  2. 2
      libethereum/AddressState.h
  3. 2
      libethereum/BlockInfo.cpp
  4. 2
      libethereum/BlockInfo.h
  5. 2
      libethereum/MemTrie.h
  6. 2
      libethereum/RLP.h
  7. 2
      libethereum/State.cpp
  8. 2
      libethereum/State.h
  9. 2
      libethereum/Transaction.cpp
  10. 2
      libethereum/Transaction.h
  11. 2
      libethereum/TransactionQueue.cpp
  12. 2
      libethereum/TransactionQueue.h
  13. 2
      libethereum/TrieCommon.cpp
  14. 2
      libethereum/TrieDB.cpp
  15. 2
      libethereum/TrieDB.h
  16. 2
      libethereum/TrieHash.h
  17. 2
      test/hexPrefix.cpp
  18. 2
      test/main.cpp
  19. 2
      test/peer.cpp
  20. 2
      test/rlp.cpp
  21. 2
      test/state.cpp

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

2
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,

Loading…
Cancel
Save