summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Elliott <pelliott@ualberta.ca>2021-08-31 19:32:46 -0700
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-09-01 11:37:25 +0430
commit33d7fdca28abc40c9a8d3096759fab092e68bcf0 (patch)
treef23757aa6fd5a6f764ff7941094a68305304524a
parent9206efaabe64b5f3a684a7b644263d6c9407878d (diff)
downloadserenity-33d7fdca28abc40c9a8d3096759fab092e68bcf0.zip
Everywhere: Use my cool new @serenityos.org email address
-rw-r--r--Kernel/Random.cpp2
-rw-r--r--Kernel/Random.h2
-rw-r--r--Tests/LibMarkdown/TestCommonmark.cpp2
-rw-r--r--Userland/Applets/DesktopPicker/DesktopStatusWindow.cpp2
-rw-r--r--Userland/Applets/DesktopPicker/DesktopStatusWindow.h2
-rw-r--r--Userland/Applets/DesktopPicker/main.cpp2
-rw-r--r--Userland/Libraries/LibArchive/Tar.cpp2
-rw-r--r--Userland/Libraries/LibArchive/Tar.h2
-rw-r--r--Userland/Libraries/LibArchive/TarStream.cpp2
-rw-r--r--Userland/Libraries/LibArchive/TarStream.h2
-rw-r--r--Userland/Libraries/LibC/sys/file.cpp2
-rw-r--r--Userland/Libraries/LibCore/Account.cpp2
-rw-r--r--Userland/Libraries/LibCore/Account.h2
-rw-r--r--Userland/Libraries/LibCore/GetPassword.cpp2
-rw-r--r--Userland/Libraries/LibCore/GetPassword.h2
-rw-r--r--Userland/Libraries/LibCore/LockFile.cpp2
-rw-r--r--Userland/Libraries/LibCore/LockFile.h2
-rw-r--r--Userland/Libraries/LibCrypt/crypt.cpp2
-rw-r--r--Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h2
-rw-r--r--Userland/Utilities/less.cpp2
-rw-r--r--Userland/Utilities/mkfifo.cpp2
-rw-r--r--Userland/Utilities/nproc.cpp2
-rw-r--r--Userland/Utilities/passwd.cpp2
-rw-r--r--Userland/Utilities/tar.cpp2
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 <kling@serenityos.org>
- * Copyright (c) 2020, Peter Elliott <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <kling@serenityos.org>
- * Copyright (c) 2020, Peter Elliott <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
* Copyright (c) 2021, Idan Horowitz <idan.horowitz@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
* Copyright (c) 2021, Idan Horowitz <idan.horowitz@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
* Copyright (c) 2021, Idan Horowitz <idan.horowitz@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
* Copyright (c) 2021, Idan Horowitz <idan.horowitz@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
* Copyright (c) 2021, Emanuele Torre <torreemanuele6@gmail.com>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2021, Peter Elliott <pelliott@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
* Copyright (c) 2021, Andreas Kling <kling@serenityos.org>
*
* 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 <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/