aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-07-22 17:17:27 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-07-22 17:17:27 +0800
commit1a83114c74b66c13b025e4a7df1c45e7ade42e05 (patch)
treebba60d1f3d1678211ea691be27ca86592e0f2c26 /common
parent364e485e5134843c9f6abc0ff51096bb4c8655c8 (diff)
downloadgo-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar
go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.gz
go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.bz2
go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.lz
go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.xz
go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.zst
go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.zip
all: update author list and licenses
Diffstat (limited to 'common')
-rw-r--r--common/compiler/solidity.go2
-rw-r--r--common/compiler/solidity_test.go2
-rw-r--r--common/fdlimit/fdlimit_darwin.go2
3 files changed, 3 insertions, 3 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
diff --git a/common/fdlimit/fdlimit_darwin.go b/common/fdlimit/fdlimit_darwin.go
index 88dd0f56c..6b26fa00f 100644
--- a/common/fdlimit/fdlimit_darwin.go
+++ b/common/fdlimit/fdlimit_darwin.go
@@ -1,4 +1,4 @@
-// Copyright 2019 The go-ethereum Authors
+// Copyright 2016 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