aboutsummaryrefslogtreecommitdiff
path: root/lib/http/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http/http.go')
-rw-r--r--lib/http/http.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/http/http.go b/lib/http/http.go
index 838e5106..0a3c22ba 100644
--- a/lib/http/http.go
+++ b/lib/http/http.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-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2018 Shulhan <ms@kilabit.info>
// Package http implement custom HTTP server with memory file system and
// simplified routing handler.