diff options
author | Linus Groh <mail@linusgroh.de> | 2021-04-28 22:46:44 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-29 00:59:26 +0200 |
commit | 649d2faeabe6bf2a5e3625c4e412ced5461e572e (patch) | |
tree | 4be42874ca397b64fabbb64b7a4bbc58cfb2a032 /Userland/Services/DHCPClient | |
parent | 5459c744f157f0b4064178fb97fcf11d3eeed3c2 (diff) | |
download | serenity-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 'Userland/Services/DHCPClient')
-rw-r--r-- | Userland/Services/DHCPClient/DHCPv4.cpp | 2 | ||||
-rw-r--r-- | Userland/Services/DHCPClient/DHCPv4.h | 2 | ||||
-rw-r--r-- | Userland/Services/DHCPClient/DHCPv4Client.cpp | 2 | ||||
-rw-r--r-- | Userland/Services/DHCPClient/DHCPv4Client.h | 2 | ||||
-rw-r--r-- | Userland/Services/DHCPClient/main.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Userland/Services/DHCPClient/DHCPv4.cpp b/Userland/Services/DHCPClient/DHCPv4.cpp index 06081e3cc4..2806cf5bed 100644 --- a/Userland/Services/DHCPClient/DHCPv4.cpp +++ b/Userland/Services/DHCPClient/DHCPv4.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/Userland/Services/DHCPClient/DHCPv4.h b/Userland/Services/DHCPClient/DHCPv4.h index e5b00eee79..c09f66ee5b 100644 --- a/Userland/Services/DHCPClient/DHCPv4.h +++ b/Userland/Services/DHCPClient/DHCPv4.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/Userland/Services/DHCPClient/DHCPv4Client.cpp b/Userland/Services/DHCPClient/DHCPv4Client.cpp index 3e153c2eca..426cec15c1 100644 --- a/Userland/Services/DHCPClient/DHCPv4Client.cpp +++ b/Userland/Services/DHCPClient/DHCPv4Client.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/Userland/Services/DHCPClient/DHCPv4Client.h b/Userland/Services/DHCPClient/DHCPv4Client.h index afa72c01c4..f7fcf1ea65 100644 --- a/Userland/Services/DHCPClient/DHCPv4Client.h +++ b/Userland/Services/DHCPClient/DHCPv4Client.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/Userland/Services/DHCPClient/main.cpp b/Userland/Services/DHCPClient/main.cpp index e3f63fe203..01695ef78b 100644 --- a/Userland/Services/DHCPClient/main.cpp +++ b/Userland/Services/DHCPClient/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, The SerenityOS developers. + * Copyright (c) 2020, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ |