diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 12:51:42 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 12:51:42 +0100 |
commit | 8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1 (patch) | |
tree | 83c7a9eeabf7f80b661c8c09bb326e8fe70cc1c0 /gcc/config/tilepro/gen-mul-tables.cc | |
parent | e528bf8d679ec946ed42568978ef4bc5c79bc7bd (diff) | |
download | gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.tar.gz |
Update copyright years.
From-SVN: r279813
Diffstat (limited to 'gcc/config/tilepro/gen-mul-tables.cc')
-rw-r--r-- | gcc/config/tilepro/gen-mul-tables.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/tilepro/gen-mul-tables.cc b/gcc/config/tilepro/gen-mul-tables.cc index 017602bcdd0..2a345023aea 100644 --- a/gcc/config/tilepro/gen-mul-tables.cc +++ b/gcc/config/tilepro/gen-mul-tables.cc @@ -1,5 +1,5 @@ /* Multiply table generator for tile. - Copyright (C) 2011-2019 Free Software Foundation, Inc. + Copyright (C) 2011-2020 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. @@ -1230,7 +1230,7 @@ main () #else printf ("/* Constant multiply table for TILE-Gx.\n"); #endif - printf (" Copyright (C) 2011-2019 Free Software Foundation, Inc.\n"); + printf (" Copyright (C) 2011-2020 Free Software Foundation, Inc.\n"); printf (" Contributed by Walter Lee (walt@tilera.com)\n"); printf ("\n"); printf (" This file is part of GCC.\n"); |