diff options
Diffstat (limited to 'Userland/Libraries/LibWebSocket/Impl/TCPWebSocketConnectionImpl.cpp')
-rw-r--r-- | Userland/Libraries/LibWebSocket/Impl/TCPWebSocketConnectionImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWebSocket/Impl/TCPWebSocketConnectionImpl.cpp b/Userland/Libraries/LibWebSocket/Impl/TCPWebSocketConnectionImpl.cpp index f96d5bca1e..ec316f5942 100644 --- a/Userland/Libraries/LibWebSocket/Impl/TCPWebSocketConnectionImpl.cpp +++ b/Userland/Libraries/LibWebSocket/Impl/TCPWebSocketConnectionImpl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, The SerenityOS developers. + * Copyright (c) 2021, Dexβͺ <dexes.ttp@gmail.com> * * SPDX-License-Identifier: BSD-2-Clause */ |