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.go | |
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.go')
-rw-r--r-- | gdb/testsuite/gdb.go/basic-types.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/chan.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/handcall.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/hello.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/integers.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/max-depth.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/max-depth.go | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/methods.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/package.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/print.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/strings.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/types.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.go/unsafe.exp | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/gdb/testsuite/gdb.go/basic-types.exp b/gdb/testsuite/gdb.go/basic-types.exp index 9ec49d6..dd0d92f 100644 --- a/gdb/testsuite/gdb.go/basic-types.exp +++ b/gdb/testsuite/gdb.go/basic-types.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/chan.exp b/gdb/testsuite/gdb.go/chan.exp index 425e41b..2281ede 100644 --- a/gdb/testsuite/gdb.go/chan.exp +++ b/gdb/testsuite/gdb.go/chan.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/handcall.exp b/gdb/testsuite/gdb.go/handcall.exp index a3600b0..360f351 100644 --- a/gdb/testsuite/gdb.go/handcall.exp +++ b/gdb/testsuite/gdb.go/handcall.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/hello.exp b/gdb/testsuite/gdb.go/hello.exp index 5805f8c..1096f64 100644 --- a/gdb/testsuite/gdb.go/hello.exp +++ b/gdb/testsuite/gdb.go/hello.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/integers.exp b/gdb/testsuite/gdb.go/integers.exp index 459eda9..efd3358 100644 --- a/gdb/testsuite/gdb.go/integers.exp +++ b/gdb/testsuite/gdb.go/integers.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/max-depth.exp b/gdb/testsuite/gdb.go/max-depth.exp index 0f8ba9a..7fef984 100644 --- a/gdb/testsuite/gdb.go/max-depth.exp +++ b/gdb/testsuite/gdb.go/max-depth.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# 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.go/max-depth.go b/gdb/testsuite/gdb.go/max-depth.go index 6dbfc22..967fbfc 100644 --- a/gdb/testsuite/gdb.go/max-depth.go +++ b/gdb/testsuite/gdb.go/max-depth.go @@ -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.go/methods.exp b/gdb/testsuite/gdb.go/methods.exp index 89197de..0d23a69 100644 --- a/gdb/testsuite/gdb.go/methods.exp +++ b/gdb/testsuite/gdb.go/methods.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/package.exp b/gdb/testsuite/gdb.go/package.exp index 137fbe0..53b0617 100644 --- a/gdb/testsuite/gdb.go/package.exp +++ b/gdb/testsuite/gdb.go/package.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/print.exp b/gdb/testsuite/gdb.go/print.exp index b7ab5d1..33af031 100644 --- a/gdb/testsuite/gdb.go/print.exp +++ b/gdb/testsuite/gdb.go/print.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/strings.exp b/gdb/testsuite/gdb.go/strings.exp index d16550b..d34498d 100644 --- a/gdb/testsuite/gdb.go/strings.exp +++ b/gdb/testsuite/gdb.go/strings.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/types.exp b/gdb/testsuite/gdb.go/types.exp index e3eabfc..fedc377 100644 --- a/gdb/testsuite/gdb.go/types.exp +++ b/gdb/testsuite/gdb.go/types.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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.go/unsafe.exp b/gdb/testsuite/gdb.go/unsafe.exp index 461c95e..89e2fff 100644 --- a/gdb/testsuite/gdb.go/unsafe.exp +++ b/gdb/testsuite/gdb.go/unsafe.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2012-2019 Free Software Foundation, Inc. +# Copyright 2012-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 |