1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00

LibGUI: Fix wrong copyright header email for recent OpacitySlider change

This patch fixes the wrong email domain being used for the copyright
header change in f828bf6479
This commit is contained in:
networkException 2023-01-01 18:59:02 +01:00 committed by Andreas Kling
parent 20313ae8a8
commit 9b50d74df2

View file

@ -1,7 +1,7 @@
/*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2022, the SerenityOS developers.
* Copyright (c) 2023, networkException <networkexception@serenityos.social>
* Copyright (c) 2023, networkException <networkexception@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/