diff options
Diffstat (limited to 'gdb/guile/lib')
-rw-r--r-- | gdb/guile/lib/gdb.scm | 2 | ||||
-rw-r--r-- | gdb/guile/lib/gdb/boot.scm | 2 | ||||
-rw-r--r-- | gdb/guile/lib/gdb/experimental.scm | 2 | ||||
-rw-r--r-- | gdb/guile/lib/gdb/init.scm | 2 | ||||
-rw-r--r-- | gdb/guile/lib/gdb/iterator.scm | 2 | ||||
-rw-r--r-- | gdb/guile/lib/gdb/printing.scm | 2 | ||||
-rw-r--r-- | gdb/guile/lib/gdb/support.scm | 2 | ||||
-rw-r--r-- | gdb/guile/lib/gdb/types.scm | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/gdb/guile/lib/gdb.scm b/gdb/guile/lib/gdb.scm index 02cd981..e697e70 100644 --- a/gdb/guile/lib/gdb.scm +++ b/gdb/guile/lib/gdb.scm @@ -1,6 +1,6 @@ ;; Scheme side of the gdb module. ;; -;; Copyright (C) 2014-2019 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdb/guile/lib/gdb/boot.scm b/gdb/guile/lib/gdb/boot.scm index 5b8f796..44d5075 100644 --- a/gdb/guile/lib/gdb/boot.scm +++ b/gdb/guile/lib/gdb/boot.scm @@ -1,6 +1,6 @@ ;; Bootstrap the Scheme side of the gdb module. ;; -;; Copyright (C) 2014-2019 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdb/guile/lib/gdb/experimental.scm b/gdb/guile/lib/gdb/experimental.scm index 50a8e65..d3dcc69 100644 --- a/gdb/guile/lib/gdb/experimental.scm +++ b/gdb/guile/lib/gdb/experimental.scm @@ -1,7 +1,7 @@ ;; Various experimental utilities. ;; Anything in this file can change or disappear. ;; -;; Copyright (C) 2014-2019 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdb/guile/lib/gdb/init.scm b/gdb/guile/lib/gdb/init.scm index 0b43258..c7161f3 100644 --- a/gdb/guile/lib/gdb/init.scm +++ b/gdb/guile/lib/gdb/init.scm @@ -1,6 +1,6 @@ ;; Scheme side of the gdb module. ;; -;; Copyright (C) 2014-2019 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdb/guile/lib/gdb/iterator.scm b/gdb/guile/lib/gdb/iterator.scm index fe27ce1..937b458 100644 --- a/gdb/guile/lib/gdb/iterator.scm +++ b/gdb/guile/lib/gdb/iterator.scm @@ -1,7 +1,7 @@ ;; Iteration utilities. ;; Anything in this file can change or disappear. ;; -;; Copyright (C) 2014-2019 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdb/guile/lib/gdb/printing.scm b/gdb/guile/lib/gdb/printing.scm index f00b12f..ca60b6f 100644 --- a/gdb/guile/lib/gdb/printing.scm +++ b/gdb/guile/lib/gdb/printing.scm @@ -1,6 +1,6 @@ ;; Additional pretty-printer support. ;; -;; Copyright (C) 2014-2019 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdb/guile/lib/gdb/support.scm b/gdb/guile/lib/gdb/support.scm index 1890a04..693a25b 100644 --- a/gdb/guile/lib/gdb/support.scm +++ b/gdb/guile/lib/gdb/support.scm @@ -1,6 +1,6 @@ ;; Internal support routines. ;; -;; Copyright (C) 2014-2019 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdb/guile/lib/gdb/types.scm b/gdb/guile/lib/gdb/types.scm index 1339ff0..983e404 100644 --- a/gdb/guile/lib/gdb/types.scm +++ b/gdb/guile/lib/gdb/types.scm @@ -1,5 +1,5 @@ ;; Type utilities. -;; Copyright (C) 2010-2019 Free Software Foundation, Inc. +;; Copyright (C) 2010-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 |