diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-15 00:58:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-15 00:58:01 +0700 |
| commit | 3aad4d9316e9011d4d55c877b4ee0689e682091d (patch) | |
| tree | b08574f0192a9a9305a33780d549aa2bb1a59813 /input/example.ts | |
| parent | d1190967d63f7a6fa33c057467eb5b944155d8be (diff) | |
| download | pakakeh.ts-3aad4d9316e9011d4d55c877b4ee0689e682091d.tar.xz | |
all: re-licensing wui under GPL 3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'input/example.ts')
| -rw-r--r-- | input/example.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/input/example.ts b/input/example.ts index d0ea9c4..05555f1 100644 --- a/input/example.ts +++ b/input/example.ts @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + import { WuiInputString, WuiInputStringOpts } from "./string.js" import { WuiInputNumber, WuiInputNumberOpts } from "./number.js" import { WuiInputSelect, WuiInputSelectOpts } from "./select.js" |
