aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/internal
diff options
context:
space:
mode:
Diffstat (limited to 'lib/websocket/internal')
-rw-r--r--lib/websocket/internal/autobahn/Makefile4
-rw-r--r--lib/websocket/internal/autobahn/autobahn.go4
-rw-r--r--lib/websocket/internal/autobahn/client/fuzzingserver.json.license3
-rw-r--r--lib/websocket/internal/autobahn/client/main.go6
-rw-r--r--lib/websocket/internal/autobahn/server/fuzzingclient.json.license3
-rw-r--r--lib/websocket/internal/autobahn/server/main.go6
6 files changed, 20 insertions, 6 deletions
diff --git a/lib/websocket/internal/autobahn/Makefile b/lib/websocket/internal/autobahn/Makefile
index 24883c94..d51e9ddd 100644
--- a/lib/websocket/internal/autobahn/Makefile
+++ b/lib/websocket/internal/autobahn/Makefile
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 M. Shulhan <ms@kilabit.info>
+#
+# SPDX-License-Identifier: BSD-3-Clause
+
##
## Run autobahn client to test our server.
##
diff --git a/lib/websocket/internal/autobahn/autobahn.go b/lib/websocket/internal/autobahn/autobahn.go
index 01c89481..ccdc392d 100644
--- a/lib/websocket/internal/autobahn/autobahn.go
+++ b/lib/websocket/internal/autobahn/autobahn.go
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2023 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
// Package autobahn provides an helper to parse and print reports from
// result of Autobahn test suite.
package autobahn
diff --git a/lib/websocket/internal/autobahn/client/fuzzingserver.json.license b/lib/websocket/internal/autobahn/client/fuzzingserver.json.license
new file mode 100644
index 00000000..4c22e3a9
--- /dev/null
+++ b/lib/websocket/internal/autobahn/client/fuzzingserver.json.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
+
+SPDX-License-Identifier: BSD-3-Clause
diff --git a/lib/websocket/internal/autobahn/client/main.go b/lib/websocket/internal/autobahn/client/main.go
index 0966c2ad..12b4302c 100644
--- a/lib/websocket/internal/autobahn/client/main.go
+++ b/lib/websocket/internal/autobahn/client/main.go
@@ -1,6 +1,6 @@
-// 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-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
// Package client provide a program to test WebSocket client implementation
// with autobahn testsuite.
diff --git a/lib/websocket/internal/autobahn/server/fuzzingclient.json.license b/lib/websocket/internal/autobahn/server/fuzzingclient.json.license
new file mode 100644
index 00000000..4c22e3a9
--- /dev/null
+++ b/lib/websocket/internal/autobahn/server/fuzzingclient.json.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
+
+SPDX-License-Identifier: BSD-3-Clause
diff --git a/lib/websocket/internal/autobahn/server/main.go b/lib/websocket/internal/autobahn/server/main.go
index 78c45624..1b00b28c 100644
--- a/lib/websocket/internal/autobahn/server/main.go
+++ b/lib/websocket/internal/autobahn/server/main.go
@@ -1,6 +1,6 @@
-// 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-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
// Package server provide a program for testing WebSocket server implement
// with autobahn testsuite.