Bump year references to 2026

This commit is contained in:
Keavon Chambers
2026-01-06 15:12:55 -08:00
parent f808e6d37c
commit bd847034f3
5 changed files with 9 additions and 20 deletions

View File

@@ -23,7 +23,8 @@ fn main() {
res.set("FileDescription", "Graphite");
res.set("ProductName", "Graphite");
res.set("LegalCopyright", "Copyright © 2025 Graphite Labs, LLC");
// TODO: Pull this year from the Git commit date
res.set("LegalCopyright", "Copyright © 2026 Graphite Labs, LLC");
res.set("CompanyName", "Graphite Labs, LLC");
res.compile().expect("Failed to compile Windows resources");