aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-07-23 16:43:11 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-07-23 16:43:11 +0800
commit0cff61bedaca42c94d162853cd55eb1e013dadb9 (patch)
treee62436553c2921dc340b926eaaaa161203e81dbc /ethdb
parentb403b9e4c398a285c0e307771761b29bab47adb9 (diff)
parent0428cae226ff4910227ded0608f7e7f1c9b4df37 (diff)
downloaddexon-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar
dexon-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.gz
dexon-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.bz2
dexon-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.lz
dexon-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.xz
dexon-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.zst
dexon-0cff61bedaca42c94d162853cd55eb1e013dadb9.zip
Merge pull request #1510 from fjl/license-fixes
all: license fixes
Diffstat (limited to 'ethdb')
-rw-r--r--ethdb/database.go8
-rw-r--r--ethdb/database_test.go8
-rw-r--r--ethdb/memory_database.go8
3 files changed, 12 insertions, 12 deletions
diff --git a/ethdb/database.go b/ethdb/database.go
index 38e454c00..9c9dfe9a1 100644
--- a/ethdb/database.go
+++ b/ethdb/database.go
@@ -1,18 +1,18 @@
// Copyright 2014 The go-ethereum Authors
-// This file is part of go-ethereum.
+// This file is part of the go-ethereum library.
//
// go-ethereum is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
-// go-ethereum is distributed in the hope that it will be useful,
+// The go-ethereum library 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
-// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package ethdb
diff --git a/ethdb/database_test.go b/ethdb/database_test.go
index 41947a698..5eb4c8c42 100644
--- a/ethdb/database_test.go
+++ b/ethdb/database_test.go
@@ -1,18 +1,18 @@
// Copyright 2014 The go-ethereum Authors
-// This file is part of go-ethereum.
+// This file is part of the go-ethereum library.
//
// go-ethereum is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
-// go-ethereum is distributed in the hope that it will be useful,
+// The go-ethereum library 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
-// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package ethdb
diff --git a/ethdb/memory_database.go b/ethdb/memory_database.go
index 3fba9f406..3dcb9fa98 100644
--- a/ethdb/memory_database.go
+++ b/ethdb/memory_database.go
@@ -1,18 +1,18 @@
// Copyright 2014 The go-ethereum Authors
-// This file is part of go-ethereum.
+// This file is part of the go-ethereum library.
//
// go-ethereum is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
-// go-ethereum is distributed in the hope that it will be useful,
+// The go-ethereum library 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
-// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package ethdb