aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/embed
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/embed')
-rw-r--r--internal/cmd/embed/main.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/internal/cmd/embed/main.go b/internal/cmd/embed/main.go
index 51db740..0350eb1 100644
--- a/internal/cmd/embed/main.go
+++ b/internal/cmd/embed/main.go
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+
package main
import (
@@ -11,9 +14,13 @@ func main() {
opts = memfs.Options{
Root: `_www`,
Embed: memfs.EmbedOptions{
- PackageName: `kamusd`,
+ PackageName: `kamusku`,
VarName: `memfsWWW`,
GoFileName: `memfs_www.go`,
+ CommentHeader: `// SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+`,
},
}