aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-01-05 08:43:09 +0100
committerJakub Jelinek <jakub@redhat.com>2024-01-05 08:43:09 +0100
commit219a688ba9d47b90dfcd2d2455c4a27ecc199f53 (patch)
treeefc22a48a53011396b65b84eb43071a374fd6fc3
parentfc75b733dc4db9e6b73991917bc704f16be47166 (diff)
downloadgcc-219a688ba9d47b90dfcd2d2455c4a27ecc199f53.zip
gcc-219a688ba9d47b90dfcd2d2455c4a27ecc199f53.tar.gz
gcc-219a688ba9d47b90dfcd2d2455c4a27ecc199f53.tar.bz2
Update copyright years.
-rw-r--r--gcc/options-urls-cc-gen.awk2
-rwxr-xr-xgcc/regenerate-opt-urls.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/options-urls-cc-gen.awk b/gcc/options-urls-cc-gen.awk
index e021e7c..a293323 100644
--- a/gcc/options-urls-cc-gen.awk
+++ b/gcc/options-urls-cc-gen.awk
@@ -1,4 +1,4 @@
-# Copyright (C) 2023 Free Software Foundation, Inc.
+# Copyright (C) 2023-2024 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
diff --git a/gcc/regenerate-opt-urls.py b/gcc/regenerate-opt-urls.py
index edce265..50f1fa0 100755
--- a/gcc/regenerate-opt-urls.py
+++ b/gcc/regenerate-opt-urls.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright (C) 2023 Free Software Foundation, Inc.
+# Copyright (C) 2023-2024 Free Software Foundation, Inc.
#
# Script to regenerate FOO.opt.urls files for each FOO.opt in the
# source tree.