summaryrefslogtreecommitdiff
path: root/internal/cmd/trunks/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/trunks/main.go')
-rw-r--r--internal/cmd/trunks/main.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/internal/cmd/trunks/main.go b/internal/cmd/trunks/main.go
index 46df0bb..c6e4b98 100644
--- a/internal/cmd/trunks/main.go
+++ b/internal/cmd/trunks/main.go
@@ -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
//
// Program trunks provide an example how to use the Trunks module.
@@ -100,6 +99,9 @@ func workerBuild(oneTime bool) {
`/wui\.local`,
},
Embed: memfs.EmbedOptions{
+ CommentHeader: `// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+`,
PackageName: "trunks",
VarName: "memfsWWW",
GoFileName: "memfs_www_embed.go",