From 49f790412e9747004c9d1054435c7a085d76b55a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 31 Dec 2024 23:27:51 +0100 Subject: [PATCH] Update copyright year. Happy new year! --- Makefile.real | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.real b/Makefile.real index fec328a6..19f4c232 100644 --- a/Makefile.real +++ b/Makefile.real @@ -20,7 +20,7 @@ uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) -COPYRIGHT_YEAR := 2024 +COPYRIGHT_YEAR := 2025 ifeq ("$(origin O)", "command line") build_dir := $(O) -- 2.39.5