diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-01-05 08:43:09 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2024-01-05 08:43:09 +0100 |
commit | 219a688ba9d47b90dfcd2d2455c4a27ecc199f53 (patch) | |
tree | efc22a48a53011396b65b84eb43071a374fd6fc3 | |
parent | fc75b733dc4db9e6b73991917bc704f16be47166 (diff) | |
download | gcc-219a688ba9d47b90dfcd2d2455c4a27ecc199f53.zip gcc-219a688ba9d47b90dfcd2d2455c4a27ecc199f53.tar.gz gcc-219a688ba9d47b90dfcd2d2455c4a27ecc199f53.tar.bz2 |
Update copyright years.
-rw-r--r-- | gcc/options-urls-cc-gen.awk | 2 | ||||
-rwxr-xr-x | gcc/regenerate-opt-urls.py | 2 |
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. |