diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-15 00:03:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-15 00:09:27 +0700 |
| commit | 45db846fcae52f456bb7f879835bd650ebb1e114 (patch) | |
| tree | b9e895fdfb475a99feb41145640380a7adce3631 /rescached.go | |
| parent | ee75dea8e2ecf301286ec3a0210a439777cf24fa (diff) | |
| download | rescached-45db846fcae52f456bb7f879835bd650ebb1e114.tar.xz | |
all: change the rescached license to GPL 3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'rescached.go')
| -rw-r--r-- | rescached.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rescached.go b/rescached.go index 78d25fd..ba163b6 100644 --- a/rescached.go +++ b/rescached.go @@ -1,6 +1,5 @@ -// Copyright 2018, 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: 2018 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later // Package rescached implement DNS forwarder with cache. package rescached |
