From 78fbfd7795e55d3df0fda6f3c029a1a448df32ad Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 1 Jan 2021 01:13:14 +0100 Subject: [PATCH] Meta: Update project copyright dates (2018-2021) :^) --- Base/etc/motd | 2 +- LICENSE | 2 +- Libraries/LibGUI/AboutDialog.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/etc/motd b/Base/etc/motd index cdde06ad65d..afce7abdc62 100644 --- a/Base/etc/motd +++ b/Base/etc/motd @@ -7,5 +7,5 @@  Welcome to SerenityOS. -Copyright (c) 2018-2020, the SerenityOS developers +Copyright (c) 2018-2021, the SerenityOS developers All rights reserved. diff --git a/LICENSE b/LICENSE index a3cb6aa263c..19974b65588 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2018-2020, the SerenityOS developers +Copyright (c) 2018-2021, the SerenityOS developers All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Libraries/LibGUI/AboutDialog.cpp b/Libraries/LibGUI/AboutDialog.cpp index 38d4571a3d0..a00f5811163 100644 --- a/Libraries/LibGUI/AboutDialog.cpp +++ b/Libraries/LibGUI/AboutDialog.cpp @@ -90,7 +90,7 @@ AboutDialog::AboutDialog(const StringView& name, const Gfx::Bitmap* icon, Window if (m_name != "SerenityOS") make_label("SerenityOS"); make_label(version_string()); - make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2020"); + make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2021"); right_container.layout()->add_spacer();