diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-01-01 10:20:01 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-01-01 10:20:53 +0400 |
commit | b811d2c2920ddcb1adcd438da38e90912b31f45f (patch) | |
tree | 9317b0d83d5a9519cb63d125934c7cfc94b91759 /gdb/features/riscv | |
parent | 5f4def5cbd12e77075f64a6854fb002f34be8a01 (diff) | |
download | fsf-binutils-gdb-b811d2c2920ddcb1adcd438da38e90912b31f45f.zip fsf-binutils-gdb-b811d2c2920ddcb1adcd438da38e90912b31f45f.tar.gz fsf-binutils-gdb-b811d2c2920ddcb1adcd438da38e90912b31f45f.tar.bz2 |
Update copyright year range in all GDB files.
gdb/ChangeLog:
Update copyright year range in all GDB files.
Diffstat (limited to 'gdb/features/riscv')
-rw-r--r-- | gdb/features/riscv/32bit-cpu.xml | 2 | ||||
-rw-r--r-- | gdb/features/riscv/32bit-csr.xml | 2 | ||||
-rw-r--r-- | gdb/features/riscv/32bit-fpu.xml | 2 | ||||
-rw-r--r-- | gdb/features/riscv/64bit-cpu.xml | 2 | ||||
-rw-r--r-- | gdb/features/riscv/64bit-csr.xml | 2 | ||||
-rw-r--r-- | gdb/features/riscv/64bit-fpu.xml | 2 | ||||
-rwxr-xr-x | gdb/features/riscv/rebuild-csr-xml.sh | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gdb/features/riscv/32bit-cpu.xml b/gdb/features/riscv/32bit-cpu.xml index 0d07aae..b75f0b1 100644 --- a/gdb/features/riscv/32bit-cpu.xml +++ b/gdb/features/riscv/32bit-cpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/riscv/32bit-csr.xml b/gdb/features/riscv/32bit-csr.xml index da1bf19..5b79499 100644 --- a/gdb/features/riscv/32bit-csr.xml +++ b/gdb/features/riscv/32bit-csr.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/riscv/32bit-fpu.xml b/gdb/features/riscv/32bit-fpu.xml index 1eaae91..717812f 100644 --- a/gdb/features/riscv/32bit-fpu.xml +++ b/gdb/features/riscv/32bit-fpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/riscv/64bit-cpu.xml b/gdb/features/riscv/64bit-cpu.xml index b8aa424..54f0d2e 100644 --- a/gdb/features/riscv/64bit-cpu.xml +++ b/gdb/features/riscv/64bit-cpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/riscv/64bit-csr.xml b/gdb/features/riscv/64bit-csr.xml index 6aa4bed..cf15a7f 100644 --- a/gdb/features/riscv/64bit-csr.xml +++ b/gdb/features/riscv/64bit-csr.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/riscv/64bit-fpu.xml b/gdb/features/riscv/64bit-fpu.xml index 794854c..088d566 100644 --- a/gdb/features/riscv/64bit-fpu.xml +++ b/gdb/features/riscv/64bit-fpu.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/features/riscv/rebuild-csr-xml.sh b/gdb/features/riscv/rebuild-csr-xml.sh index a3d957c..e21aaba 100755 --- a/gdb/features/riscv/rebuild-csr-xml.sh +++ b/gdb/features/riscv/rebuild-csr-xml.sh @@ -9,7 +9,7 @@ function gen_csr_xml () cat <<EOF <?xml version="1.0"?> -<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright |