diff options
Diffstat (limited to 'cmd/resolver')
| -rw-r--r-- | cmd/resolver/main.go | 5 | ||||
| -rw-r--r-- | cmd/resolver/options.go | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/cmd/resolver/main.go b/cmd/resolver/main.go index 5caac86..e5e7548 100644 --- a/cmd/resolver/main.go +++ b/cmd/resolver/main.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 main diff --git a/cmd/resolver/options.go b/cmd/resolver/options.go index 063fc21..95d9aeb 100644 --- a/cmd/resolver/options.go +++ b/cmd/resolver/options.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 main |
