summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/GLUtils.cpp
diff options
context:
space:
mode:
authorStephan Unverwerth <s.unverwerth@serenityos.org>2021-05-29 12:38:28 +0200
committerLinus Groh <mail@linusgroh.de>2021-05-29 12:30:08 +0100
commit10ceeb092fe711e74ec91d4475ab778b56a9b9fc (patch)
treedf62db7d0bc019ec4cba0a81a0417961a9c7138b /Userland/Libraries/LibGL/GLUtils.cpp
parent0aa0e00dd5fd4bd824628b206ef56cf459a2560d (diff)
downloadserenity-10ceeb092fe711e74ec91d4475ab778b56a9b9fc.zip
Everywhere: Use s.unverwerth@serenityos.org :^)
Diffstat (limited to 'Userland/Libraries/LibGL/GLUtils.cpp')
-rw-r--r--Userland/Libraries/LibGL/GLUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGL/GLUtils.cpp b/Userland/Libraries/LibGL/GLUtils.cpp
index 1fa3467864..46ccd7f1dc 100644
--- a/Userland/Libraries/LibGL/GLUtils.cpp
+++ b/Userland/Libraries/LibGL/GLUtils.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2021, Jesse Buhagiar <jooster669@gmail.com>
- * Copyright (c) 2021, Stephan Unverwerth <s.unverwerth@gmx.de>
+ * Copyright (c) 2021, Stephan Unverwerth <s.unverwerth@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/