diff options
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..6fbb36f --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> +# +# SPDX-License-Identifier: GPL-3.0-or-later + +version = 1 +SPDX-PackageName = "pakakeh.ts" +SPDX-PackageSupplier = "M. Shulhan <ms@kilabit.info>" +SPDX-PackageDownloadLocation = "https://git.sr.ht/~shulhan/pakakeh.ts" + +[[annotations]] +path = "**.d.ts" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>" +SPDX-License-Identifier = "GPL-3.0-or-later" |
