diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-13 17:06:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-14 00:16:34 +0700 |
| commit | 126c72f285bc75dcff026a2c966afbb5cf294b44 (patch) | |
| tree | b680b40382a380e9ef69c6e9a9f00d3c0f41867a /environment.go | |
| parent | dd31e5fe16fa458464f32af8e863364cc627549a (diff) | |
| download | gorankusu-126c72f285bc75dcff026a2c966afbb5cf294b44.tar.xz | |
all: changes the license of trunks software to GPL 3.0 or later
See https://kilabit.info/journal/2022/gpl for more information.
Diffstat (limited to 'environment.go')
| -rw-r--r-- | environment.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/environment.go b/environment.go index 6b7815c..1c2b4df 100644 --- a/environment.go +++ b/environment.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 package trunks |
