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/testsuite/gdb.modula2 | |
parent | 5f4def5cbd12e77075f64a6854fb002f34be8a01 (diff) | |
download | gdb-b811d2c2920ddcb1adcd438da38e90912b31f45f.zip gdb-b811d2c2920ddcb1adcd438da38e90912b31f45f.tar.gz 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/testsuite/gdb.modula2')
-rw-r--r-- | gdb/testsuite/gdb.modula2/max-depth.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.modula2/max-depth.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.modula2/unbounded-array.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.modula2/unbounded1.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.modula2/max-depth.c b/gdb/testsuite/gdb.modula2/max-depth.c index c2fd70c..3e71a16 100644 --- a/gdb/testsuite/gdb.modula2/max-depth.c +++ b/gdb/testsuite/gdb.modula2/max-depth.c @@ -1,4 +1,4 @@ -/* Copyright 2019 Free Software Foundation, Inc. +/* Copyright 2019-2020 Free Software Foundation, Inc. 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/gdb.modula2/max-depth.exp b/gdb/testsuite/gdb.modula2/max-depth.exp index ac7edfe..13a7ef6 100644 --- a/gdb/testsuite/gdb.modula2/max-depth.exp +++ b/gdb/testsuite/gdb.modula2/max-depth.exp @@ -1,4 +1,4 @@ -# Copyright 2019 Free Software Foundation, Inc. +# Copyright 2019-2020 Free Software Foundation, Inc. # 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/gdb.modula2/unbounded-array.exp b/gdb/testsuite/gdb.modula2/unbounded-array.exp index 5c4f13d..26373e8 100644 --- a/gdb/testsuite/gdb.modula2/unbounded-array.exp +++ b/gdb/testsuite/gdb.modula2/unbounded-array.exp @@ -1,4 +1,4 @@ -# Copyright 2007-2019 Free Software Foundation, Inc. +# Copyright 2007-2020 Free Software Foundation, Inc. # 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/gdb.modula2/unbounded1.c b/gdb/testsuite/gdb.modula2/unbounded1.c index 153a231..a0e235d 100644 --- a/gdb/testsuite/gdb.modula2/unbounded1.c +++ b/gdb/testsuite/gdb.modula2/unbounded1.c @@ -1,6 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 2007-2019 Free Software Foundation, Inc. + Copyright 2007-2020 Free Software Foundation, Inc. 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 |