From 31e586385b9aad7dea3a79f9c6a4aa5f83583bc2 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg <rothberg@redhat.com> Date: Fri, 20 Sep 2019 08:33:39 +0200 Subject: [PATCH] license headers: add dnsname authors to copyright Signed-off-by: Valentin Rothberg <rothberg@redhat.com> --- plugins/meta/dnsname/dnsname_suite_test.go | 1 + plugins/meta/dnsname/main.go | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/meta/dnsname/dnsname_suite_test.go b/plugins/meta/dnsname/dnsname_suite_test.go index d2022b9..30a2158 100644 --- a/plugins/meta/dnsname/dnsname_suite_test.go +++ b/plugins/meta/dnsname/dnsname_suite_test.go @@ -1,3 +1,4 @@ +// Copyright 2019 dnsname authors // Copyright 2017 CNI authors // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/meta/dnsname/main.go b/plugins/meta/dnsname/main.go index 79fde02..f5f1995 100644 --- a/plugins/meta/dnsname/main.go +++ b/plugins/meta/dnsname/main.go @@ -1,3 +1,4 @@ +// Copyright 2019 dnsname authors // Copyright 2017 CNI authors // // Licensed under the Apache License, Version 2.0 (the "License"); -- GitLab