summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-04-28 22:46:44 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-29 00:59:26 +0200
commit649d2faeabe6bf2a5e3625c4e412ced5461e572e (patch)
tree4be42874ca397b64fabbb64b7a4bbc58cfb2a032 /AK
parent5459c744f157f0b4064178fb97fcf11d3eeed3c2 (diff)
downloadserenity-649d2faeabe6bf2a5e3625c4e412ced5461e572e.zip
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).
Diffstat (limited to 'AK')
-rw-r--r--AK/JsonPath.cpp2
-rw-r--r--AK/JsonPath.h2
-rw-r--r--AK/NumberFormat.h2
-rw-r--r--AK/Tests/TestCircularDuplexStream.cpp2
-rw-r--r--AK/Time.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/AK/JsonPath.cpp b/AK/JsonPath.cpp
index 7d8e774301..c366afad3d 100644
--- a/AK/JsonPath.cpp
+++ b/AK/JsonPath.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, The SerenityOS developers.
+ * Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/AK/JsonPath.h b/AK/JsonPath.h
index 1f89b9b615..0ae3f0f3ed 100644
--- a/AK/JsonPath.h
+++ b/AK/JsonPath.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, The SerenityOS developers.
+ * Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/AK/NumberFormat.h b/AK/NumberFormat.h
index b550aaf6df..0371625f63 100644
--- a/AK/NumberFormat.h
+++ b/AK/NumberFormat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, The SerenityOS developers.
+ * Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
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
*/
diff --git a/AK/Time.cpp b/AK/Time.cpp
index a88374bded..61bc20e2b0 100644
--- a/AK/Time.cpp
+++ b/AK/Time.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, The SerenityOS developers.
+ * Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/