diff options
Diffstat (limited to 'p2p/nat')
-rw-r--r-- | p2p/nat/nat.go | 2 | ||||
-rw-r--r-- | p2p/nat/nat_test.go | 2 | ||||
-rw-r--r-- | p2p/nat/natpmp.go | 2 | ||||
-rw-r--r-- | p2p/nat/natupnp.go | 2 | ||||
-rw-r--r-- | p2p/nat/natupnp_test.go | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/p2p/nat/nat.go b/p2p/nat/nat.go index 17e5517f2..505a1fc77 100644 --- a/p2p/nat/nat.go +++ b/p2p/nat/nat.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/p2p/nat/nat_test.go b/p2p/nat/nat_test.go index 78a968acf..a079e7a22 100644 --- a/p2p/nat/nat_test.go +++ b/p2p/nat/nat_test.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/p2p/nat/natpmp.go b/p2p/nat/natpmp.go index fae0874af..c2f940891 100644 --- a/p2p/nat/natpmp.go +++ b/p2p/nat/natpmp.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/p2p/nat/natupnp.go b/p2p/nat/natupnp.go index 0c234a7b8..0bcb262bf 100644 --- a/p2p/nat/natupnp.go +++ b/p2p/nat/natupnp.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/p2p/nat/natupnp_test.go b/p2p/nat/natupnp_test.go index 6198754fa..c1e322af7 100644 --- a/p2p/nat/natupnp_test.go +++ b/p2p/nat/natupnp_test.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. |