aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuharem Hrnjadovic <mh@cloud1.it>2014-02-16 18:20:55 +0800
committerMuharem Hrnjadovic <mh@cloud1.it>2014-02-16 18:20:55 +0800
commit0d91f190329e21fa29f47f4b639b06b278bd60eb (patch)
treeaa5248c0d3aab1fd14ea71523f7a93820764d7c1
parent769e108bc284dcdc812468f5f79f53eb2e120752 (diff)
downloaddexon-solidity-0d91f190329e21fa29f47f4b639b06b278bd60eb.tar.gz
dexon-solidity-0d91f190329e21fa29f47f4b639b06b278bd60eb.tar.zst
dexon-solidity-0d91f190329e21fa29f47f4b639b06b278bd60eb.zip
Corrected license headers (Foobar -> cpp-ethereum)
-rw-r--r--crypto.cpp2
-rw-r--r--dagger.cpp2
-rw-r--r--hexPrefix.cpp2
-rw-r--r--main.cpp2
-rw-r--r--peer.cpp2
-rw-r--r--rlp.cpp2
-rw-r--r--state.cpp2
-rw-r--r--trie.cpp2
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.