diff options
Diffstat (limited to 'dashboard/assets')
-rw-r--r-- | dashboard/assets/webpack.config.common.js | 2 | ||||
-rw-r--r-- | dashboard/assets/webpack.config.dev.js | 2 | ||||
-rw-r--r-- | dashboard/assets/webpack.config.prod.js | 2 |
3 files changed, 3 insertions, 3 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 |