From 057440da4ffb8abcdb1887c95f3d0bb48698ccf9 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 11 Sep 2024 02:08:02 +0700 Subject: all: use SPDX license header format --- lib/websocket/examples/cmd/server/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/websocket/examples/cmd/server') diff --git a/lib/websocket/examples/cmd/server/main.go b/lib/websocket/examples/cmd/server/main.go index 96d09a9a..6ccd5fc6 100644 --- a/lib/websocket/examples/cmd/server/main.go +++ b/lib/websocket/examples/cmd/server/main.go @@ -1,6 +1,6 @@ -// Copyright 2019, Shulhan . 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 +// +// SPDX-License-Identifier: BSD-3-Clause // Program server provide an example of WebSocket server as group chat. // The client that connect to the server must be authenticated using key. -- cgit v1.3-5-g9baa