diff --git a/Tests/LibC/TestWchar.cpp b/Tests/LibC/TestWchar.cpp index f7928fe9a96..ea3bcd5eda5 100644 --- a/Tests/LibC/TestWchar.cpp +++ b/Tests/LibC/TestWchar.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/Tests/LibC/TestWctype.cpp b/Tests/LibC/TestWctype.cpp index 773cf5bc5c1..4f3920c9c95 100644 --- a/Tests/LibC/TestWctype.cpp +++ b/Tests/LibC/TestWctype.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/Applications/MailSettings/MailSettingsWindow.cpp b/Userland/Applications/MailSettings/MailSettingsWindow.cpp index 66c5041276c..8f5444b8091 100644 --- a/Userland/Applications/MailSettings/MailSettingsWindow.cpp +++ b/Userland/Applications/MailSettings/MailSettingsWindow.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/Applications/MailSettings/MailSettingsWindow.h b/Userland/Applications/MailSettings/MailSettingsWindow.h index 6f6f041ca04..4de6ea94fe0 100644 --- a/Userland/Applications/MailSettings/MailSettingsWindow.h +++ b/Userland/Applications/MailSettings/MailSettingsWindow.h @@ -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/Applications/MailSettings/main.cpp b/Userland/Applications/MailSettings/main.cpp index fe3efae3d2f..562ece42494 100644 --- a/Userland/Applications/MailSettings/main.cpp +++ b/Userland/Applications/MailSettings/main.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/DevTools/HackStudio/Editor.cpp b/Userland/DevTools/HackStudio/Editor.cpp index d9d6c87e935..d93a6509b02 100644 --- a/Userland/DevTools/HackStudio/Editor.cpp +++ b/Userland/DevTools/HackStudio/Editor.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2021, Andreas Kling - * 2018-2021, the SerenityOS developers + * Copyright (c) 2018-2021, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/DevTools/HackStudio/Editor.h b/Userland/DevTools/HackStudio/Editor.h index cc29c843326..c4234887a11 100644 --- a/Userland/DevTools/HackStudio/Editor.h +++ b/Userland/DevTools/HackStudio/Editor.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2018-2021, Andreas Kling - * 2018-2021, the SerenityOS developers + * Copyright (c) 2018-2021, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibC/fnmatch.cpp b/Userland/Libraries/LibC/fnmatch.cpp index 321f354289a..b0d47cfb407 100644 --- a/Userland/Libraries/LibC/fnmatch.cpp +++ b/Userland/Libraries/LibC/fnmatch.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/Libraries/LibC/fnmatch.h b/Userland/Libraries/LibC/fnmatch.h index ca46fa15566..3aa398b4724 100644 --- a/Userland/Libraries/LibC/fnmatch.h +++ b/Userland/Libraries/LibC/fnmatch.h @@ -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/Libraries/LibC/langinfo.cpp b/Userland/Libraries/LibC/langinfo.cpp index a40c1714b2b..c2e830c8d86 100644 --- a/Userland/Libraries/LibC/langinfo.cpp +++ b/Userland/Libraries/LibC/langinfo.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/Libraries/LibC/langinfo.h b/Userland/Libraries/LibC/langinfo.h index c52aacaa99a..1545e18c2dd 100644 --- a/Userland/Libraries/LibC/langinfo.h +++ b/Userland/Libraries/LibC/langinfo.h @@ -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/Libraries/LibC/nl_types.h b/Userland/Libraries/LibC/nl_types.h index 31fcbc0e757..d7bd79fa4e3 100644 --- a/Userland/Libraries/LibC/nl_types.h +++ b/Userland/Libraries/LibC/nl_types.h @@ -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/Libraries/LibC/resolv.cpp b/Userland/Libraries/LibC/resolv.cpp index 5ece62bdfcc..e69dab3cb0d 100644 --- a/Userland/Libraries/LibC/resolv.cpp +++ b/Userland/Libraries/LibC/resolv.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/Libraries/LibC/resolv.h b/Userland/Libraries/LibC/resolv.h index 3ff1d106677..5b73bd96007 100644 --- a/Userland/Libraries/LibC/resolv.h +++ b/Userland/Libraries/LibC/resolv.h @@ -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/Libraries/LibC/stdio_ext.h b/Userland/Libraries/LibC/stdio_ext.h index 5b22fb43585..90501fa1e11 100644 --- a/Userland/Libraries/LibC/stdio_ext.h +++ b/Userland/Libraries/LibC/stdio_ext.h @@ -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/Libraries/LibC/sys/xattr.cpp b/Userland/Libraries/LibC/sys/xattr.cpp index b52dcc0f146..61c6f1afafa 100644 --- a/Userland/Libraries/LibC/sys/xattr.cpp +++ b/Userland/Libraries/LibC/sys/xattr.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/Libraries/LibC/sys/xattr.h b/Userland/Libraries/LibC/sys/xattr.h index 8855225efc0..69c0735caba 100644 --- a/Userland/Libraries/LibC/sys/xattr.h +++ b/Userland/Libraries/LibC/sys/xattr.h @@ -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/Libraries/LibC/wctype.cpp b/Userland/Libraries/LibC/wctype.cpp index a43263bcf21..c5dfdcda7aa 100644 --- a/Userland/Libraries/LibC/wctype.cpp +++ b/Userland/Libraries/LibC/wctype.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/Libraries/LibC/wctype.h b/Userland/Libraries/LibC/wctype.h index 7e29564eb4e..3bf6afa65cb 100644 --- a/Userland/Libraries/LibC/wctype.h +++ b/Userland/Libraries/LibC/wctype.h @@ -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/Libraries/LibGfx/Streamer.h b/Userland/Libraries/LibGfx/Streamer.h index b35a22f8e50..1de269e7feb 100644 --- a/Userland/Libraries/LibGfx/Streamer.h +++ b/Userland/Libraries/LibGfx/Streamer.h @@ -1,5 +1,6 @@ /* - * Copyright (c) 2020, Hüseyin ASLITÜRK , the SerenityOS developers + * Copyright (c) 2020, Hüseyin ASLITÜRK + * Copyright (c) 2020, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */