From 0d91f190329e21fa29f47f4b639b06b278bd60eb Mon Sep 17 00:00:00 2001 From: Muharem Hrnjadovic Date: Sun, 16 Feb 2014 11:20:55 +0100 Subject: Corrected license headers (Foobar -> cpp-ethereum) --- crypto.cpp | 2 +- dagger.cpp | 2 +- hexPrefix.cpp | 2 +- main.cpp | 2 +- peer.cpp | 2 +- rlp.cpp | 2 +- state.cpp | 2 +- trie.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/crypto.cpp b/crypto.cpp index 83a735c7..fb46d2d4 100644 --- a/crypto.cpp +++ b/crypto.cpp @@ -6,7 +6,7 @@ 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. diff --git a/dagger.cpp b/dagger.cpp index efc63565..dda0acdd 100644 --- a/dagger.cpp +++ b/dagger.cpp @@ -6,7 +6,7 @@ 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. diff --git a/hexPrefix.cpp b/hexPrefix.cpp index cd45cf8d..95382fb2 100644 --- a/hexPrefix.cpp +++ b/hexPrefix.cpp @@ -6,7 +6,7 @@ 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. diff --git a/main.cpp b/main.cpp index 68daeddb..3eeafdf2 100644 --- a/main.cpp +++ b/main.cpp @@ -6,7 +6,7 @@ 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. diff --git a/peer.cpp b/peer.cpp index 879c32b0..c00bafc2 100644 --- a/peer.cpp +++ b/peer.cpp @@ -6,7 +6,7 @@ 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. diff --git a/rlp.cpp b/rlp.cpp index 8e36771a..68eabaa4 100644 --- a/rlp.cpp +++ b/rlp.cpp @@ -6,7 +6,7 @@ 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. diff --git a/state.cpp b/state.cpp index 64bd37ac..1280023c 100644 --- a/state.cpp +++ b/state.cpp @@ -6,7 +6,7 @@ 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. diff --git a/trie.cpp b/trie.cpp index 8fe596a7..5cbb35d4 100644 --- a/trie.cpp +++ b/trie.cpp @@ -6,7 +6,7 @@ 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. -- cgit