diff --git a/Tests/LibC/TestWchar.cpp b/Tests/LibC/TestWchar.cpp index f7928fe9a9..ea3bcd5eda 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 773cf5bc5c..4f3920c9c9 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 66c5041276..8f5444b809 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 6f6f041ca0..4de6ea94fe 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 fe3efae3d2..562ece4249 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 d9d6c87e93..d93a6509b0 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 cc29c84332..c4234887a1 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 321f354289..b0d47cfb40 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 ca46fa1556..3aa398b472 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 a40c1714b2..c2e830c8d8 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 c52aacaa99..1545e18c2d 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 31fcbc0e75..d7bd79fa4e 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 5ece62bdfc..e69dab3cb0 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 3ff1d10667..5b73bd9600 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 5b22fb4358..90501fa1e1 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 b52dcc0f14..61c6f1afaf 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 8855225efc..69c0735cab 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 a43263bcf2..c5dfdcda7a 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 7e29564eb4..3bf6afa65c 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 b35a22f8e5..1de269e7fe 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 */