diff options
Diffstat (limited to 'logger')
-rw-r--r-- | logger/example_test.go | 2 | ||||
-rw-r--r-- | logger/log.go | 2 | ||||
-rw-r--r-- | logger/loggers.go | 2 | ||||
-rw-r--r-- | logger/loggers_test.go | 2 | ||||
-rw-r--r-- | logger/logsystem.go | 2 | ||||
-rw-r--r-- | logger/sys.go | 2 | ||||
-rw-r--r-- | logger/types.go | 2 | ||||
-rw-r--r-- | logger/verbosity.go | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/logger/example_test.go b/logger/example_test.go index c44f7f892..ce5f9da67 100644 --- a/logger/example_test.go +++ b/logger/example_test.go @@ -1,7 +1,7 @@ // Copyright 2014 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/logger/log.go b/logger/log.go index 6329259d7..38a6ce139 100644 --- a/logger/log.go +++ b/logger/log.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/logger/loggers.go b/logger/loggers.go index f1ed3a4ec..e63355d0b 100644 --- a/logger/loggers.go +++ b/logger/loggers.go @@ -1,7 +1,7 @@ // Copyright 2014 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/logger/loggers_test.go b/logger/loggers_test.go index 88a375ebb..85564698b 100644 --- a/logger/loggers_test.go +++ b/logger/loggers_test.go @@ -1,7 +1,7 @@ // Copyright 2014 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/logger/logsystem.go b/logger/logsystem.go index da56ba719..24f4351d4 100644 --- a/logger/logsystem.go +++ b/logger/logsystem.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/logger/sys.go b/logger/sys.go index f6fbf6cd0..18d4ea641 100644 --- a/logger/sys.go +++ b/logger/sys.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/logger/types.go b/logger/types.go index e1f47e47c..ee7e845de 100644 --- a/logger/types.go +++ b/logger/types.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/logger/verbosity.go b/logger/verbosity.go index f1196f144..aa3d59c30 100644 --- a/logger/verbosity.go +++ b/logger/verbosity.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. |