diff options
author | Andrew Kaster <akaster@serenityos.org> | 2021-05-30 07:28:59 -0600 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-30 14:35:34 +0100 |
commit | 7b4dc590e7480176988d58f1fad1f9bd02abce08 (patch) | |
tree | 23d9d6257b29af8ef0bd83995aae7ca177f9cbba /Tests | |
parent | 75ea1bd3463577efbae98eb93496a6d27dcd8441 (diff) | |
download | serenity-7b4dc590e7480176988d58f1fad1f9bd02abce08.zip |
AK+Userland: Use akaster@serenityos.org for my copyright headers
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/AK/TestSourceLocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/AK/TestSourceLocation.cpp b/Tests/AK/TestSourceLocation.cpp index d770751d1d..8f79f1d104 100644 --- a/Tests/AK/TestSourceLocation.cpp +++ b/Tests/AK/TestSourceLocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Andrew Kaster <andrewdkaster@gmail.com> + * Copyright (c) 2021, Andrew Kaster <akaster@serenityos.org> * Copyright (c) 2021, Brian Gianforcaro <bgianf@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause |