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_definition.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_definition.go')
| -rw-r--r-- | word_definition.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/word_definition.go b/word_definition.go index 8f6113a..0f4820e 100644 --- a/word_definition.go +++ b/word_definition.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-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later package kamusku |
