diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 18:09:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 19:28:53 +0700 |
| commit | def8f703c311acedc77310557f3363eee2de7957 (patch) | |
| tree | b7d4338cea1c90b43c8e77baa98bb85b81ba0870 /active_client.go | |
| parent | 3245b00f0246f7f2f0afd8635cfd3ff9bf2cf584 (diff) | |
| download | kamusku-def8f703c311acedc77310557f3363eee2de7957.tar.xz | |
all: re-license the project to GPL-3.0 or later
For the reason why we choose GPL v3 see
https://kilabit.info/journal/2022/gpl/.
While at it, we make the project comply with REUSE Specification
version 3.0.
Diffstat (limited to 'active_client.go')
| -rw-r--r-- | active_client.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/active_client.go b/active_client.go index c7228cb..805bf44 100644 --- a/active_client.go +++ b/active_client.go @@ -1,6 +1,5 @@ -// Copyright 2020, 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: 2020 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later package kamusd |
