diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-18 20:05:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-18 22:40:35 +0700 |
| commit | 257075f9aba472907ea04c0b2a0d40178c9d3fb7 (patch) | |
| tree | e9af21961691528e442e3a3d9df114c0c3452006 | |
| parent | a63857603a4bce1cf068dc11d6492cce9314fea0 (diff) | |
| download | hunspell-id-257075f9aba472907ea04c0b2a0d40178c9d3fb7.tar.xz | |
all: ubah format lisensi menggunakan SPDX
Format lisensi SPDX ini standar dan lebih mudah digunakan untuk setiap
berkas baru.
Untuk informasi lebih lanjut lihat https://spdx.dev
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .gitmodules | 6 | ||||
| -rw-r--r-- | .reuse/dep5 | 28 | ||||
| m--------- | AUR (renamed from aur) | 0 | ||||
| -rw-r--r-- | COPYING (renamed from LICENSE) | 0 | ||||
| l--------- | LICENSES/LGPL-3.0-only.txt | 1 | ||||
| -rw-r--r-- | Makefile | 7 | ||||
| -rw-r--r-- | README.md | 3 | ||||
| -rwxr-xr-x | build.sh | 2 | ||||
| -rw-r--r-- | id_ID.aff | 3 |
10 files changed, 49 insertions, 3 deletions
@@ -1,3 +1,5 @@ +## SPDX-FileCopyrightText: 2015 hunspell-id Authors +## SPDX-License-Identifier: LGPL-3.0-only hunspell-id.oxt vim/.utf-8.spl vim/en.utf-8.add diff --git a/.gitmodules b/.gitmodules index c9e821a..77e4282 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "aur"] - path = aur - url = ssh://aur@aur.archlinux.org/hunspell-id.git +[submodule "AUR"] + path = AUR + url = https://aur.archlinux.org/hunspell-id.git diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..9c6577f --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: hunspell-id +Upstream-Contact: Shulhan <ms@kilabit.info> +Source: https://github.com/shuLhan/hunspell-id + +Files: .gitmodules +Copyright: 2020 M. Shulhan <ms@kilabit.info> +License: LGPL-3.0-only + +Files: AUR/* +Copyright: 2022 M. Shulhan <ms@kilabit.info> +License: LGPL-3.0-only + +Files: debian/* +Copyright: hunspell-id Authors +License: LGPL-3.0-only + +Files: id_ID.dic +Copyright: hunspell-id Authors +License: LGPL-3.0-only + +Files: libreoffice-extension/* +Copyright: hunspell-id Authors +License: LGPL-3.0-only + +Files: vim/* +Copyright: 2019 M. Shulhan <ms@kilabit.info> +License: LGPL-3.0-only diff --git a/aur b/AUR -Subproject bac74091fca9508868abf261bb80211e8648d88 +Subproject bac74091fca9508868abf261bb80211e8648d88 diff --git a/LICENSES/LGPL-3.0-only.txt b/LICENSES/LGPL-3.0-only.txt new file mode 120000 index 0000000..012065c --- /dev/null +++ b/LICENSES/LGPL-3.0-only.txt @@ -0,0 +1 @@ +../COPYING
\ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..20f57c0 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +## SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: LGPL-3.0-only + +.PHONY: vim-mkspell + +vim-mkspell: + vim -c "mkspell! ./vim/id id_ID | q" @@ -86,3 +86,6 @@ Berkas hyphenator tidak mengalami perubahan. * Arno Brevoort * Volker Mueller * Kurniadi + +// SPDX-FileCopyrightText: 2015 hunspell-id Authors +// SPDX-License-Identifier: LGPL-3.0-only @@ -1,4 +1,6 @@ #!/bin/sh +## SPDX-FileCopyrightText: 2015 hunspell-id Authors +## SPDX-License-Identifier: LGPL-3.0-only PACKAGE_NAME=hunspell-id LIBREOFFICE_EXT=${PACKAGE_NAME}.oxt @@ -1,3 +1,6 @@ +## SPDX-FileCopyrightText: 2022 hunspell-id Authors +## SPDX-License-Identifier: LGPL-3.0-only + # Affix file for Indonesian dictionary version 2 # Based on version 1, built from scratch for Myspell. # Released under GPL on 30 January 2004 |
