diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-14 23:26:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-14 23:26:55 +0700 |
| commit | fffdcde3ca6e39c9b249ed76ee802faeda532603 (patch) | |
| tree | 2e372f54032bd0c3b07b47eaa8fb43e2945d79f6 /issuer.go | |
| parent | bc5065f71c448a7c9ec2b4bc6496793e01158833 (diff) | |
| download | gotp-fffdcde3ca6e39c9b249ed76ee802faeda532603.tar.xz | |
all: re-licensing gotp under GPL-3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'issuer.go')
| -rw-r--r-- | issuer.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 gotp |
