diff options
-rw-r--r-- | Base/etc/motd | 2 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | Libraries/LibGUI/AboutDialog.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Base/etc/motd b/Base/etc/motd index cdde06ad65..afce7abdc6 100644 --- a/Base/etc/motd +++ b/Base/etc/motd @@ -7,5 +7,5 @@ [0m Welcome to SerenityOS. -Copyright (c) 2018-2020, the SerenityOS developers +Copyright (c) 2018-2021, the SerenityOS developers All rights reserved. @@ -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 38d4571a3d..a00f581116 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(); |