From 33d7fdca28abc40c9a8d3096759fab092e68bcf0 Mon Sep 17 00:00:00 2001 From: Peter Elliott Date: Tue, 31 Aug 2021 19:32:46 -0700 Subject: Everywhere: Use my cool new @serenityos.org email address --- Kernel/Random.cpp | 2 +- Kernel/Random.h | 2 +- Tests/LibMarkdown/TestCommonmark.cpp | 2 +- Userland/Applets/DesktopPicker/DesktopStatusWindow.cpp | 2 +- Userland/Applets/DesktopPicker/DesktopStatusWindow.h | 2 +- Userland/Applets/DesktopPicker/main.cpp | 2 +- Userland/Libraries/LibArchive/Tar.cpp | 2 +- Userland/Libraries/LibArchive/Tar.h | 2 +- Userland/Libraries/LibArchive/TarStream.cpp | 2 +- Userland/Libraries/LibArchive/TarStream.h | 2 +- Userland/Libraries/LibC/sys/file.cpp | 2 +- Userland/Libraries/LibCore/Account.cpp | 2 +- Userland/Libraries/LibCore/Account.h | 2 +- Userland/Libraries/LibCore/GetPassword.cpp | 2 +- Userland/Libraries/LibCore/GetPassword.h | 2 +- Userland/Libraries/LibCore/LockFile.cpp | 2 +- Userland/Libraries/LibCore/LockFile.h | 2 +- Userland/Libraries/LibCrypt/crypt.cpp | 2 +- Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h | 2 +- Userland/Utilities/less.cpp | 2 +- Userland/Utilities/mkfifo.cpp | 2 +- Userland/Utilities/nproc.cpp | 2 +- Userland/Utilities/passwd.cpp | 2 +- Userland/Utilities/tar.cpp | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Kernel/Random.cpp b/Kernel/Random.cpp index 6f77f40873..516975b7ab 100644 --- a/Kernel/Random.cpp +++ b/Kernel/Random.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Kernel/Random.h b/Kernel/Random.h index 4e62badaa7..ff13d774eb 100644 --- a/Kernel/Random.h +++ b/Kernel/Random.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Tests/LibMarkdown/TestCommonmark.cpp b/Tests/LibMarkdown/TestCommonmark.cpp index 764d206672..4f1c284cf6 100644 --- a/Tests/LibMarkdown/TestCommonmark.cpp +++ b/Tests/LibMarkdown/TestCommonmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Applets/DesktopPicker/DesktopStatusWindow.cpp b/Userland/Applets/DesktopPicker/DesktopStatusWindow.cpp index c96bcb0b49..acc4442128 100644 --- a/Userland/Applets/DesktopPicker/DesktopStatusWindow.cpp +++ b/Userland/Applets/DesktopPicker/DesktopStatusWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Applets/DesktopPicker/DesktopStatusWindow.h b/Userland/Applets/DesktopPicker/DesktopStatusWindow.h index 323dc10b24..1a6e25da31 100644 --- a/Userland/Applets/DesktopPicker/DesktopStatusWindow.h +++ b/Userland/Applets/DesktopPicker/DesktopStatusWindow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Applets/DesktopPicker/main.cpp b/Userland/Applets/DesktopPicker/main.cpp index a6b5d868a3..66dd261ab0 100644 --- a/Userland/Applets/DesktopPicker/main.cpp +++ b/Userland/Applets/DesktopPicker/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibArchive/Tar.cpp b/Userland/Libraries/LibArchive/Tar.cpp index 47626ed93d..f373752823 100644 --- a/Userland/Libraries/LibArchive/Tar.cpp +++ b/Userland/Libraries/LibArchive/Tar.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibArchive/Tar.h b/Userland/Libraries/LibArchive/Tar.h index 8e05ce11a7..52fd60bbd1 100644 --- a/Userland/Libraries/LibArchive/Tar.h +++ b/Userland/Libraries/LibArchive/Tar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibArchive/TarStream.cpp b/Userland/Libraries/LibArchive/TarStream.cpp index 5db912b6b2..657afe941c 100644 --- a/Userland/Libraries/LibArchive/TarStream.cpp +++ b/Userland/Libraries/LibArchive/TarStream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibArchive/TarStream.h b/Userland/Libraries/LibArchive/TarStream.h index 4c515f5981..e09375b786 100644 --- a/Userland/Libraries/LibArchive/TarStream.h +++ b/Userland/Libraries/LibArchive/TarStream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibC/sys/file.cpp b/Userland/Libraries/LibC/sys/file.cpp index 503604b9e9..03142f5f08 100644 --- a/Userland/Libraries/LibC/sys/file.cpp +++ b/Userland/Libraries/LibC/sys/file.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCore/Account.cpp b/Userland/Libraries/LibCore/Account.cpp index 6a725e1f5f..7351a79782 100644 --- a/Userland/Libraries/LibCore/Account.cpp +++ b/Userland/Libraries/LibCore/Account.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCore/Account.h b/Userland/Libraries/LibCore/Account.h index 8b8cce2de9..fc8443cee7 100644 --- a/Userland/Libraries/LibCore/Account.h +++ b/Userland/Libraries/LibCore/Account.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCore/GetPassword.cpp b/Userland/Libraries/LibCore/GetPassword.cpp index c2a917eedd..252f5dce74 100644 --- a/Userland/Libraries/LibCore/GetPassword.cpp +++ b/Userland/Libraries/LibCore/GetPassword.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * Copyright (c) 2021, Emanuele Torre * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibCore/GetPassword.h b/Userland/Libraries/LibCore/GetPassword.h index 66504613c0..ed16fd74bc 100644 --- a/Userland/Libraries/LibCore/GetPassword.h +++ b/Userland/Libraries/LibCore/GetPassword.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCore/LockFile.cpp b/Userland/Libraries/LibCore/LockFile.cpp index 611991589f..8fde143442 100644 --- a/Userland/Libraries/LibCore/LockFile.cpp +++ b/Userland/Libraries/LibCore/LockFile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCore/LockFile.h b/Userland/Libraries/LibCore/LockFile.h index 4a52f114a8..e246edda52 100644 --- a/Userland/Libraries/LibCore/LockFile.h +++ b/Userland/Libraries/LibCore/LockFile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCrypt/crypt.cpp b/Userland/Libraries/LibCrypt/crypt.cpp index 19614b8fce..c952a74d07 100644 --- a/Userland/Libraries/LibCrypt/crypt.cpp +++ b/Userland/Libraries/LibCrypt/crypt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h b/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h index dc02a175e1..730f06e0bc 100644 --- a/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h +++ b/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/less.cpp b/Userland/Utilities/less.cpp index 06120fefbd..aa88d80dc5 100644 --- a/Userland/Utilities/less.cpp +++ b/Userland/Utilities/less.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/mkfifo.cpp b/Userland/Utilities/mkfifo.cpp index d9e787f40e..c641ab43c3 100644 --- a/Userland/Utilities/mkfifo.cpp +++ b/Userland/Utilities/mkfifo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/nproc.cpp b/Userland/Utilities/nproc.cpp index f857a9a669..071344069d 100644 --- a/Userland/Utilities/nproc.cpp +++ b/Userland/Utilities/nproc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Peter Elliott + * Copyright (c) 2021, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/passwd.cpp b/Userland/Utilities/passwd.cpp index 5802a8d5f3..23a8c1c242 100644 --- a/Userland/Utilities/passwd.cpp +++ b/Userland/Utilities/passwd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * Copyright (c) 2021, Andreas Kling * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Utilities/tar.cpp b/Userland/Utilities/tar.cpp index cfe6f07ae9..417f8cbdbf 100644 --- a/Userland/Utilities/tar.cpp +++ b/Userland/Utilities/tar.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Peter Elliott + * Copyright (c) 2020, Peter Elliott * * SPDX-License-Identifier: BSD-2-Clause */ -- cgit v1.2.3