aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-03-02 00:05:24 +0700
committerShulhan <ms@kilabit.info>2022-03-04 23:09:12 +0700
commit88478fdaa0a324569658232787d9bd96eb2ac0d6 (patch)
tree2f33c36bb6ae57a1bf483e2684294b2e14d4c90a /internal
parenta6c335c54cf16198ce74b80bcc4a218ea9637775 (diff)
downloadciigo-88478fdaa0a324569658232787d9bd96eb2ac0d6.tar.xz
all: re-licensing ciigo under GPL-3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'internal')
-rw-r--r--internal/cmd/goembed/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/cmd/goembed/main.go b/internal/cmd/goembed/main.go
index 368c4ce..3b0b4a2 100644
--- a/internal/cmd/goembed/main.go
+++ b/internal/cmd/goembed/main.go
@@ -20,6 +20,9 @@ func main() {
HtmlTemplate: "_example/html.tmpl",
},
EmbedOptions: memfs.EmbedOptions{
+ CommentHeader: `// SPDX-FileCopyrightText: 2019 Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+`,
PackageName: "main",
VarName: "ciigoFS",
GoFileName: "cmd/ciigo-example/static.go",