diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 17:01:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 17:07:50 +0700 |
| commit | 095114afa9563eca6ff6846bd26f21c049e29bf3 (patch) | |
| tree | c868952dc565bea5358585eb676061c6ac087eb4 /word.go | |
| parent | 3c550af069f30bed846ac012457a88b65223306d (diff) | |
| download | kbbi-095114afa9563eca6ff6846bd26f21c049e29bf3.tar.xz | |
all: re-license the project under GPL-3.0 or later
The project now comply with version 3.0 or REUSE Specification.
Diffstat (limited to 'word.go')
| -rw-r--r-- | word.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later package kamusku |
