aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard
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 /dashboard
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 'dashboard')
-rw-r--r--dashboard/assets/webpack.config.common.js2
-rw-r--r--dashboard/assets/webpack.config.dev.js2
-rw-r--r--dashboard/assets/webpack.config.prod.js2
-rw-r--r--dashboard/geoip.go2
-rw-r--r--dashboard/peers.go2
-rw-r--r--dashboard/system.go2
6 files changed, 6 insertions, 6 deletions
diff --git a/dashboard/assets/webpack.config.common.js b/dashboard/assets/webpack.config.common.js
index 73ca90492..364c04f9d 100644
--- a/dashboard/assets/webpack.config.common.js
+++ b/dashboard/assets/webpack.config.common.js
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 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/dashboard/assets/webpack.config.dev.js b/dashboard/assets/webpack.config.dev.js
index 2f00e0dae..288d13fbf 100644
--- a/dashboard/assets/webpack.config.dev.js
+++ b/dashboard/assets/webpack.config.dev.js
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 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/dashboard/assets/webpack.config.prod.js b/dashboard/assets/webpack.config.prod.js
index f6d29c36b..a047ba5e2 100644
--- a/dashboard/assets/webpack.config.prod.js
+++ b/dashboard/assets/webpack.config.prod.js
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 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/dashboard/geoip.go b/dashboard/geoip.go
index ae10bbe87..9ca627d4f 100644
--- a/dashboard/geoip.go
+++ b/dashboard/geoip.go
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 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/dashboard/peers.go b/dashboard/peers.go
index e591bda77..334302cc1 100644
--- a/dashboard/peers.go
+++ b/dashboard/peers.go
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 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/dashboard/system.go b/dashboard/system.go
index a880c5a72..5b90a17ef 100644
--- a/dashboard/system.go
+++ b/dashboard/system.go
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 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