diff options
author | Joel Brobecker <brobecker@adacore.com> | 2019-01-01 10:01:51 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2019-01-01 10:01:51 +0400 |
commit | 42a4f53d2bf8938c2aeda9f52be7a20534b214a9 (patch) | |
tree | 8ed12ea0408f8c758f2d54e0f09ee580f7581fe2 /gdb/features/riscv | |
parent | 5bbd631dca26b37b1cc7164d4499949826b8a102 (diff) | |
download | gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.zip gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.tar.gz gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.tar.bz2 |
Update copyright year range in all GDB files.
This commit applies all changes made after running the gdb/copyright.py
script.
Note that one file was flagged by the script, due to an invalid
copyright header
(gdb/unittests/basic_string_view/element_access/char/empty.cc).
As the file was copied from GCC's libstdc++-v3 testsuite, this commit
leaves this file untouched for the time being; a patch to fix the header
was sent to gcc-patches first.
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 c02f86c..466f2c0 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 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2019 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 4aea9e6..da1bf19 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 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2019 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 783287d..6a44b84 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 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2019 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 f37d7f3..c4d83de 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 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2019 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 a3de834..6aa4bed 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 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2019 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 fb24b72..fd14ebc 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 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2019 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 6971b8d..a3d957c 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 Free Software Foundation, Inc. +<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright |