summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorAndrew Kaster <akaster@serenityos.org>2021-05-30 07:28:59 -0600
committerLinus Groh <mail@linusgroh.de>2021-05-30 14:35:34 +0100
commit7b4dc590e7480176988d58f1fad1f9bd02abce08 (patch)
tree23d9d6257b29af8ef0bd83995aae7ca177f9cbba /Tests
parent75ea1bd3463577efbae98eb93496a6d27dcd8441 (diff)
downloadserenity-7b4dc590e7480176988d58f1fad1f9bd02abce08.zip
AK+Userland: Use akaster@serenityos.org for my copyright headers
Diffstat (limited to 'Tests')
-rw-r--r--Tests/AK/TestSourceLocation.cpp2
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