diff options
author | Felix Lange <fjl@twurst.com> | 2016-11-09 09:01:56 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-11-09 09:51:34 +0800 |
commit | b8bd9a71c8b2722ec526ac5b0e35bf05d0fbd075 (patch) | |
tree | 665ff34ed8416f170bccff768d21587393ed1e79 /p2p | |
parent | be3865211c2d8f71e0733b17c469881502e89371 (diff) | |
download | go-tangerine-b8bd9a71c8b2722ec526ac5b0e35bf05d0fbd075.tar.gz go-tangerine-b8bd9a71c8b2722ec526ac5b0e35bf05d0fbd075.tar.zst go-tangerine-b8bd9a71c8b2722ec526ac5b0e35bf05d0fbd075.zip |
all: update license information
Diffstat (limited to 'p2p')
-rw-r--r-- | p2p/discv5/crypto.go | 2 | ||||
-rw-r--r-- | p2p/discv5/table.go | 2 | ||||
-rw-r--r-- | p2p/discv5/table_test.go | 2 | ||||
-rw-r--r-- | p2p/discv5/ticket.go | 2 | ||||
-rw-r--r-- | p2p/discv5/topic.go | 2 | ||||
-rw-r--r-- | p2p/discv5/topic_test.go | 2 | ||||
-rw-r--r-- | p2p/discv5/udp.go | 2 | ||||
-rw-r--r-- | p2p/discv5/udp_test.go | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/p2p/discv5/crypto.go b/p2p/discv5/crypto.go index f68d03908..48b2a8a72 100644 --- a/p2p/discv5/crypto.go +++ b/p2p/discv5/crypto.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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/p2p/discv5/table.go b/p2p/discv5/table.go index 31d2ea1b7..5c8c50706 100644 --- a/p2p/discv5/table.go +++ b/p2p/discv5/table.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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/p2p/discv5/table_test.go b/p2p/discv5/table_test.go index b7335540a..a29943dab 100644 --- a/p2p/discv5/table_test.go +++ b/p2p/discv5/table_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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/p2p/discv5/ticket.go b/p2p/discv5/ticket.go index 3f9711ec0..3ee2f7fc4 100644 --- a/p2p/discv5/ticket.go +++ b/p2p/discv5/ticket.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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/p2p/discv5/topic.go b/p2p/discv5/topic.go index e603cf7e4..625921e84 100644 --- a/p2p/discv5/topic.go +++ b/p2p/discv5/topic.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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/p2p/discv5/topic_test.go b/p2p/discv5/topic_test.go index f29df1638..ba79993f2 100644 --- a/p2p/discv5/topic_test.go +++ b/p2p/discv5/topic_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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/p2p/discv5/udp.go b/p2p/discv5/udp.go index 328d94ef7..af961984c 100644 --- a/p2p/discv5/udp.go +++ b/p2p/discv5/udp.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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/p2p/discv5/udp_test.go b/p2p/discv5/udp_test.go index 267eaf225..cacc0f004 100644 --- a/p2p/discv5/udp_test.go +++ b/p2p/discv5/udp_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2016 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 |