aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm')
-rw-r--r--core/vm/analysis.go2
-rw-r--r--core/vm/asm.go2
-rw-r--r--core/vm/common.go2
-rw-r--r--core/vm/context.go2
-rw-r--r--core/vm/contracts.go2
-rw-r--r--core/vm/disasm.go2
-rw-r--r--core/vm/environment.go2
-rw-r--r--core/vm/errors.go2
-rw-r--r--core/vm/gas.go2
-rw-r--r--core/vm/logger.go2
-rw-r--r--core/vm/memory.go2
-rw-r--r--core/vm/opcodes.go2
-rw-r--r--core/vm/stack.go2
-rw-r--r--core/vm/virtual_machine.go2
-rw-r--r--core/vm/vm.go2
-rw-r--r--core/vm/vm_jit.go2
-rw-r--r--core/vm/vm_jit_fake.go2
17 files changed, 17 insertions, 17 deletions
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.