aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rescached/main.go5
-rw-r--r--cmd/rescached/rescached.cfg3
-rw-r--r--cmd/rescached/rescached.cfg.test3
-rw-r--r--cmd/resolver/main.go5
-rw-r--r--cmd/resolver/options.go5
-rw-r--r--cmd/resolverbench/main.go3
6 files changed, 15 insertions, 9 deletions
diff --git a/cmd/rescached/main.go b/cmd/rescached/main.go
index 8c9c8da..751fa7e 100644
--- a/cmd/rescached/main.go
+++ b/cmd/rescached/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/rescached/rescached.cfg b/cmd/rescached/rescached.cfg
index 16d6be4..bbca672 100644
--- a/cmd/rescached/rescached.cfg
+++ b/cmd/rescached/rescached.cfg
@@ -1,3 +1,6 @@
+## SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-or-later
+
##
## Rescached configuration.
##
diff --git a/cmd/rescached/rescached.cfg.test b/cmd/rescached/rescached.cfg.test
index 41c43a3..a99ae95 100644
--- a/cmd/rescached/rescached.cfg.test
+++ b/cmd/rescached/rescached.cfg.test
@@ -1,3 +1,6 @@
+## SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-or-later
+
##
## Rescached configuration.
##
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
diff --git a/cmd/resolverbench/main.go b/cmd/resolverbench/main.go
index f7e56a6..3e35e24 100644
--- a/cmd/resolverbench/main.go
+++ b/cmd/resolverbench/main.go
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+
package main
import (