From e45f3b6c2ff3ed86985a4a58369355df90a7ead9 Mon Sep 17 00:00:00 2001 From: linsto Date: Wed, 18 Oct 2023 01:07:03 +0800 Subject: [PATCH] fix: missing copyright --- woox/websocket/client.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/woox/websocket/client.go b/woox/websocket/client.go index cf50385..0bb8312 100644 --- a/woox/websocket/client.go +++ b/woox/websocket/client.go @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2023, LinstoHu + * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package websocket import (