mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Update project copyright dates (2018-2021) :^)
This commit is contained in:
@@ -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.
|
||||
|
||||
2
LICENSE
2
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
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user