From 7db8c302e1396eda40cd6a1e57f58ed791448556 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 15 Jan 2026 17:14:54 +0700 Subject: all: convert license and copyright to use SPDX identifiers With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/ --- lib/html/example_node_iterator_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/html/example_node_iterator_test.go') diff --git a/lib/html/example_node_iterator_test.go b/lib/html/example_node_iterator_test.go index 94ece050..277001f5 100644 --- a/lib/html/example_node_iterator_test.go +++ b/lib/html/example_node_iterator_test.go @@ -1,6 +1,5 @@ -// Copyright 2020, Shulhan . 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 package html -- cgit v1.3