Commit fc14f0e76b for aom

commit fc14f0e76b7796bfef5b1c3be8bc0869e52399c7
Author: Bernhard M. Wiedemann <bwiedemann@suse.de>
Date:   Thu Jan 22 12:00:53 2026 +0000

    Use constant copyright year

    for reproducible builds. The date chosen, 2017, matches the date in
    rtcd.pl.

    Change-Id: Ia6f1d62a2e26e3887a6a41a224726e5df2561d9e

diff --git a/build/cmake/rtcd.pl b/build/cmake/rtcd.pl
index ba19761563..10f65971bf 100755
--- a/build/cmake/rtcd.pl
+++ b/build/cmake/rtcd.pl
@@ -221,11 +221,9 @@ sub filter {
 #
 sub common_top() {
   my $include_guard = uc($opts{sym})."_H_";
-  my @time = localtime;
-  my $year = $time[5] + 1900;
   print <<EOF;
 /*
- * Copyright (c) ${year}, Alliance for Open Media. All rights reserved.
+ * Copyright (c) 2017, Alliance for Open Media. All rights reserved.
  *
  * This source code is subject to the terms of the BSD 2 Clause License and
  * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License