From 649d2faeabe6bf2a5e3625c4e412ced5461e572e Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 28 Apr 2021 22:46:44 +0200 Subject: Everywhere: Use "the SerenityOS developers." in copyright headers We had some inconsistencies before: - Sometimes "The", sometimes "the" - Sometimes trailing ".", sometimes no trailing "." I picked the most common one (lowecase "the", trailing ".") and applied it to all copyright headers. By using the exact same string everywhere we can ensure nothing gets missed during a global search (and replace), and that these inconsistencies are not spread any further (as copyright headers are commonly copied to new files). --- AK/Tests/TestCircularDuplexStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AK/Tests/TestCircularDuplexStream.cpp') diff --git a/AK/Tests/TestCircularDuplexStream.cpp b/AK/Tests/TestCircularDuplexStream.cpp index 62b5534bfb..fa1a91a76e 100644 --- a/AK/Tests/TestCircularDuplexStream.cpp +++ b/AK/Tests/TestCircularDuplexStream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, the SerenityOS developers + * Copyright (c) 2020, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ -- cgit v1.2.3