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.
This commit is contained in:
Joel Brobecker
2019-01-01 10:01:51 +04:00
parent 5bbd631dca
commit 42a4f53d2b
5769 changed files with 5772 additions and 5768 deletions

View File

@ -1,6 +1,6 @@
/* Internal header for GDB/Scheme code.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* General GDB/Guile code.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* General GDB/Scheme code.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
;; Scheme side of the gdb module.
;;
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;;
;; This file is part of GDB.
;;

View File

@ -1,6 +1,6 @@
;; Bootstrap the Scheme side of the gdb module.
;;
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;;
;; This file is part of GDB.
;;

View File

@ -1,7 +1,7 @@
;; Various experimental utilities.
;; Anything in this file can change or disappear.
;;
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;;
;; This file is part of GDB.
;;

View File

@ -1,6 +1,6 @@
;; Scheme side of the gdb module.
;;
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;;
;; This file is part of GDB.
;;

View File

@ -1,7 +1,7 @@
;; Iteration utilities.
;; Anything in this file can change or disappear.
;;
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;;
;; This file is part of GDB.
;;

View File

@ -1,6 +1,6 @@
;; Additional pretty-printer support.
;;
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;;
;; This file is part of GDB.
;;

View File

@ -1,6 +1,6 @@
;; Internal support routines.
;;
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;;
;; This file is part of GDB.
;;

View File

@ -1,5 +1,5 @@
;; Type utilities.
;; Copyright (C) 2010-2018 Free Software Foundation, Inc.
;; Copyright (C) 2010-2019 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

View File

@ -1,6 +1,6 @@
/* Scheme interface to architecture.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB routines for supporting auto-loaded Guile scripts.
Copyright (C) 2010-2018 Free Software Foundation, Inc.
Copyright (C) 2010-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to blocks.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to breakpoints.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB commands implemented in Scheme.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to architecture.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB/Scheme exception support.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to stack frames.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB/Scheme smobs (gsmob is pronounced "jee smob")
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Simple iterators for GDB/Scheme.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to lazy strings.
Copyright (C) 2010-2018 Free Software Foundation, Inc.
Copyright (C) 2010-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB/Scheme support for math operations on values.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to objfiles.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB parameters implemented in Guile.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,7 +1,7 @@
/* Support for connecting Guile's stdio to GDB's.
as well as r/w memory via ports.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB/Scheme pretty-printing.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Guile interface to program spaces.
Copyright (C) 2010-2018 Free Software Foundation, Inc.
Copyright (C) 2010-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB/Scheme support for safe calls into the Guile interpreter.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* GDB/Scheme charset interface.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to symbols.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to symbol tables.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to types.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* General utility routines for GDB/Scheme code.
Copyright (C) 2014-2018 Free Software Foundation, Inc.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,6 +1,6 @@
/* Scheme interface to values.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of GDB.