From 1efbedf33694d63bbfb084c72c7145993ab0f583 Mon Sep 17 00:00:00 2001 From: Denivko Date: Tue, 10 Jun 2025 02:44:27 +0000 Subject: [PATCH] update WEMIRR-PLATFORM header Signed-off-by: Denivko --- .../WebSocketContainerConfigurer.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wemirr-platform-framework/websocket-spring-boot-starter/src/main/java/com/wemirr/framework/websocket/configuration/WebSocketContainerConfigurer.java b/wemirr-platform-framework/websocket-spring-boot-starter/src/main/java/com/wemirr/framework/websocket/configuration/WebSocketContainerConfigurer.java index ff438a31..ad5126e2 100644 --- a/wemirr-platform-framework/websocket-spring-boot-starter/src/main/java/com/wemirr/framework/websocket/configuration/WebSocketContainerConfigurer.java +++ b/wemirr-platform-framework/websocket-spring-boot-starter/src/main/java/com/wemirr/framework/websocket/configuration/WebSocketContainerConfigurer.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2023 WEMIRR-PLATFORM Authors. All Rights Reserved. + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 com.wemirr.framework.websocket.configuration; import org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory; -- Gitee