aboutsummaryrefslogtreecommitdiff
path: root/lib/path
diff options
context:
space:
mode:
Diffstat (limited to 'lib/path')
-rw-r--r--lib/path/path.go5
-rw-r--r--lib/path/route.go5
-rw-r--r--lib/path/route_example_test.go5
-rw-r--r--lib/path/route_node.go5
-rw-r--r--lib/path/route_test.go5
5 files changed, 10 insertions, 15 deletions
diff --git a/lib/path/path.go b/lib/path/path.go
index d1ec3edd..207a53ab 100644
--- a/lib/path/path.go
+++ b/lib/path/path.go
@@ -1,6 +1,5 @@
-// Copyright 2024, 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-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2024 Shulhan <ms@kilabit.info>
// Package path implements utility routines for manipulating slash-separated
// paths.
diff --git a/lib/path/route.go b/lib/path/route.go
index 578e2b62..0ca4be2c 100644
--- a/lib/path/route.go
+++ b/lib/path/route.go
@@ -1,6 +1,5 @@
-// Copyright 2019, 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-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2019 Shulhan <ms@kilabit.info>
package path
diff --git a/lib/path/route_example_test.go b/lib/path/route_example_test.go
index 3baa730f..435652d7 100644
--- a/lib/path/route_example_test.go
+++ b/lib/path/route_example_test.go
@@ -1,6 +1,5 @@
-// Copyright 2024, 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-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2024 Shulhan <ms@kilabit.info>
package path_test
diff --git a/lib/path/route_node.go b/lib/path/route_node.go
index b89ab24e..79313a53 100644
--- a/lib/path/route_node.go
+++ b/lib/path/route_node.go
@@ -1,6 +1,5 @@
-// Copyright 2019, 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-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2019 Shulhan <ms@kilabit.info>
package path
diff --git a/lib/path/route_test.go b/lib/path/route_test.go
index 9e1c5be7..474094bf 100644
--- a/lib/path/route_test.go
+++ b/lib/path/route_test.go
@@ -1,6 +1,5 @@
-// Copyright 2019, 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-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2019 Shulhan <ms@kilabit.info>
package path