aboutsummaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'metrics')
-rw-r--r--metrics/disk.go2
-rw-r--r--metrics/disk_linux.go2
-rw-r--r--metrics/disk_nop.go2
-rw-r--r--metrics/metrics.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/metrics/disk.go b/metrics/disk.go
index f1a00c6fb..25142d2ad 100644
--- a/metrics/disk.go
+++ b/metrics/disk.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/metrics/disk_linux.go b/metrics/disk_linux.go
index 73692421b..e0c8a1a3a 100644
--- a/metrics/disk_linux.go
+++ b/metrics/disk_linux.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/metrics/disk_nop.go b/metrics/disk_nop.go
index 4aef17008..4319f8b27 100644
--- a/metrics/disk_nop.go
+++ b/metrics/disk_nop.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/metrics/metrics.go b/metrics/metrics.go
index 82519d902..6d1a065ed 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.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.