diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2021-09-03 11:14:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-03 12:22:36 +0200 |
commit | e2c32a6c65fc579582be1dd0b022a0da2fd03de6 (patch) | |
tree | 687de2d4b6e82a12cc17ae7942a9c0a26183c182 /Userland/Applications/Browser | |
parent | 01af7d1ae16774057e3afdd34eafce07113cf3bd (diff) | |
download | serenity-e2c32a6c65fc579582be1dd0b022a0da2fd03de6.zip |
Everywhere: Use my shiny new serenityos.org email :^)
Diffstat (limited to 'Userland/Applications/Browser')
-rw-r--r-- | Userland/Applications/Browser/InspectorWidget.cpp | 2 | ||||
-rw-r--r-- | Userland/Applications/Browser/InspectorWidget.h | 2 | ||||
-rw-r--r-- | Userland/Applications/Browser/Tab.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Userland/Applications/Browser/InspectorWidget.cpp b/Userland/Applications/Browser/InspectorWidget.cpp index fb7ddd997a..072b42ec3e 100644 --- a/Userland/Applications/Browser/InspectorWidget.cpp +++ b/Userland/Applications/Browser/InspectorWidget.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> - * Copyright (c) 2021, Sam Atkins <atkinssj@gmail.com> + * Copyright (c) 2021, Sam Atkins <atkinssj@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Applications/Browser/InspectorWidget.h b/Userland/Applications/Browser/InspectorWidget.h index 58e1464ccc..9db7ce9d5d 100644 --- a/Userland/Applications/Browser/InspectorWidget.h +++ b/Userland/Applications/Browser/InspectorWidget.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> - * Copyright (c) 2021, Sam Atkins <atkinssj@gmail.com> + * Copyright (c) 2021, Sam Atkins <atkinssj@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Applications/Browser/Tab.cpp b/Userland/Applications/Browser/Tab.cpp index 570d7a82b6..dfd961a146 100644 --- a/Userland/Applications/Browser/Tab.cpp +++ b/Userland/Applications/Browser/Tab.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2020-2021, Andreas Kling <kling@serenityos.org> * Copyright (c) 2021, Maciej Zygmanowski <sppmacd@pm.me> - * Copyright (c) 2021, Sam Atkins <atkinssj@gmail.com> + * Copyright (c) 2021, Sam Atkins <atkinssj@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ |