From b0faf2287a016a1d1568313ab28a494c4b20398e Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 24 Apr 2021 20:16:31 +0200 Subject: [PATCH] LibJS: Use linusg@serenityos.org for my new copyright headers, too Whoops, I have a new email for these! :^) --- Userland/Libraries/LibJS/Runtime/Exception.cpp | 2 +- Userland/Libraries/LibJS/Runtime/Exception.h | 2 +- Userland/Libraries/LibJS/Runtime/TemporaryClearException.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Userland/Libraries/LibJS/Runtime/Exception.cpp b/Userland/Libraries/LibJS/Runtime/Exception.cpp index ba27919014..9043be5869 100644 --- a/Userland/Libraries/LibJS/Runtime/Exception.cpp +++ b/Userland/Libraries/LibJS/Runtime/Exception.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Andreas Kling - * Copyright (c) 2021, Linus Groh + * Copyright (c) 2021, Linus Groh * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibJS/Runtime/Exception.h b/Userland/Libraries/LibJS/Runtime/Exception.h index 1065ecb115..7de3d602f3 100644 --- a/Userland/Libraries/LibJS/Runtime/Exception.h +++ b/Userland/Libraries/LibJS/Runtime/Exception.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Andreas Kling - * Copyright (c) 2021, Linus Groh + * Copyright (c) 2021, Linus Groh * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibJS/Runtime/TemporaryClearException.h b/Userland/Libraries/LibJS/Runtime/TemporaryClearException.h index a10d34afc6..d4069a991c 100644 --- a/Userland/Libraries/LibJS/Runtime/TemporaryClearException.h +++ b/Userland/Libraries/LibJS/Runtime/TemporaryClearException.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Linus Groh + * Copyright (c) 2021, Linus Groh * * SPDX-License-Identifier: BSD-2-Clause */