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 /sim/iq2000 | |
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 'sim/iq2000')
-rw-r--r-- | sim/iq2000/Makefile.in | 2 | ||||
-rw-r--r-- | sim/iq2000/arch.c | 2 | ||||
-rw-r--r-- | sim/iq2000/arch.h | 2 | ||||
-rw-r--r-- | sim/iq2000/cpu.c | 2 | ||||
-rw-r--r-- | sim/iq2000/cpu.h | 2 | ||||
-rw-r--r-- | sim/iq2000/cpuall.h | 2 | ||||
-rw-r--r-- | sim/iq2000/decode.c | 2 | ||||
-rw-r--r-- | sim/iq2000/decode.h | 2 | ||||
-rw-r--r-- | sim/iq2000/iq2000.c | 2 | ||||
-rw-r--r-- | sim/iq2000/mloop.in | 2 | ||||
-rw-r--r-- | sim/iq2000/model.c | 2 | ||||
-rw-r--r-- | sim/iq2000/sem-switch.c | 2 | ||||
-rw-r--r-- | sim/iq2000/sem.c | 2 | ||||
-rw-r--r-- | sim/iq2000/sim-if.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in index b06cb1b..473ca80 100644 --- a/sim/iq2000/Makefile.in +++ b/sim/iq2000/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the IQ2000 simulator -# Copyright (C) 1998-2018 Free Software Foundation, Inc. +# Copyright (C) 1998-2019 Free Software Foundation, Inc. # Contributed by Cygnus Support. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/iq2000/arch.c b/sim/iq2000/arch.c index b46786c..3fe5a7f 100644 --- a/sim/iq2000/arch.c +++ b/sim/iq2000/arch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/arch.h b/sim/iq2000/arch.h index 9370415..c5fe40e 100644 --- a/sim/iq2000/arch.h +++ b/sim/iq2000/arch.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/cpu.c b/sim/iq2000/cpu.c index 51e587b..0b94a03 100644 --- a/sim/iq2000/cpu.c +++ b/sim/iq2000/cpu.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/cpu.h b/sim/iq2000/cpu.h index 64622c2..f439ba5 100644 --- a/sim/iq2000/cpu.h +++ b/sim/iq2000/cpu.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/cpuall.h b/sim/iq2000/cpuall.h index d4692c2..3c35d0e 100644 --- a/sim/iq2000/cpuall.h +++ b/sim/iq2000/cpuall.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/decode.c b/sim/iq2000/decode.c index 1a79ee0..f4d6f9a 100644 --- a/sim/iq2000/decode.c +++ b/sim/iq2000/decode.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/decode.h b/sim/iq2000/decode.h index 55e63f8..aa2406a 100644 --- a/sim/iq2000/decode.h +++ b/sim/iq2000/decode.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/iq2000.c b/sim/iq2000/iq2000.c index 9c8e2d6..cf9b1cc 100644 --- a/sim/iq2000/iq2000.c +++ b/sim/iq2000/iq2000.c @@ -1,5 +1,5 @@ /* IQ2000 simulator support code - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of the GNU simulators. diff --git a/sim/iq2000/mloop.in b/sim/iq2000/mloop.in index 7874b89..3d100c5 100644 --- a/sim/iq2000/mloop.in +++ b/sim/iq2000/mloop.in @@ -1,5 +1,5 @@ # Simulator main loop for IQ2000. -*- C -*- -# Copyright (C) 1998-2018 Free Software Foundation, Inc. +# Copyright (C) 1998-2019 Free Software Foundation, Inc. # Contributed by Cygnus Solutions. # # This file is part of the GNU Simulators. diff --git a/sim/iq2000/model.c b/sim/iq2000/model.c index 53bcc9d..380698d 100644 --- a/sim/iq2000/model.c +++ b/sim/iq2000/model.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/sem-switch.c b/sim/iq2000/sem-switch.c index 358586a..c939e3a 100644 --- a/sim/iq2000/sem-switch.c +++ b/sim/iq2000/sem-switch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/sem.c b/sim/iq2000/sem.c index 0732c28..8fda3f1 100644 --- a/sim/iq2000/sem.c +++ b/sim/iq2000/sem.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2018 Free Software Foundation, Inc. +Copyright 1996-2019 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/sim-if.c b/sim/iq2000/sim-if.c index 876ee29..ad0d66a 100644 --- a/sim/iq2000/sim-if.c +++ b/sim/iq2000/sim-if.c @@ -1,5 +1,5 @@ /* Main simulator entry points specific to the IQ2000. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the GNU simulators. |