From 126c72f285bc75dcff026a2c966afbb5cf294b44 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 13 Mar 2022 17:06:43 +0700 Subject: all: changes the license of trunks software to GPL 3.0 or later See https://kilabit.info/journal/2022/gpl for more information. --- internal/cmd/trunks/main.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'internal/cmd') 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 . 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 +// 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 +// SPDX-License-Identifier: GPL-3.0-or-later +`, PackageName: "trunks", VarName: "memfsWWW", GoFileName: "memfs_www_embed.go", -- cgit v1.3