diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-15 17:14:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-15 17:26:33 +0700 |
| commit | 7db8c302e1396eda40cd6a1e57f58ed791448556 (patch) | |
| tree | 89231c859d728deff0582d276f1b809243b6b2f2 /lib/tabula/maprows.go | |
| parent | b1f8d27c7e22eb5624c56e890e51f0a34c7b9606 (diff) | |
| download | pakakeh.go-7db8c302e1396eda40cd6a1e57f58ed791448556.tar.xz | |
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/
Diffstat (limited to 'lib/tabula/maprows.go')
| -rw-r--r-- | lib/tabula/maprows.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tabula/maprows.go b/lib/tabula/maprows.go index ba6f4111..52246d28 100644 --- a/lib/tabula/maprows.go +++ b/lib/tabula/maprows.go @@ -1,5 +1,5 @@ -// Copyright 2017, Shulhan <ms@kilabit.info>. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be found +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2017 Shulhan <ms@kilabit.info> // in the LICENSE file. package tabula |
