aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm
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 /cmd/evm
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 'cmd/evm')
-rw-r--r--cmd/evm/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/evm/main.go b/cmd/evm/main.go
index 6420c83be..ab4d3f82a 100644
--- a/cmd/evm/main.go
+++ b/cmd/evm/main.go
@@ -8,11 +8,11 @@
//
// go-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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// evm executes EVM code snippets.
package main