diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-19 00:04:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-19 00:04:13 +0700 |
| commit | 7e7c491d186280ddaee508bd46ade6fa21058c78 (patch) | |
| tree | ef99ca372fe73e1eb46df73964d18c5d6fa6311b /tagpreprocessor_test.go | |
| parent | a440e8671d27337d89f1980c31d7d1b1fb727831 (diff) | |
| download | haminer-7e7c491d186280ddaee508bd46ade6fa21058c78.tar.xz | |
all: relicensing the haminer to GPL v3
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'tagpreprocessor_test.go')
| -rw-r--r-- | tagpreprocessor_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tagpreprocessor_test.go b/tagpreprocessor_test.go index 2a5a785..4ce6806 100644 --- a/tagpreprocessor_test.go +++ b/tagpreprocessor_test.go @@ -1,6 +1,5 @@ -// Copyright 2019, M. 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: 2019 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later package haminer |
