diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-01 09:28:58 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-01 10:31:05 +1030 |
commit | 250d07de5cf6efc81ed934c25292beb63c7e3129 (patch) | |
tree | d5b20eb4372cbacc65e51d726fd11476df4baa6e /ld/ldver.c | |
parent | f192b314f3febc7727cdfca9313d3724972ef005 (diff) | |
download | binutils-250d07de5cf6efc81ed934c25292beb63c7e3129.zip binutils-250d07de5cf6efc81ed934c25292beb63c7e3129.tar.gz binutils-250d07de5cf6efc81ed934c25292beb63c7e3129.tar.bz2 |
Update year range in copyright notice of binutils files
Diffstat (limited to 'ld/ldver.c')
-rw-r--r-- | ld/ldver.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* ldver.c -- Print linker version. - Copyright (C) 1991-2020 Free Software Foundation, Inc. + Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -39,7 +39,7 @@ ldversion (int noisy) if (noisy & 2) { - printf (_("Copyright (C) 2020 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2021 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or (at your option) a later version.\n\ |