diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-13 17:06:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-14 00:16:34 +0700 |
| commit | 126c72f285bc75dcff026a2c966afbb5cf294b44 (patch) | |
| tree | b680b40382a380e9ef69c6e9a9f00d3c0f41867a /_www/interface.ts | |
| parent | dd31e5fe16fa458464f32af8e863364cc627549a (diff) | |
| download | gorankusu-126c72f285bc75dcff026a2c966afbb5cf294b44.tar.xz | |
all: changes the license of trunks software to GPL 3.0 or later
See https://kilabit.info/journal/2022/gpl for more information.
Diffstat (limited to '_www/interface.ts')
| -rw-r--r-- | _www/interface.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_www/interface.ts b/_www/interface.ts index 3b8edc6..628e418 100644 --- a/_www/interface.ts +++ b/_www/interface.ts @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + export const CLASS_INPUT_LABEL = "trunks_input_label" export const CLASS_INPUT = "trunks_input" export const CLASS_NAV_LINK = "nav_link" |
