From 4e5106e6e3f576c46b814033d2b05baa74590052 Mon Sep 17 00:00:00 2001 From: Laurent Morichetti Date: Thu, 2 Jan 2020 10:20:17 -0800 Subject: [PATCH] Update copyright year Change-Id: I52f92931a188148074b46e956df8f14d5b2b81e7 --- bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/archures.c | 2 +- bfd/bfd-in2.h | 2 +- bfd/config.bfd | 2 +- bfd/configure | 2 +- bfd/configure.ac | 2 +- bfd/cpu-amdgcn.c | 4 ++-- bfd/elf-bfd.h | 2 +- bfd/elf64-amdgcn.c | 4 ++-- bfd/targets.c | 2 +- binutils/elfedit.c | 2 +- binutils/readelf.c | 2 +- gdb/Makefile.in | 2 +- gdb/NOTICES.txt | 8 ++++---- gdb/amdgcn-rocm-tdep.c | 4 ++-- gdb/amdgcn-rocm-tdep.h | 4 ++-- gdb/breakpoint.c | 2 +- gdb/buildsym.c | 1 + gdb/buildsym.h | 1 + gdb/cli/cli-cmds.c | 2 +- gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/defs.h | 2 +- gdb/dwarf2read.c | 1 + gdb/frame.c | 2 +- gdb/frame.h | 2 +- gdb/infrun.c | 2 +- gdb/inline-frame.c | 2 +- gdb/osabi.c | 2 +- gdb/rocm-tdep.c | 4 ++-- gdb/rocm-tdep.h | 4 ++-- gdb/solib-rocm.c | 4 ++-- gdb/testsuite/gdb.rocm/bit_extract_asm.exp | 4 ++-- gdb/testsuite/gdb.rocm/bit_extract_compile.exp | 4 ++-- gdb/testsuite/gdb.rocm/devicecode_breakpoint_test.exp | 4 ++-- gdb/testsuite/lib/future.exp | 1 + gdb/testsuite/lib/rocm.exp | 4 ++-- gdb/ui-file.c | 1 + include/elf/amdgcn.h | 4 ++-- include/elf/common.h | 2 +- opcodes/configure | 2 +- opcodes/configure.ac | 2 +- 43 files changed, 58 insertions(+), 53 deletions(-) diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 4836608a04..6e6309ddfc 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in # # Copyright (C) 2012-2020 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 13c53eb3c9..4492d4a6d0 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -2,7 +2,7 @@ # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/bfd/archures.c b/bfd/archures.c index 3244b35f8a..2c590dd6fb 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -1,6 +1,6 @@ /* BFD library support routines for architectures. Copyright (C) 1990-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. Hacked by John Gilmore and Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 051e636937..4cf61e8917 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -8,7 +8,7 @@ /* Main header file for the bfd library -- portable access to object files. Copyright (C) 1990-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. Contributed by Cygnus Support. diff --git a/bfd/config.bfd b/bfd/config.bfd index f530ba53ce..7cac685573 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1,7 +1,7 @@ # config.bfd # # Copyright (C) 2012-2020 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/configure b/bfd/configure index 55afed2b66..8f55b10726 100755 --- a/bfd/configure +++ b/bfd/configure @@ -4,7 +4,7 @@ # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # # This configure script is free software; the Free Software Foundation diff --git a/bfd/configure.ac b/bfd/configure.ac index 9335d1f318..b2cb18feef 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl Copyright (C) 2012-2020 Free Software Foundation, Inc. -dnl Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +dnl Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/bfd/cpu-amdgcn.c b/bfd/cpu-amdgcn.c index 35edda4fb0..df0c925518 100644 --- a/bfd/cpu-amdgcn.c +++ b/bfd/cpu-amdgcn.c @@ -1,7 +1,7 @@ /* BFD support for the AMDGCN gpu. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index c3e846fd87..b0f7366dc8 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1,6 +1,6 @@ /* BFD back-end data structures for ELF files. Copyright (C) 1992-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-amdgcn.c b/bfd/elf64-amdgcn.c index 1857599d1d..6287f9ba97 100644 --- a/bfd/elf64-amdgcn.c +++ b/bfd/elf64-amdgcn.c @@ -1,7 +1,7 @@ /* Support for AMDHSA ELF. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/bfd/targets.c b/bfd/targets.c index 71bfa79972..0977be6861 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -1,6 +1,6 @@ /* Generic target-file-type support for the BFD library. Copyright (C) 1990-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/binutils/elfedit.c b/binutils/elfedit.c index d730effeb4..fd3e404b21 100644 --- a/binutils/elfedit.c +++ b/binutils/elfedit.c @@ -1,6 +1,6 @@ /* elfedit.c -- Update the ELF header of an ELF format file Copyright (C) 2010-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GNU Binutils. diff --git a/binutils/readelf.c b/binutils/readelf.c index c41b8657b1..c0ca8609b7 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1,6 +1,6 @@ /* readelf.c -- display contents of an ELF format file Copyright (C) 1998-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. Originally developed by Eric Youngdale Modifications by Nick Clifton diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 4c1be3fccc..70bf3e4cea 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1,5 +1,5 @@ # Copyright (C) 1989-2020 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # This file is part of GDB. diff --git a/gdb/NOTICES.txt b/gdb/NOTICES.txt index b269e6a78e..086a56d8b1 100644 --- a/gdb/NOTICES.txt +++ b/gdb/NOTICES.txt @@ -2,8 +2,8 @@ Notices and licenses file ________________________ AMD copyrighted code (GPLv3) -Copyright (C) 2019 Free Software Foundation, Inc. -Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2019-2020 Free Software Foundation, Inc. +Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. This program is free software; you can redistribute it and/or modify @@ -52,7 +52,7 @@ DEALINGS WITH THE SOFTWARE. Dependencies on gnu-gdb v-u (GPLv3) -Copyright (C) 1986-2019 Free Software Foundation, Inc. +Copyright (C) 1986-2020 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify @@ -766,7 +766,7 @@ along with Bash. If not, see . gnu-glibc v-u (LGPL2.1) -Copyright (C) 2006-2019 Free Software Foundation, Inc. +Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gdb/amdgcn-rocm-tdep.c b/gdb/amdgcn-rocm-tdep.c index 44166db7f6..8721cd517b 100644 --- a/gdb/amdgcn-rocm-tdep.c +++ b/gdb/amdgcn-rocm-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the ROCm amdgcn architecture. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/amdgcn-rocm-tdep.h b/gdb/amdgcn-rocm-tdep.h index 3865b0e7d9..e8dbff03bc 100644 --- a/gdb/amdgcn-rocm-tdep.h +++ b/gdb/amdgcn-rocm-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent code the amdgcn architecture. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 978f23b1a4..75b45c3db8 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1,7 +1,7 @@ /* Everything about breakpoints, for GDB. Copyright (C) 1986-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 48cd2c3c00..7ee8e02301 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -1,5 +1,6 @@ /* Support routines for building symbol tables in GDB's internal format. Copyright (C) 1986-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 5fa8924d4c..1e57fe4711 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -1,5 +1,6 @@ /* Build symbol tables in GDB's internal format. Copyright (C) 1986-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 0f31a8ad1c..6c678250c7 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -1,7 +1,7 @@ /* GDB CLI commands. Copyright (C) 2000-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/configure b/gdb/configure index 891d9e21d1..35ddd98f2d 100755 --- a/gdb/configure +++ b/gdb/configure @@ -4,7 +4,7 @@ # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # # This configure script is free software; the Free Software Foundation diff --git a/gdb/configure.ac b/gdb/configure.ac index 099ff53683..1d342f1752 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf configure script for GDB, the GNU debugger. dnl Copyright (C) 1995-2020 Free Software Foundation, Inc. -dnl Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +dnl Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. dnl dnl This file is part of GDB. dnl diff --git a/gdb/defs.h b/gdb/defs.h index adba3019d9..9a7507719e 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -2,7 +2,7 @@ for now. */ /* Basic, host-specific, and target-specific definitions for GDB. Copyright (C) 1986-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index c289201513..d6471e5bc3 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -1,6 +1,7 @@ /* DWARF 2 debugging format support for GDB. Copyright (C) 1994-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. Adapted by Gary Funck (gary@intrepid.com), Intrepid Technology, Inc. with support from Florida State University (under contract diff --git a/gdb/frame.c b/gdb/frame.c index c16904df34..49f29fb62b 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -1,7 +1,7 @@ /* Cache and manage frames for GDB, the GNU debugger. Copyright (C) 1986-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/frame.h b/gdb/frame.h index dd5809ee93..44f285cb63 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -1,7 +1,7 @@ /* Definitions for dealing with stack frames, for GDB, the GNU debugger. Copyright (C) 1986-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/infrun.c b/gdb/infrun.c index 9b95b8e4a9..fe479967cd 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -2,7 +2,7 @@ process. Copyright (C) 1986-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c index e44b0b107b..2ba57b06df 100644 --- a/gdb/inline-frame.c +++ b/gdb/inline-frame.c @@ -1,7 +1,7 @@ /* Inline frame unwinder for GDB. Copyright (C) 2008-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/osabi.c b/gdb/osabi.c index 27131e7c61..e250e019b7 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -1,7 +1,7 @@ /* OS ABI variant handling for GDB. Copyright (C) 2001-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/rocm-tdep.c b/gdb/rocm-tdep.c index 06153eeda0..8816df38fd 100644 --- a/gdb/rocm-tdep.c +++ b/gdb/rocm-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for ROCm. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/rocm-tdep.h b/gdb/rocm-tdep.h index e83ce41288..00e8238c65 100644 --- a/gdb/rocm-tdep.h +++ b/gdb/rocm-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent code for ROCm. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 2431de9216..cb2322f110 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -1,7 +1,7 @@ /* Handle ROCm Code Objects for GDB, the GNU Debugger. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/gdb/testsuite/gdb.rocm/bit_extract_asm.exp b/gdb/testsuite/gdb.rocm/bit_extract_asm.exp index 8c2a5fbfec..54982eb175 100644 --- a/gdb/testsuite/gdb.rocm/bit_extract_asm.exp +++ b/gdb/testsuite/gdb.rocm/bit_extract_asm.exp @@ -1,5 +1,5 @@ -# Copyright 2019 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright 2019-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # 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 Free Software Foundation; either version 3 of the License, or diff --git a/gdb/testsuite/gdb.rocm/bit_extract_compile.exp b/gdb/testsuite/gdb.rocm/bit_extract_compile.exp index 6cc560d483..fb1646141d 100644 --- a/gdb/testsuite/gdb.rocm/bit_extract_compile.exp +++ b/gdb/testsuite/gdb.rocm/bit_extract_compile.exp @@ -1,5 +1,5 @@ -# Copyright 2019 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright 2019-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # 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 Free Software Foundation; either version 3 of the License, or diff --git a/gdb/testsuite/gdb.rocm/devicecode_breakpoint_test.exp b/gdb/testsuite/gdb.rocm/devicecode_breakpoint_test.exp index 449143d37e..d804a0eb0c 100644 --- a/gdb/testsuite/gdb.rocm/devicecode_breakpoint_test.exp +++ b/gdb/testsuite/gdb.rocm/devicecode_breakpoint_test.exp @@ -1,5 +1,5 @@ -# Copyright (C) 2019 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # 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 Free Software Foundation; either version 3 of the License, or diff --git a/gdb/testsuite/lib/future.exp b/gdb/testsuite/lib/future.exp index 2493b3c1ac..c788960ed6 100644 --- a/gdb/testsuite/lib/future.exp +++ b/gdb/testsuite/lib/future.exp @@ -1,4 +1,5 @@ # Copyright 2004-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # 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 diff --git a/gdb/testsuite/lib/rocm.exp b/gdb/testsuite/lib/rocm.exp index a9a3891a15..0920429e24 100644 --- a/gdb/testsuite/lib/rocm.exp +++ b/gdb/testsuite/lib/rocm.exp @@ -1,5 +1,5 @@ -# Copyright 2010-2019 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright 2019-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # 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 diff --git a/gdb/ui-file.c b/gdb/ui-file.c index af128b08f5..e2ff28edac 100644 --- a/gdb/ui-file.c +++ b/gdb/ui-file.c @@ -1,6 +1,7 @@ /* UI_FILE - a generic STDIO like output stream. Copyright (C) 1999-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of GDB. diff --git a/include/elf/amdgcn.h b/include/elf/amdgcn.h index fa4a9036df..048b703bc5 100644 --- a/include/elf/amdgcn.h +++ b/include/elf/amdgcn.h @@ -1,7 +1,7 @@ /* AMDGCN ELF support for BFD. - Copyright (C) 2019 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/common.h b/include/elf/common.h index 6dc4e13ba8..7ea62ee124 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -1,6 +1,6 @@ /* ELF support for BFD. Copyright (C) 1991-2020 Free Software Foundation, Inc. - Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and diff --git a/opcodes/configure b/opcodes/configure index 835776686d..9e4a56f730 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -4,7 +4,7 @@ # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # # This configure script is free software; the Free Software Foundation diff --git a/opcodes/configure.ac b/opcodes/configure.ac index 8724b627a1..02d5d69719 100644 --- a/opcodes/configure.ac +++ b/opcodes/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl Copyright (C) 2012-2020 Free Software Foundation, Inc. -dnl Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +dnl Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -- 2.34.1