From 02121336b494de0722c0a2ef56a3dde6df7928cb Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:23:46 -0400 Subject: [PATCH] Welcome: Make license headers uniform --- Userland/Applications/Welcome/WelcomeWidget.cpp | 2 +- Userland/Applications/Welcome/WelcomeWidget.h | 2 +- Userland/Applications/Welcome/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Userland/Applications/Welcome/WelcomeWidget.cpp b/Userland/Applications/Welcome/WelcomeWidget.cpp index 24931b28c0..35052907b5 100644 --- a/Userland/Applications/Welcome/WelcomeWidget.cpp +++ b/Userland/Applications/Welcome/WelcomeWidget.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/Welcome/WelcomeWidget.h b/Userland/Applications/Welcome/WelcomeWidget.h index d5f6fb8c0a..c8d490a1f0 100644 --- a/Userland/Applications/Welcome/WelcomeWidget.h +++ b/Userland/Applications/Welcome/WelcomeWidget.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/Welcome/main.cpp b/Userland/Applications/Welcome/main.cpp index e689fd7c50..d939153008 100644 --- a/Userland/Applications/Welcome/main.cpp +++ b/Userland/Applications/Welcome/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, the SerenityOS Developers + * Copyright (c) 2021, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */