diff options
Diffstat (limited to 'lib/html/html.go')
| -rw-r--r-- | lib/html/html.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/html/html.go b/lib/html/html.go index 9f5324ab..1695420f 100644 --- a/lib/html/html.go +++ b/lib/html/html.go @@ -1,6 +1,5 @@ -// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> // Package html extends the golang.org/x/net/html by providing simplified // methods to Node. |
