diff options
Diffstat (limited to 'compression/rle')
-rw-r--r-- | compression/rle/read_write.go | 2 | ||||
-rw-r--r-- | compression/rle/read_write_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compression/rle/read_write.go b/compression/rle/read_write.go index ad1830c7f..19133119b 100644 --- a/compression/rle/read_write.go +++ b/compression/rle/read_write.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/compression/rle/read_write_test.go b/compression/rle/read_write_test.go index 99785af80..ba3965025 100644 --- a/compression/rle/read_write_test.go +++ b/compression/rle/read_write_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. |