From 527a630fbed814f2497cedbc5356cc9928b3cad7 Mon Sep 17 00:00:00 2001 From: Dmitry Kolesnikov Date: Sun, 20 Oct 2024 14:34:35 +0300 Subject: [PATCH] add copyrights --- broker/websocket/authorizer.go | 8 ++++++++ broker/websocket/authorizer_test.go | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/broker/websocket/authorizer.go b/broker/websocket/authorizer.go index 0d2c311..fc75e91 100644 --- a/broker/websocket/authorizer.go +++ b/broker/websocket/authorizer.go @@ -1,3 +1,11 @@ +// +// Copyright (C) 2021 - 2024 Dmitry Kolesnikov +// +// This file may be modified and distributed under the terms +// of the Apache License Version 2.0. See the LICENSE file for details. +// https://github.com/fogfish/swarm +// + package websocket import ( diff --git a/broker/websocket/authorizer_test.go b/broker/websocket/authorizer_test.go index 0413596..9f60416 100644 --- a/broker/websocket/authorizer_test.go +++ b/broker/websocket/authorizer_test.go @@ -1,3 +1,11 @@ +// +// Copyright (C) 2021 - 2024 Dmitry Kolesnikov +// +// This file may be modified and distributed under the terms +// of the Apache License Version 2.0. See the LICENSE file for details. +// https://github.com/fogfish/swarm +// + package websocket import (