diff --git a/AK/EnumBits.h b/AK/EnumBits.h index 49902b576c..b806aaa46b 100644 --- a/AK/EnumBits.h +++ b/AK/EnumBits.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/SinglyLinkedListWithCount.h b/AK/SinglyLinkedListWithCount.h index 32fad17ac9..4f47ef7a24 100644 --- a/AK/SinglyLinkedListWithCount.h +++ b/AK/SinglyLinkedListWithCount.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/Tests/TestEnumBits.cpp b/AK/Tests/TestEnumBits.cpp index 973d7b479c..9a357a1667 100644 --- a/AK/Tests/TestEnumBits.cpp +++ b/AK/Tests/TestEnumBits.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/Tests/TestIntrusiveList.cpp b/AK/Tests/TestIntrusiveList.cpp index dbde9d8b93..ee9af5a276 100644 --- a/AK/Tests/TestIntrusiveList.cpp +++ b/AK/Tests/TestIntrusiveList.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Kernel/AddressSanitizer.cpp b/Kernel/AddressSanitizer.cpp index 5b4183251e..b23f134f95 100644 --- a/Kernel/AddressSanitizer.cpp +++ b/Kernel/AddressSanitizer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Kernel/AddressSanitizer.h b/Kernel/AddressSanitizer.h index 875801725f..e0c893dbef 100644 --- a/Kernel/AddressSanitizer.h +++ b/Kernel/AddressSanitizer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibC/Tests/TestLibCTime.cpp b/Userland/Libraries/LibC/Tests/TestLibCTime.cpp index 283471ac33..4e4c3dd303 100644 --- a/Userland/Libraries/LibC/Tests/TestLibCTime.cpp +++ b/Userland/Libraries/LibC/Tests/TestLibCTime.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibC/ssp.cpp b/Userland/Libraries/LibC/ssp.cpp index 53e0425706..2937c5da3e 100644 --- a/Userland/Libraries/LibC/ssp.cpp +++ b/Userland/Libraries/LibC/ssp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibTest/Results.h b/Userland/Libraries/LibTest/Results.h index ecf1b8dc1a..59ae9692e1 100644 --- a/Userland/Libraries/LibTest/Results.h +++ b/Userland/Libraries/LibTest/Results.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, Matthew Olsson * Copyright (c) 2020-2021, Linus Groh - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Tests/LibC/stack-smash.cpp b/Userland/Tests/LibC/stack-smash.cpp index 26c1fca48f..6a2a303951 100644 --- a/Userland/Tests/LibC/stack-smash.cpp +++ b/Userland/Tests/LibC/stack-smash.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Brian Gianforcaro + * Copyright (c) 2021, Brian Gianforcaro * * SPDX-License-Identifier: BSD-2-Clause */