Browse Source

Version 2 not 3 of the GPL.

cl-refactor
Gav Wood 11 years ago
parent
commit
fc139d2523
  1. 2
      eth/main.cpp
  2. 2
      libethereum/BlockChain.cpp
  3. 2
      libethereum/BlockChain.h
  4. 2
      libethereum/BlockInfo.cpp
  5. 2
      libethereum/Client.cpp
  6. 2
      libethereum/Client.h
  7. 2
      libethereum/Common.cpp
  8. 2
      libethereum/Common.h
  9. 2
      libethereum/MemTrie.cpp
  10. 2
      libethereum/PeerNetwork.cpp
  11. 2
      libethereum/PeerNetwork.h
  12. 2
      libethereum/RLP.cpp
  13. 2
      libethereum/TrieCommon.h
  14. 2
      libethereum/TrieHash.cpp
  15. 2
      test/crypto.cpp
  16. 2
      test/dagger.cpp
  17. 2
      test/trie.cpp

2
eth/main.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/BlockChain.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/BlockChain.h

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, 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 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/Client.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/Client.h

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/Common.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/Common.h

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/MemTrie.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/PeerNetwork.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/PeerNetwork.h

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/RLP.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/TrieCommon.h

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
libethereum/TrieHash.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
test/crypto.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
test/dagger.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

2
test/trie.cpp

@ -3,7 +3,7 @@
cpp-ethereum is free software: you can redistribute it and/or modify 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 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. (at your option) any later version.
Foobar is distributed in the hope that it will be useful, Foobar is distributed in the hope that it will be useful,

Loading…
Cancel
Save