summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.cpp
diff options
context:
space:
mode:
authorDexesTTP <dexes.ttp@gmail.com>2021-04-25 11:30:39 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-25 19:04:34 +0200
commitc11ca9df33c602a8c5d8efb89cb42a9986629c1d (patch)
treee5b5ce843b65adef0ec964b7ce59f5c46b43eff0 /Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.cpp
parentd8409c0e29d3b2894b152274f830eac7a2fb38ad (diff)
downloadserenity-c11ca9df33c602a8c5d8efb89cb42a9986629c1d.zip
LibWebSocket+telws: Use my own copyright headers :^)
Since I guess I'll start attributing my own code, might as well change it for the previously written WebSocket code too !
Diffstat (limited to 'Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.cpp')
-rw-r--r--Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.cpp b/Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.cpp
index 15a9e97b0f..263eefb3e2 100644
--- a/Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.cpp
+++ b/Userland/Libraries/LibWebSocket/Impl/AbstractWebSocketImpl.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
*/