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/Shell | |
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/Shell')
-rw-r--r-- | Userland/Shell/Builtin.cpp | 2 | ||||
-rw-r--r-- | Userland/Shell/Forward.h | 2 | ||||
-rw-r--r-- | Userland/Shell/ImmediateFunctions.cpp | 2 | ||||
-rw-r--r-- | Userland/Shell/Job.cpp | 2 | ||||
-rw-r--r-- | Userland/Shell/Job.h | 2 | ||||
-rw-r--r-- | Userland/Shell/Shell.cpp | 2 | ||||
-rw-r--r-- | Userland/Shell/Shell.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Userland/Shell/Builtin.cpp b/Userland/Shell/Builtin.cpp index e44b492110..edf0bd35a0 100644 --- a/Userland/Shell/Builtin.cpp +++ b/Userland/Shell/Builtin.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/Shell/Forward.h b/Userland/Shell/Forward.h index b048a1e784..43dbf0084c 100644 --- a/Userland/Shell/Forward.h +++ b/Userland/Shell/Forward.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/Shell/ImmediateFunctions.cpp b/Userland/Shell/ImmediateFunctions.cpp index a1cd7b2e95..b0cef10e58 100644 --- a/Userland/Shell/ImmediateFunctions.cpp +++ b/Userland/Shell/ImmediateFunctions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, The SerenityOS developers. + * Copyright (c) 2021, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Shell/Job.cpp b/Userland/Shell/Job.cpp index 259138ab59..c1a1a0b1a3 100644 --- a/Userland/Shell/Job.cpp +++ b/Userland/Shell/Job.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/Shell/Job.h b/Userland/Shell/Job.h index fd84b6c94e..6d8acecf4f 100644 --- a/Userland/Shell/Job.h +++ b/Userland/Shell/Job.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/Shell/Shell.cpp b/Userland/Shell/Shell.cpp index 4d5bb1fded..0728b79402 100644 --- a/Userland/Shell/Shell.cpp +++ b/Userland/Shell/Shell.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/Shell/Shell.h b/Userland/Shell/Shell.h index 4559cefac9..dfa2d93231 100644 --- a/Userland/Shell/Shell.h +++ b/Userland/Shell/Shell.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, The SerenityOS developers. + * Copyright (c) 2020, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ |