From 86653bc65127c389a160dd56387cf81c7f807921 Mon Sep 17 00:00:00 2001 From: Walter Scheper Date: Mon, 2 Nov 2020 19:43:38 -0500 Subject: [PATCH] Update copyright headers Signed-off-by: Walter Scheper --- tld.go | 6 ++++++ url.go | 6 ++++++ url_example_test.go | 6 ++++++ url_external_test.go | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/tld.go b/tld.go index 1e8a775..f107844 100644 --- a/tld.go +++ b/tld.go @@ -1,3 +1,9 @@ +// Copyright 2020 Walter Scheper +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + package rapid import "strings" diff --git a/url.go b/url.go index 4dba2ff..beab283 100644 --- a/url.go +++ b/url.go @@ -1,3 +1,9 @@ +// Copyright 2020 Walter Scheper +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + package rapid import ( diff --git a/url_example_test.go b/url_example_test.go index aba6a6a..cf1da6a 100644 --- a/url_example_test.go +++ b/url_example_test.go @@ -1,3 +1,9 @@ +// Copyright 2020 Walter Scheper +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + package rapid_test import ( diff --git a/url_external_test.go b/url_external_test.go index 26fa70d..1832e73 100644 --- a/url_external_test.go +++ b/url_external_test.go @@ -1,3 +1,9 @@ +// Copyright 2020 Walter Scheper +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + package rapid_test import (