From bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89 Mon Sep 17 00:00:00 2001
From: Felix Lange <fjl@twurst.com>
Date: Thu, 23 Jul 2015 18:35:11 +0200
Subject: all: fix license headers one more time

I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
---
 core/vm/analysis.go        | 2 +-
 core/vm/asm.go             | 2 +-
 core/vm/common.go          | 2 +-
 core/vm/context.go         | 2 +-
 core/vm/contracts.go       | 2 +-
 core/vm/disasm.go          | 2 +-
 core/vm/environment.go     | 2 +-
 core/vm/errors.go          | 2 +-
 core/vm/gas.go             | 2 +-
 core/vm/logger.go          | 2 +-
 core/vm/memory.go          | 2 +-
 core/vm/opcodes.go         | 2 +-
 core/vm/stack.go           | 2 +-
 core/vm/virtual_machine.go | 2 +-
 core/vm/vm.go              | 2 +-
 core/vm/vm_jit.go          | 2 +-
 core/vm/vm_jit_fake.go     | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

(limited to 'core/vm')

diff --git a/core/vm/analysis.go b/core/vm/analysis.go
index b88f33fdc..a0f615821 100644
--- a/core/vm/analysis.go
+++ b/core/vm/analysis.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/asm.go b/core/vm/asm.go
index ccaacd36b..639201e50 100644
--- a/core/vm/asm.go
+++ b/core/vm/asm.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/common.go b/core/vm/common.go
index be8511a8f..2e03ec80b 100644
--- a/core/vm/common.go
+++ b/core/vm/common.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/context.go b/core/vm/context.go
index 18617b98f..162666ef2 100644
--- a/core/vm/context.go
+++ b/core/vm/context.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/contracts.go b/core/vm/contracts.go
index 0e7c04c04..2d70f173e 100644
--- a/core/vm/contracts.go
+++ b/core/vm/contracts.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/disasm.go b/core/vm/disasm.go
index 0aefbd659..2bfea5cbd 100644
--- a/core/vm/disasm.go
+++ b/core/vm/disasm.go
@@ -1,7 +1,7 @@
 // Copyright 2015 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/environment.go b/core/vm/environment.go
index 8ef2a7426..723924b6f 100644
--- a/core/vm/environment.go
+++ b/core/vm/environment.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/errors.go b/core/vm/errors.go
index 3af1ce6f5..24567e9a1 100644
--- a/core/vm/errors.go
+++ b/core/vm/errors.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/gas.go b/core/vm/gas.go
index 9dbfe65fd..af2e586a7 100644
--- a/core/vm/gas.go
+++ b/core/vm/gas.go
@@ -1,7 +1,7 @@
 // Copyright 2015 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/logger.go b/core/vm/logger.go
index c6d3fbd93..736f595f6 100644
--- a/core/vm/logger.go
+++ b/core/vm/logger.go
@@ -1,7 +1,7 @@
 // Copyright 2015 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/memory.go b/core/vm/memory.go
index 169707a32..0109050d7 100644
--- a/core/vm/memory.go
+++ b/core/vm/memory.go
@@ -1,7 +1,7 @@
 // Copyright 2015 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/opcodes.go b/core/vm/opcodes.go
index 24d6b5294..ecced3650 100644
--- a/core/vm/opcodes.go
+++ b/core/vm/opcodes.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/stack.go b/core/vm/stack.go
index d9d9dd2a5..3d669b2f2 100644
--- a/core/vm/stack.go
+++ b/core/vm/stack.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/virtual_machine.go b/core/vm/virtual_machine.go
index 1d765d36c..047723744 100644
--- a/core/vm/virtual_machine.go
+++ b/core/vm/virtual_machine.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/vm.go b/core/vm/vm.go
index d67e01307..21e0a4665 100644
--- a/core/vm/vm.go
+++ b/core/vm/vm.go
@@ -1,7 +1,7 @@
 // Copyright 2014 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/vm_jit.go b/core/vm/vm_jit.go
index 6f7163c22..339cb8ea8 100644
--- a/core/vm/vm_jit.go
+++ b/core/vm/vm_jit.go
@@ -1,7 +1,7 @@
 // Copyright 2015 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
diff --git a/core/vm/vm_jit_fake.go b/core/vm/vm_jit_fake.go
index 191496e0a..456fcb8d4 100644
--- a/core/vm/vm_jit_fake.go
+++ b/core/vm/vm_jit_fake.go
@@ -1,7 +1,7 @@
 // Copyright 2015 The go-ethereum Authors
 // This file is part of the go-ethereum library.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library 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.
-- 
cgit v1.2.3