From 2b46e6f664707d4a7c939eac2dad658b7dd523bc Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Sat, 15 Jul 2023 22:33:22 +1200 Subject: [PATCH] Everywhere: Update copyrights with my new serenityos.org e-mail :^) --- .mailmap | 1 + Tests/Kernel/crash.cpp | 2 +- .../Patches/gcc/0001-Add-a-gcc-driver-for-SerenityOS.patch | 2 +- Toolchain/Patches/gcc/0003-libgcc-Build-for-SerenityOS.patch | 2 +- .../Patches/gcc/0004-libgcc-Do-not-link-libgcc_s-to-LibC.patch | 2 +- Toolchain/Patches/gcc/0006-libstdc-Support-SerenityOS.patch | 2 +- Userland/Libraries/LibDiff/Applier.cpp | 2 +- Userland/Libraries/LibDiff/Applier.h | 2 +- Userland/Libraries/LibDiff/Format.cpp | 2 +- Userland/Libraries/LibDiff/Format.h | 2 +- Userland/Libraries/LibDiff/Forward.h | 2 +- Userland/Libraries/LibDiff/Generator.cpp | 2 +- Userland/Libraries/LibDiff/Hunks.cpp | 2 +- Userland/Libraries/LibDiff/Hunks.h | 2 +- Userland/Libraries/LibGfx/Color.cpp | 2 +- Userland/Libraries/LibGfx/Triangle.cpp | 2 +- Userland/Libraries/LibGfx/Triangle.h | 2 +- Userland/Libraries/LibJS/Runtime/MathObject.cpp | 2 +- .../Libraries/LibJS/Runtime/SharedArrayBufferConstructor.cpp | 2 +- Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.h | 2 +- Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.cpp | 2 +- Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.h | 2 +- Userland/Libraries/LibTest/CrashTest.cpp | 2 +- Userland/Libraries/LibTest/CrashTest.h | 2 +- Userland/Libraries/LibWeb/FileAPI/Blob.cpp | 2 +- Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp | 2 +- Userland/Libraries/LibWeb/Streams/AbstractOperations.cpp | 2 +- Userland/Libraries/LibWeb/Streams/AbstractOperations.h | 2 +- Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.cpp | 2 +- Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.h | 2 +- Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.cpp | 2 +- Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.h | 2 +- Userland/Libraries/LibWeb/Streams/QueuingStrategy.h | 2 +- Userland/Libraries/LibWeb/Streams/QueuingStrategyInit.h | 2 +- Userland/Libraries/LibWeb/Streams/ReadableStream.cpp | 2 +- .../Libraries/LibWeb/Streams/ReadableStreamDefaultReader.cpp | 2 +- Userland/Libraries/LibWeb/URL/URLSearchParams.cpp | 2 +- Userland/Services/WindowServer/Menu.cpp | 2 +- Userland/Services/WindowServer/MenuManager.cpp | 2 +- Userland/Utilities/diff.cpp | 2 +- Userland/Utilities/patch.cpp | 2 +- Userland/Utilities/stat.cpp | 2 +- 42 files changed, 42 insertions(+), 41 deletions(-) diff --git a/.mailmap b/.mailmap index fa252eaeb3..0b207ba63b 100644 --- a/.mailmap +++ b/.mailmap @@ -27,3 +27,4 @@ Luke Wilde Matthew Olsson + diff --git a/Tests/Kernel/crash.cpp b/Tests/Kernel/crash.cpp index 027cd48b4a..2d99ee419c 100644 --- a/Tests/Kernel/crash.cpp +++ b/Tests/Kernel/crash.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling - * Copyright (c) 2019-2020, Shannon Booth + * Copyright (c) 2019-2020, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Toolchain/Patches/gcc/0001-Add-a-gcc-driver-for-SerenityOS.patch b/Toolchain/Patches/gcc/0001-Add-a-gcc-driver-for-SerenityOS.patch index d371e5e8fa..782e533f78 100644 --- a/Toolchain/Patches/gcc/0001-Add-a-gcc-driver-for-SerenityOS.patch +++ b/Toolchain/Patches/gcc/0001-Add-a-gcc-driver-for-SerenityOS.patch @@ -17,7 +17,7 @@ Co-Authored-By: Tim Schumacher Co-Authored-By: Andrew Kaster Co-Authored-By: Brian Gianforcaro Co-Authored-By: Philip Herron -Co-Authored-By: Shannon Booth +Co-Authored-By: Shannon Booth --- gcc/config.gcc | 19 ++++++++++++++ gcc/config/i386/serenity.h | 7 ++++++ diff --git a/Toolchain/Patches/gcc/0003-libgcc-Build-for-SerenityOS.patch b/Toolchain/Patches/gcc/0003-libgcc-Build-for-SerenityOS.patch index d43dafa9ce..bf8d6395d9 100644 --- a/Toolchain/Patches/gcc/0003-libgcc-Build-for-SerenityOS.patch +++ b/Toolchain/Patches/gcc/0003-libgcc-Build-for-SerenityOS.patch @@ -12,7 +12,7 @@ Co-Authored-By: Nico Weber Co-Authored-By: Andrew Kaster Co-Authored-By: Daniel Bertalan Co-Authored-By: Philip Herron -Co-Authored-By: Shannon Booth +Co-Authored-By: Shannon Booth --- gcc/configure | 3 +++ libgcc/config.host | 16 ++++++++++++++++ diff --git a/Toolchain/Patches/gcc/0004-libgcc-Do-not-link-libgcc_s-to-LibC.patch b/Toolchain/Patches/gcc/0004-libgcc-Do-not-link-libgcc_s-to-LibC.patch index 49d58d7fe9..f154feb89c 100644 --- a/Toolchain/Patches/gcc/0004-libgcc-Do-not-link-libgcc_s-to-LibC.patch +++ b/Toolchain/Patches/gcc/0004-libgcc-Do-not-link-libgcc_s-to-LibC.patch @@ -11,7 +11,7 @@ Co-Authored-By: Daniel Bertalan Co-Authored-By: Itamar Co-Authored-By: Nico Weber Co-Authored-By: Philip Herron -Co-Authored-By: Shannon Booth +Co-Authored-By: Shannon Booth --- libgcc/config/t-slibgcc | 1 - 1 file changed, 1 deletion(-) diff --git a/Toolchain/Patches/gcc/0006-libstdc-Support-SerenityOS.patch b/Toolchain/Patches/gcc/0006-libstdc-Support-SerenityOS.patch index decd28b502..6917c8a983 100644 --- a/Toolchain/Patches/gcc/0006-libstdc-Support-SerenityOS.patch +++ b/Toolchain/Patches/gcc/0006-libstdc-Support-SerenityOS.patch @@ -18,7 +18,7 @@ Co-Authored-By: James Mintram Co-Authored-By: Martin Bříza Co-Authored-By: Nico Weber Co-Authored-By: Philip Herron -Co-Authored-By: Shannon Booth +Co-Authored-By: Shannon Booth --- libstdc++-v3/acinclude.m4 | 4 ++-- libstdc++-v3/configure | 11 ++++++++--- diff --git a/Userland/Libraries/LibDiff/Applier.cpp b/Userland/Libraries/LibDiff/Applier.cpp index 7a093804fc..77fe8bec79 100644 --- a/Userland/Libraries/LibDiff/Applier.cpp +++ b/Userland/Libraries/LibDiff/Applier.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibDiff/Applier.h b/Userland/Libraries/LibDiff/Applier.h index e28d416675..011281d0f8 100644 --- a/Userland/Libraries/LibDiff/Applier.h +++ b/Userland/Libraries/LibDiff/Applier.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibDiff/Format.cpp b/Userland/Libraries/LibDiff/Format.cpp index da13b2eb12..7af72006f3 100644 --- a/Userland/Libraries/LibDiff/Format.cpp +++ b/Userland/Libraries/LibDiff/Format.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, Itamar S. * Copyright (c) 2021, Mustafa Quraish - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibDiff/Format.h b/Userland/Libraries/LibDiff/Format.h index c3cba5785d..858e6d7c75 100644 --- a/Userland/Libraries/LibDiff/Format.h +++ b/Userland/Libraries/LibDiff/Format.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Itamar S. - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibDiff/Forward.h b/Userland/Libraries/LibDiff/Forward.h index b8cbca0e08..1eb028cb63 100644 --- a/Userland/Libraries/LibDiff/Forward.h +++ b/Userland/Libraries/LibDiff/Forward.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibDiff/Generator.cpp b/Userland/Libraries/LibDiff/Generator.cpp index bbe9c5c39e..1d789d1536 100644 --- a/Userland/Libraries/LibDiff/Generator.cpp +++ b/Userland/Libraries/LibDiff/Generator.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2021, Mustafa Quraish - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibDiff/Hunks.cpp b/Userland/Libraries/LibDiff/Hunks.cpp index 0a89863341..7e35534313 100644 --- a/Userland/Libraries/LibDiff/Hunks.cpp +++ b/Userland/Libraries/LibDiff/Hunks.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Itamar S. - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibDiff/Hunks.h b/Userland/Libraries/LibDiff/Hunks.h index 50ca3337b4..35f35f47b1 100644 --- a/Userland/Libraries/LibDiff/Hunks.h +++ b/Userland/Libraries/LibDiff/Hunks.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Itamar S. - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibGfx/Color.cpp b/Userland/Libraries/LibGfx/Color.cpp index e4323e67f1..4bdf4fdcad 100644 --- a/Userland/Libraries/LibGfx/Color.cpp +++ b/Userland/Libraries/LibGfx/Color.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling - * Copyright (c) 2019-2023, Shannon Booth + * Copyright (c) 2019-2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibGfx/Triangle.cpp b/Userland/Libraries/LibGfx/Triangle.cpp index 1642aaed0d..e8e12ebfc0 100644 --- a/Userland/Libraries/LibGfx/Triangle.cpp +++ b/Userland/Libraries/LibGfx/Triangle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Shannon Booth + * Copyright (c) 2020, Shannon Booth * Copyright (c) 2022, Andreas Kling * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibGfx/Triangle.h b/Userland/Libraries/LibGfx/Triangle.h index 5b50c6081f..11019c0d73 100644 --- a/Userland/Libraries/LibGfx/Triangle.h +++ b/Userland/Libraries/LibGfx/Triangle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Shannon Booth + * Copyright (c) 2020, Shannon Booth * Copyright (c) 2022, Andreas Kling * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibJS/Runtime/MathObject.cpp b/Userland/Libraries/LibJS/Runtime/MathObject.cpp index 345cfa4ba9..4bb509779a 100644 --- a/Userland/Libraries/LibJS/Runtime/MathObject.cpp +++ b/Userland/Libraries/LibJS/Runtime/MathObject.cpp @@ -2,7 +2,7 @@ * Copyright (c) 2020, Andreas Kling * Copyright (c) 2020-2023, Linus Groh * Copyright (c) 2021, Idan Horowitz - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.cpp b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.cpp index eb3c7a9642..018d067508 100644 --- a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.cpp +++ b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.h b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.h index e0e136dc56..b342787731 100644 --- a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.h +++ b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferConstructor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.cpp b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.cpp index b457274ae7..7607e8cfc3 100644 --- a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.cpp +++ b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.h b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.h index 5bbefda123..e50e7b4c01 100644 --- a/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.h +++ b/Userland/Libraries/LibJS/Runtime/SharedArrayBufferPrototype.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibTest/CrashTest.cpp b/Userland/Libraries/LibTest/CrashTest.cpp index ac1de18f56..d3f221ddf4 100644 --- a/Userland/Libraries/LibTest/CrashTest.cpp +++ b/Userland/Libraries/LibTest/CrashTest.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling - * Copyright (c) 2019-2020, Shannon Booth + * Copyright (c) 2019-2020, Shannon Booth * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibTest/CrashTest.h b/Userland/Libraries/LibTest/CrashTest.h index be0817eef0..bfc18c9a9c 100644 --- a/Userland/Libraries/LibTest/CrashTest.h +++ b/Userland/Libraries/LibTest/CrashTest.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling - * Copyright (c) 2019-2020, Shannon Booth + * Copyright (c) 2019-2020, Shannon Booth * Copyright (c) 2021, Brian Gianforaro * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibWeb/FileAPI/Blob.cpp b/Userland/Libraries/LibWeb/FileAPI/Blob.cpp index e2205b91cd..25c956c2db 100644 --- a/Userland/Libraries/LibWeb/FileAPI/Blob.cpp +++ b/Userland/Libraries/LibWeb/FileAPI/Blob.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2022-2023, Kenneth Myhra - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp b/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp index 36cda26e14..822738d3b9 100644 --- a/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp +++ b/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2020-2022, Andreas Kling * Copyright (c) 2021, Luke Wilde - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/Streams/AbstractOperations.cpp b/Userland/Libraries/LibWeb/Streams/AbstractOperations.cpp index 660f18849c..323e31a64a 100644 --- a/Userland/Libraries/LibWeb/Streams/AbstractOperations.cpp +++ b/Userland/Libraries/LibWeb/Streams/AbstractOperations.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2022, Linus Groh * Copyright (c) 2023, Matthew Olsson - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * Copyright (c) 2023, Kenneth Myhra * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibWeb/Streams/AbstractOperations.h b/Userland/Libraries/LibWeb/Streams/AbstractOperations.h index 52627f0b29..b133c40b08 100644 --- a/Userland/Libraries/LibWeb/Streams/AbstractOperations.h +++ b/Userland/Libraries/LibWeb/Streams/AbstractOperations.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2022, Linus Groh * Copyright (c) 2023, Matthew Olsson - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * Copyright (c) 2023, Kenneth Myhra * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.cpp b/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.cpp index 5475af3c0e..ebad7f14b4 100644 --- a/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.cpp +++ b/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * Copyright (c) 2023, Matthew Olsson * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.h b/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.h index bbae612177..c4c626185d 100644 --- a/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.h +++ b/Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.cpp b/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.cpp index d62baeec6e..6c45737638 100644 --- a/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.cpp +++ b/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * Copyright (c) 2023, Matthew Olsson * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.h b/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.h index e244b7985d..af57695494 100644 --- a/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.h +++ b/Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/Streams/QueuingStrategy.h b/Userland/Libraries/LibWeb/Streams/QueuingStrategy.h index d49e3fe27f..75c4e2f93e 100644 --- a/Userland/Libraries/LibWeb/Streams/QueuingStrategy.h +++ b/Userland/Libraries/LibWeb/Streams/QueuingStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/Streams/QueuingStrategyInit.h b/Userland/Libraries/LibWeb/Streams/QueuingStrategyInit.h index 98096d22be..19d988efa5 100644 --- a/Userland/Libraries/LibWeb/Streams/QueuingStrategyInit.h +++ b/Userland/Libraries/LibWeb/Streams/QueuingStrategyInit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/Streams/ReadableStream.cpp b/Userland/Libraries/LibWeb/Streams/ReadableStream.cpp index a9ffae8965..affbbfad90 100644 --- a/Userland/Libraries/LibWeb/Streams/ReadableStream.cpp +++ b/Userland/Libraries/LibWeb/Streams/ReadableStream.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2022, Linus Groh - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/Streams/ReadableStreamDefaultReader.cpp b/Userland/Libraries/LibWeb/Streams/ReadableStreamDefaultReader.cpp index 50916babee..ec719813cf 100644 --- a/Userland/Libraries/LibWeb/Streams/ReadableStreamDefaultReader.cpp +++ b/Userland/Libraries/LibWeb/Streams/ReadableStreamDefaultReader.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2023, Matthew Olsson - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibWeb/URL/URLSearchParams.cpp b/Userland/Libraries/LibWeb/URL/URLSearchParams.cpp index 3b80540dc0..35cf1ffc79 100644 --- a/Userland/Libraries/LibWeb/URL/URLSearchParams.cpp +++ b/Userland/Libraries/LibWeb/URL/URLSearchParams.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2021, Idan Horowitz - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Services/WindowServer/Menu.cpp b/Userland/Services/WindowServer/Menu.cpp index b901ee75df..0dd8343b60 100644 --- a/Userland/Services/WindowServer/Menu.cpp +++ b/Userland/Services/WindowServer/Menu.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2021, Andreas Kling - * Copyright (c) 2020, Shannon Booth + * Copyright (c) 2020, Shannon Booth * Copyright (c) 2022, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Services/WindowServer/MenuManager.cpp b/Userland/Services/WindowServer/MenuManager.cpp index b7bf99536d..d206247985 100644 --- a/Userland/Services/WindowServer/MenuManager.cpp +++ b/Userland/Services/WindowServer/MenuManager.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2021, Andreas Kling - * Copyright (c) 2020, Shannon Booth + * Copyright (c) 2020, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/diff.cpp b/Userland/Utilities/diff.cpp index fce194728d..19531cc120 100644 --- a/Userland/Utilities/diff.cpp +++ b/Userland/Utilities/diff.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2021, Mustafa Quraish - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/patch.cpp b/Userland/Utilities/patch.cpp index a3261b1ca2..cba196ffe8 100644 --- a/Userland/Utilities/patch.cpp +++ b/Userland/Utilities/patch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Shannon Booth + * Copyright (c) 2023, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/stat.cpp b/Userland/Utilities/stat.cpp index a8f2840e6a..62aeee52f9 100644 --- a/Userland/Utilities/stat.cpp +++ b/Userland/Utilities/stat.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling - * Copyright (c) 2020, Shannon Booth + * Copyright (c) 2020, Shannon Booth * * SPDX-License-Identifier: BSD-2-Clause */