aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fb46d2d4..d01ccee0 100644
--- a/crypto.cpp
+++ b/crypto.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file crypto.cpp
* @author Gav Wood <i@gavwood.com>
diff --git a/dagger.cpp b/dagger.cpp
index dda0acdd..ba2d143a 100644
--- a/dagger.cpp
+++ b/dagger.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file dagger.cpp
* @author Gav Wood <i@gavwood.com>
diff --git a/hexPrefix.cpp b/hexPrefix.cpp
index 95382fb2..a579f3f0 100644
--- a/hexPrefix.cpp
+++ b/hexPrefix.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file main.cpp
* @author Gav Wood <i@gavwood.com>
diff --git a/main.cpp b/main.cpp
index 3eeafdf2..356ed70f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file main.cpp
* @author Gav Wood <i@gavwood.com>
diff --git a/peer.cpp b/peer.cpp
index c00bafc2..3f97b69d 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file peer.cpp
* @author Gav Wood <i@gavwood.com>
diff --git a/rlp.cpp b/rlp.cpp
index 68eabaa4..744c3d33 100644
--- a/rlp.cpp
+++ b/rlp.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file rlp.cpp
* @author Gav Wood <i@gavwood.com>
diff --git a/state.cpp b/state.cpp
index 1280023c..8cd5f9ff 100644
--- a/state.cpp
+++ b/state.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file state.cpp
* @author Gav Wood <i@gavwood.com>
diff --git a/trie.cpp b/trie.cpp
index 5cbb35d4..85416c2c 100644
--- a/trie.cpp
+++ b/trie.cpp
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file trie.cpp
* @author Gav Wood <i@gavwood.com>