aboutsummaryrefslogtreecommitdiffstats
path: root/common/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'common/compiler')
-rw-r--r--common/compiler/solidity.go2
-rw-r--r--common/compiler/solidity_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/compiler/solidity.go b/common/compiler/solidity.go
index 16b91bf74..50b32d7e5 100644
--- a/common/compiler/solidity.go
+++ b/common/compiler/solidity.go
@@ -1,4 +1,4 @@
-// Copyright 2019 The go-ethereum Authors
+// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
diff --git a/common/compiler/solidity_test.go b/common/compiler/solidity_test.go
index 6be2bda52..491e3665e 100644
--- a/common/compiler/solidity_test.go
+++ b/common/compiler/solidity_test.go
@@ -1,4 +1,4 @@
-// Copyright 2019 The go-ethereum Authors
+// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify