Copyright year bump.

Fixes #18992

Change-Id: Ic22e26c404a91773403d658f5156db0c8726378c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10231
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2026-01-17 21:27:28 +00:00
committed by waddlesplash
parent 348941b087
commit 5779727045
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ description "This package contains the core source code of Haiku."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses {
MIT
"GNU LGPL v2.1"
+1 -1
View File
@@ -7,7 +7,7 @@ description "A simple generic makefile-engine and Makefile template."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "? Be Inc. 2001-2020 Haiku, Inc."
copyrights "? Be Inc. 2001-2026 Haiku, Inc."
licenses MIT
provides {
+1 -1
View File
@@ -9,7 +9,7 @@ boot loader, kernel, the system libraries, servers, and applications."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2022 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses {
MIT
"GNU LGPL v2.1"
@@ -10,7 +10,7 @@ libraries, glue code, library symlinks, header files, etc."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses "MIT"
provides {
@@ -10,7 +10,7 @@ library symlinks, header files, etc."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses "MIT"
provides {
@@ -7,7 +7,7 @@ description "Standard data translators and media format plugins"
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2021 Haiku, Inc."
copyrights "2001-2026 Haiku, Inc."
licenses MIT
provides {
+1 -1
View File
@@ -10,7 +10,7 @@ header files, etc."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses "MIT"
provides {
@@ -10,7 +10,7 @@ like static libraries, glue code, library symlinks, header files, etc."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses "MIT"
provides {
+1 -1
View File
@@ -11,7 +11,7 @@ description "A delightfully hand-curated set of oddities and tidbits to enhance
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2007-2020 Haiku, Inc."
copyrights "2007-2026 Haiku, Inc."
licenses MIT
provides {
+1 -1
View File
@@ -7,7 +7,7 @@ description "The Haiku boot loader."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses "MIT"
flags system_package
+1 -1
View File
@@ -8,7 +8,7 @@ description "The package contains the NetFS add-on and servers."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses "MIT"
provides {
+1 -1
View File
@@ -8,7 +8,7 @@ userland. FUSE compatibiity is also provided."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2007-2020 Haiku, Inc."
copyrights "2007-2026 Haiku, Inc."
licenses MIT
provides {
+1 -1
View File
@@ -8,7 +8,7 @@ description "A WebKit based web browser for Haiku."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses "MIT"
provides {
+1 -1
View File
@@ -10,7 +10,7 @@ other files required to run programs build for that architecture."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses {
MIT
"GNU LGPL v2.1"
@@ -10,7 +10,7 @@ other files required to run programs build for that architecture."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2020 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses {
MIT
"GNU LGPL v2.1"
@@ -10,7 +10,7 @@ other files required to run programs build for that architecture."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2021 Haiku, Inc. et al"
copyrights "2001-2026 Haiku, Inc. et al"
licenses {
MIT
"GNU LGPL v2.1"
@@ -230,7 +230,7 @@ draw_menu(Menu *menu)
print_right(console_height() - 1, get_haiku_revision());
console_set_color(kCopyrightColor, kBackgroundColor);
print_centered(4, "Copyright 2004-2025 Haiku, Inc.");
print_centered(4, "Copyright 2004-2026 Haiku, Inc.");
if (menu->Title()) {
console_set_cursor(kOffsetX, kFirstLine - 2);