aboutsummaryrefslogtreecommitdiff
path: root/notif
diff options
context:
space:
mode:
Diffstat (limited to 'notif')
-rw-r--r--notif/example.ts3
-rw-r--r--notif/index.html2
-rw-r--r--notif/notif.ts5
3 files changed, 7 insertions, 3 deletions
diff --git a/notif/example.ts b/notif/example.ts
index bb919ae..e803145 100644
--- a/notif/example.ts
+++ b/notif/example.ts
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+
import { WuiNotif, WUI_NOTIF_CLASS_ERROR, WUI_NOTIF_CLASS_INFO } from "./notif.js"
let inputMsg: HTMLTextAreaElement
diff --git a/notif/index.html b/notif/index.html
index ca9a307..7797b29 100644
--- a/notif/index.html
+++ b/notif/index.html
@@ -1,4 +1,6 @@
<!DOCTYPE html>
+<!-- SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info -->
+<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<html>
<head>
<meta charset="UTF-8" />
diff --git a/notif/notif.ts b/notif/notif.ts
index 8ecb331..63f91cc 100644
--- a/notif/notif.ts
+++ b/notif/notif.ts
@@ -1,6 +1,5 @@
-// Copyright 2021, 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: 2021 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
export const WUI_NOTIF_ID = "wui_notif"
export const WUI_NOTIF_CLASS_INFO = "wui_notif_info"