From 1a83114c74b66c13b025e4a7df1c45e7ade42e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 22 Jul 2019 12:17:27 +0300 Subject: all: update author list and licenses --- les/api.go | 2 +- les/api_test.go | 2 +- les/benchmark.go | 2 +- les/costtracker.go | 4 ++-- les/fetcher_test.go | 16 ++++++++++++++++ les/flowcontrol/logger.go | 2 +- les/flowcontrol/manager.go | 2 +- les/flowcontrol/manager_test.go | 2 +- les/freeclient.go | 2 +- les/freeclient_test.go | 2 +- les/peer_test.go | 16 ++++++++++++++++ les/servingqueue.go | 2 +- les/sync_test.go | 2 +- les/ulc_test.go | 2 +- 14 files changed, 45 insertions(+), 13 deletions(-) (limited to 'les') diff --git a/les/api.go b/les/api.go index 95e1b009e..e20f72cad 100644 --- a/les/api.go +++ b/les/api.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2019 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/les/api_test.go b/les/api_test.go index 6db9e5417..8b39a4e17 100644 --- a/les/api_test.go +++ b/les/api_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 The go-ethereum Authors +// Copyright 2019 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/les/benchmark.go b/les/benchmark.go index 925d1d89e..74dfcf7c9 100644 --- a/les/benchmark.go +++ b/les/benchmark.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2019 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/les/costtracker.go b/les/costtracker.go index 61b076d15..d1bb172e4 100644 --- a/les/costtracker.go +++ b/les/costtracker.go @@ -1,4 +1,4 @@ -// Copyright 2016 The go-ethereum Authors +// Copyright 2019 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 @@ -9,7 +9,7 @@ // The go-ethereum library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Lesser General Public License for more detailct. +// GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . diff --git a/les/fetcher_test.go b/les/fetcher_test.go index 2ac72ddf7..c6faabd66 100644 --- a/les/fetcher_test.go +++ b/les/fetcher_test.go @@ -1,3 +1,19 @@ +// Copyright 2019 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 +// 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. +// +// The go-ethereum library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with the go-ethereum library. If not, see . + package les import ( diff --git a/les/flowcontrol/logger.go b/les/flowcontrol/logger.go index fcd1285a5..428d7fbf2 100644 --- a/les/flowcontrol/logger.go +++ b/les/flowcontrol/logger.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2019 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/les/flowcontrol/manager.go b/les/flowcontrol/manager.go index 68f1a47c9..d6d0b1add 100644 --- a/les/flowcontrol/manager.go +++ b/les/flowcontrol/manager.go @@ -1,4 +1,4 @@ -// Copyright 2018 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/les/flowcontrol/manager_test.go b/les/flowcontrol/manager_test.go index b32ec5599..9d2f88763 100644 --- a/les/flowcontrol/manager_test.go +++ b/les/flowcontrol/manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2019 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/les/freeclient.go b/les/freeclient.go index 934b88153..08613e6ce 100644 --- a/les/freeclient.go +++ b/les/freeclient.go @@ -1,4 +1,4 @@ -// Copyright 2016 The go-ethereum Authors +// Copyright 2018 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/les/freeclient_test.go b/les/freeclient_test.go index 191822264..5c4f58560 100644 --- a/les/freeclient_test.go +++ b/les/freeclient_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The go-ethereum Authors +// Copyright 2018 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/les/peer_test.go b/les/peer_test.go index 85de7cded..ba8a79fe2 100644 --- a/les/peer_test.go +++ b/les/peer_test.go @@ -1,3 +1,19 @@ +// Copyright 2019 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 +// 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. +// +// The go-ethereum library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with the go-ethereum library. If not, see . + package les import ( diff --git a/les/servingqueue.go b/les/servingqueue.go index a9e8369fe..8842cf9e9 100644 --- a/les/servingqueue.go +++ b/les/servingqueue.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2019 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/les/sync_test.go b/les/sync_test.go index f5d1ad5bc..3a75d6856 100644 --- a/les/sync_test.go +++ b/les/sync_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2019 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/les/ulc_test.go b/les/ulc_test.go index cd2bedae8..7e9f0b6db 100644 --- a/les/ulc_test.go +++ b/les/ulc_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The go-ethereum Authors +// Copyright 2018 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 -- cgit v1.2.3