Skip to content

Commit ecd3791

Browse files
committed
FIX: updated banner to year 2022 + including system/product info
1 parent fd7451a commit ecd3791

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/mezz/mezz-banner.reb

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ REBOL [
33
Title: "REBOL 3 Mezzanine: Startup Banner"
44
Rights: {
55
Copyright 2012 REBOL Technologies
6+
Copyright 2012-2022 Rebol Open Source Developers
67
REBOL is a trademark of REBOL Technologies
78
}
89
License: {
@@ -51,10 +52,10 @@ if #"/" <> first system/options/home [
5152

5253
sys/boot-banner: make-banner [
5354
-
54-
["REBOL " system/version " (Oldes branch)"]
55+
["REBOL/" system/product #" " system/version " (Oldes branch)"]
5556
-
5657
= Copyright: "2012 REBOL Technologies"
57-
= "" "2012-2021 Rebol Open Source Contributors"
58+
= "" "2012-2022 Rebol Open Source Contributors"
5859
= "" "Apache 2.0 License, see LICENSE."
5960
= Website: "https://github.com/Oldes/Rebol3"
6061
-
@@ -73,7 +74,7 @@ sys/boot-banner: make-banner [
7374
system/license: make-banner [
7475
-
7576
= Copyright: "2012 REBOL Technologies"
76-
= "" "2012-2021 Rebol Open Source Contributors"
77+
= "" "2012-2022 Rebol Open Source Contributors"
7778
= "" "Licensed under the Apache License, Version 2.0."
7879
= "" "https://www.apache.org/licenses/LICENSE-2.0"
7980
-

0 commit comments

Comments
 (0)