From c3d62eeb746e5c24162ba88c22c30315aa45db47 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 17 Jan 2020 10:50:46 +0100 Subject: [PATCH] cmd/devp2p: add missing copyright header --- cmd/devp2p/dns_route53_test.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cmd/devp2p/dns_route53_test.go b/cmd/devp2p/dns_route53_test.go index df2fdce51b..c64f1d1698 100644 --- a/cmd/devp2p/dns_route53_test.go +++ b/cmd/devp2p/dns_route53_test.go @@ -1,3 +1,19 @@ +// Copyright 2020 The go-ethereum Authors +// This file is part of go-ethereum. +// +// go-ethereum is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// go-ethereum 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with go-ethereum. If not, see . + package main import (