Meta: Update project copyright dates (2018-2021) :^)

This commit is contained in:
Andreas Kling 2021-01-01 01:13:14 +01:00
parent af7800d947
commit 78fbfd7795
Notes: sideshowbarker 2024-07-19 00:17:31 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -7,5 +7,5 @@

Welcome to SerenityOS.
Copyright (c) 2018-2020, the SerenityOS developers
Copyright (c) 2018-2021, the SerenityOS developers
All rights reserved.

View file

@ -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

View file

@ -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();