diff options
| author | Paul Eggert | 2020-01-01 01:08:16 +0000 |
|---|---|---|
| committer | Paul Eggert | 2020-01-01 01:08:16 +0000 |
| commit | c6fb86b40bebf597fccbe4eba58ceea83bd9700f (patch) | |
| tree | ab703ac6f4e85e6df08c467bc48cb7ae670f5ba9 /lisp/cedet | |
| parent | 47f66e1aaf01d72e3b0db6eadbab378bfac96681 (diff) | |
| parent | 186152ba400b58d2d278c52d2e3d896decae767e (diff) | |
| download | emacs-c6fb86b40bebf597fccbe4eba58ceea83bd9700f.tar.gz emacs-c6fb86b40bebf597fccbe4eba58ceea83bd9700f.zip | |
Merge from origin/emacs-27
186152ba40 Pacify gcc -Wunused-function on Ubuntu 18.04.3
4cd143aded Fix copyright years by hand
365e01cc9f Update copyright year to 2020
cd2c156163 ; * etc/NEWS: Make the description of XDG fallback more ac...
# Conflicts:
# etc/NEWS
# etc/refcards/ru-refcard.tex
Diffstat (limited to 'lisp/cedet')
146 files changed, 146 insertions, 146 deletions
diff --git a/lisp/cedet/ChangeLog.1 b/lisp/cedet/ChangeLog.1 index cf8d6c4f6c6..93bd5872f3f 100644 --- a/lisp/cedet/ChangeLog.1 +++ b/lisp/cedet/ChangeLog.1 | |||
| @@ -3460,7 +3460,7 @@ | |||
| 3460 | ;; coding: utf-8 | 3460 | ;; coding: utf-8 |
| 3461 | ;; End: | 3461 | ;; End: |
| 3462 | 3462 | ||
| 3463 | Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3463 | Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 3464 | 3464 | ||
| 3465 | This file is part of GNU Emacs. | 3465 | This file is part of GNU Emacs. |
| 3466 | 3466 | ||
diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el index 6987e4e1439..68eb446f645 100644 --- a/lisp/cedet/cedet-cscope.el +++ b/lisp/cedet/cedet-cscope.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet-cscope.el --- CScope support for CEDET | 1 | ;;; cedet-cscope.el --- CScope support for CEDET |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Package: cedet | 6 | ;; Package: cedet |
diff --git a/lisp/cedet/cedet-files.el b/lisp/cedet/cedet-files.el index 7329eb37f7f..212a24f1613 100644 --- a/lisp/cedet/cedet-files.el +++ b/lisp/cedet/cedet-files.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet-files.el --- Common routines dealing with file names. | 1 | ;;; cedet-files.el --- Common routines dealing with file names. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Package: cedet | 6 | ;; Package: cedet |
diff --git a/lisp/cedet/cedet-global.el b/lisp/cedet/cedet-global.el index bc058f3d4e6..82751ec2d6c 100644 --- a/lisp/cedet/cedet-global.el +++ b/lisp/cedet/cedet-global.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet-global.el --- GNU Global support for CEDET. | 1 | ;;; cedet-global.el --- GNU Global support for CEDET. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Package: cedet | 6 | ;; Package: cedet |
diff --git a/lisp/cedet/cedet-idutils.el b/lisp/cedet/cedet-idutils.el index 57f522bf5b4..0efd7ee3053 100644 --- a/lisp/cedet/cedet-idutils.el +++ b/lisp/cedet/cedet-idutils.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet-idutils.el --- ID Utils support for CEDET. | 1 | ;;; cedet-idutils.el --- ID Utils support for CEDET. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Old-Version: 0.2 | 6 | ;; Old-Version: 0.2 |
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index 9260cfb47dc..cb520684fdd 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet.el --- Setup CEDET environment | 1 | ;;; cedet.el --- Setup CEDET environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/data-debug.el b/lisp/cedet/data-debug.el index 0debbef54b5..78a72dd889c 100644 --- a/lisp/cedet/data-debug.el +++ b/lisp/cedet/data-debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; data-debug.el --- Data structure debugger | 1 | ;;; data-debug.el --- Data structure debugger |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Old-Version: 0.2 | 6 | ;; Old-Version: 0.2 |
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index 1969df54cde..1418ad9539d 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede.el --- Emacs Development Environment gloss | 1 | ;;; ede.el --- Emacs Development Environment gloss |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/auto.el b/lisp/cedet/ede/auto.el index 099d60fffa7..50ed4625bab 100644 --- a/lisp/cedet/ede/auto.el +++ b/lisp/cedet/ede/auto.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/auto.el --- Autoload features for EDE | 1 | ;;; ede/auto.el --- Autoload features for EDE |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/autoconf-edit.el b/lisp/cedet/ede/autoconf-edit.el index 8918b4eb621..e9dd48c8ab5 100644 --- a/lisp/cedet/ede/autoconf-edit.el +++ b/lisp/cedet/ede/autoconf-edit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/autoconf-edit.el --- Keymap for autoconf | 1 | ;;; ede/autoconf-edit.el --- Keymap for autoconf |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2000, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project | 6 | ;; Keywords: project |
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el index a4e2464fd8d..d371ad799a7 100644 --- a/lisp/cedet/ede/base.el +++ b/lisp/cedet/ede/base.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/base.el --- Baseclasses for EDE. | 1 | ;;; ede/base.el --- Baseclasses for EDE. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/config.el b/lisp/cedet/ede/config.el index 39d984ac356..07260f0b076 100644 --- a/lisp/cedet/ede/config.el +++ b/lisp/cedet/ede/config.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/config.el --- Configuration Handler baseclass | 1 | ;;; ede/config.el --- Configuration Handler baseclass |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el index feff63681a8..ee8aa5db1b7 100644 --- a/lisp/cedet/ede/cpp-root.el +++ b/lisp/cedet/ede/cpp-root.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/cpp-root.el --- A simple way to wrap a C++ project with a single root | 1 | ;;; ede/cpp-root.el --- A simple way to wrap a C++ project with a single root |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/custom.el b/lisp/cedet/ede/custom.el index f4c34aa5727..18621ad5f12 100644 --- a/lisp/cedet/ede/custom.el +++ b/lisp/cedet/ede/custom.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/custom.el --- customization of EDE projects. | 1 | ;;; ede/custom.el --- customization of EDE projects. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/detect.el b/lisp/cedet/ede/detect.el index f65481b0c8d..b870624f9a1 100644 --- a/lisp/cedet/ede/detect.el +++ b/lisp/cedet/ede/detect.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/detect.el --- EDE project detection and file associations | 1 | ;;; ede/detect.el --- EDE project detection and file associations |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/dired.el b/lisp/cedet/ede/dired.el index 7fe88091ef1..e8c80275444 100644 --- a/lisp/cedet/ede/dired.el +++ b/lisp/cedet/ede/dired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/dired.el --- EDE extensions to dired. | 1 | ;;; ede/dired.el --- EDE extensions to dired. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2020 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/emacs.el b/lisp/cedet/ede/emacs.el index 600ec87ea4d..bfcbd40fcce 100644 --- a/lisp/cedet/ede/emacs.el +++ b/lisp/cedet/ede/emacs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/emacs.el --- Special project for Emacs | 1 | ;;; ede/emacs.el --- Special project for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/files.el b/lisp/cedet/ede/files.el index cc67d9f8bb6..db539450e62 100644 --- a/lisp/cedet/ede/files.el +++ b/lisp/cedet/ede/files.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/files.el --- Associate projects with files and directories. | 1 | ;;; ede/files.el --- Associate projects with files and directories. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/generic.el b/lisp/cedet/ede/generic.el index 3706daf082b..b9805f6fac9 100644 --- a/lisp/cedet/ede/generic.el +++ b/lisp/cedet/ede/generic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/generic.el --- Base Support for generic build systems | 1 | ;;; ede/generic.el --- Base Support for generic build systems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/linux.el b/lisp/cedet/ede/linux.el index 90e14ce87ce..8ce6b5c2a4f 100644 --- a/lisp/cedet/ede/linux.el +++ b/lisp/cedet/ede/linux.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/linux.el --- Special project for Linux | 1 | ;;; ede/linux.el --- Special project for Linux |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el index d0904c0c155..160309ffce4 100644 --- a/lisp/cedet/ede/locate.el +++ b/lisp/cedet/ede/locate.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/locate.el --- Locate support | 1 | ;;; ede/locate.el --- Locate support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/make.el b/lisp/cedet/ede/make.el index d3777ca7d64..ecce3e7105b 100644 --- a/lisp/cedet/ede/make.el +++ b/lisp/cedet/ede/make.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/make.el --- General information about "make" | 1 | ;;; ede/make.el --- General information about "make" |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/makefile-edit.el b/lisp/cedet/ede/makefile-edit.el index ac3f1e9f513..b68d6712bb3 100644 --- a/lisp/cedet/ede/makefile-edit.el +++ b/lisp/cedet/ede/makefile-edit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; makefile-edit.el --- Makefile editing/scanning commands. | 1 | ;;; makefile-edit.el --- Makefile editing/scanning commands. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el index 4b6da4440a5..63fb62b5a57 100644 --- a/lisp/cedet/ede/pconf.el +++ b/lisp/cedet/ede/pconf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/pconf.el --- configure.ac maintenance for EDE | 1 | ;;; ede/pconf.el --- configure.ac maintenance for EDE |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2019 Free Software Foundation, | 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2020 Free Software Foundation, |
| 4 | ;;; Inc. | 4 | ;;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/pmake.el b/lisp/cedet/ede/pmake.el index db5a33e9031..9d9a95fd763 100644 --- a/lisp/cedet/ede/pmake.el +++ b/lisp/cedet/ede/pmake.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-pmake.el --- EDE Generic Project Makefile code generator. | 1 | ;;; ede-pmake.el --- EDE Generic Project Makefile code generator. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-archive.el b/lisp/cedet/ede/proj-archive.el index d071e422872..78764e3d499 100644 --- a/lisp/cedet/ede/proj-archive.el +++ b/lisp/cedet/ede/proj-archive.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-archive.el --- EDE Generic Project archive support | 1 | ;;; ede/proj-archive.el --- EDE Generic Project archive support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2001, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-aux.el b/lisp/cedet/ede/proj-aux.el index 1b037229933..0c35647fe9a 100644 --- a/lisp/cedet/ede/proj-aux.el +++ b/lisp/cedet/ede/proj-aux.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-aux.el --- EDE Generic Project auxiliary file support | 1 | ;;; ede/proj-aux.el --- EDE Generic Project auxiliary file support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2007, 2009-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1998-2000, 2007, 2009-2020 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/proj-comp.el b/lisp/cedet/ede/proj-comp.el index aa6baf3e340..5e9cf49b7ed 100644 --- a/lisp/cedet/ede/proj-comp.el +++ b/lisp/cedet/ede/proj-comp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-comp.el --- EDE Generic Project compiler/rule driver | 1 | ;;; ede/proj-comp.el --- EDE Generic Project compiler/rule driver |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2019 Free Software | 3 | ;; Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/proj-elisp.el b/lisp/cedet/ede/proj-elisp.el index c8e920aa94e..a0af4a4ddc5 100644 --- a/lisp/cedet/ede/proj-elisp.el +++ b/lisp/cedet/ede/proj-elisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-proj-elisp.el --- EDE Generic Project Emacs Lisp support | 1 | ;;; ede-proj-elisp.el --- EDE Generic Project Emacs Lisp support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-info.el b/lisp/cedet/ede/proj-info.el index 1a2f1074182..ee41d0cc01d 100644 --- a/lisp/cedet/ede/proj-info.el +++ b/lisp/cedet/ede/proj-info.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-proj-info.el --- EDE Generic Project texinfo support | 1 | ;;; ede-proj-info.el --- EDE Generic Project texinfo support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2001, 2004, 2007-2019 Free Software Foundation, | 3 | ;;; Copyright (C) 1998-2001, 2004, 2007-2020 Free Software Foundation, |
| 4 | ;;; Inc. | 4 | ;;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/proj-misc.el b/lisp/cedet/ede/proj-misc.el index c9be119b4eb..a73d03f1b80 100644 --- a/lisp/cedet/ede/proj-misc.el +++ b/lisp/cedet/ede/proj-misc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support | 1 | ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2001, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-obj.el b/lisp/cedet/ede/proj-obj.el index 45e874037a7..22a6cdfad47 100644 --- a/lisp/cedet/ede/proj-obj.el +++ b/lisp/cedet/ede/proj-obj.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support | 1 | ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2019 Free Software Foundation, | 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2020 Free Software Foundation, |
| 4 | ;;; Inc. | 4 | ;;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/proj-prog.el b/lisp/cedet/ede/proj-prog.el index 8299b721acc..5a12256048f 100644 --- a/lisp/cedet/ede/proj-prog.el +++ b/lisp/cedet/ede/proj-prog.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support | 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2005, 2008-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1998-2001, 2005, 2008-2020 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/proj-scheme.el b/lisp/cedet/ede/proj-scheme.el index 8f28d62b4ba..9afbeb17ac4 100644 --- a/lisp/cedet/ede/proj-scheme.el +++ b/lisp/cedet/ede/proj-scheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support | 1 | ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2000, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make, scheme | 6 | ;; Keywords: project, make, scheme |
diff --git a/lisp/cedet/ede/proj-shared.el b/lisp/cedet/ede/proj-shared.el index 47fb453ac13..2c875394b1b 100644 --- a/lisp/cedet/ede/proj-shared.el +++ b/lisp/cedet/ede/proj-shared.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-proj-shared.el --- EDE Generic Project shared library support | 1 | ;;; ede-proj-shared.el --- EDE Generic Project shared library support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2000, 2009-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1998-2000, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index 2ce65e91bde..a6d47e373f2 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj.el --- EDE Generic Project file driver | 1 | ;;; ede/proj.el --- EDE Generic Project file driver |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2003, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2003, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el index fbbbe6871b6..61dc8a1fc60 100644 --- a/lisp/cedet/ede/project-am.el +++ b/lisp/cedet/ede/project-am.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; project-am.el --- A project management scheme based on automake files. | 1 | ;;; project-am.el --- A project management scheme based on automake files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2003, 2005, 2007-2019 Free Software | 3 | ;; Copyright (C) 1998-2000, 2003, 2005, 2007-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/shell.el b/lisp/cedet/ede/shell.el index 3641803e1e0..a99365005c8 100644 --- a/lisp/cedet/ede/shell.el +++ b/lisp/cedet/ede/shell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/shell.el --- A shell controlled by EDE. | 1 | ;;; ede/shell.el --- A shell controlled by EDE. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/simple.el b/lisp/cedet/ede/simple.el index 80b19027fc4..b1cfd6523f9 100644 --- a/lisp/cedet/ede/simple.el +++ b/lisp/cedet/ede/simple.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/simple.el --- Overlay an EDE structure on an existing project | 1 | ;;; ede/simple.el --- Overlay an EDE structure on an existing project |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/source.el b/lisp/cedet/ede/source.el index 8105af0d6a4..eed82f7cf3b 100644 --- a/lisp/cedet/ede/source.el +++ b/lisp/cedet/ede/source.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; ede/source.el --- EDE source code object | 1 | ;; ede/source.el --- EDE source code object |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/speedbar.el b/lisp/cedet/ede/speedbar.el index a5ccb666644..ed3348750f7 100644 --- a/lisp/cedet/ede/speedbar.el +++ b/lisp/cedet/ede/speedbar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/speedbar.el --- Speedbar viewing of EDE projects | 1 | ;;; ede/speedbar.el --- Speedbar viewing of EDE projects |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2003, 2005, 2007-2019 Free Software | 3 | ;; Copyright (C) 1998-2001, 2003, 2005, 2007-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/srecode.el b/lisp/cedet/ede/srecode.el index dee52cab8f9..ed85ea97475 100644 --- a/lisp/cedet/ede/srecode.el +++ b/lisp/cedet/ede/srecode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/srecode.el --- EDE utilities on top of SRecoder | 1 | ;;; ede/srecode.el --- EDE utilities on top of SRecoder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/ede/system.el b/lisp/cedet/ede/system.el index 9999923e054..5a78dd10c82 100644 --- a/lisp/cedet/ede/system.el +++ b/lisp/cedet/ede/system.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-system.el --- EDE working with the system (VC, FTP, ETC) | 1 | ;;; ede-system.el --- EDE working with the system (VC, FTP, ETC) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2003, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2003, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make, vc | 6 | ;; Keywords: project, make, vc |
diff --git a/lisp/cedet/ede/util.el b/lisp/cedet/ede/util.el index 37d6b18233f..c6da1862ff1 100644 --- a/lisp/cedet/ede/util.el +++ b/lisp/cedet/ede/util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/util.el --- EDE utilities | 1 | ;;; ede/util.el --- EDE utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2005, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2005, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/inversion.el b/lisp/cedet/inversion.el index 83561a0dfa7..d47701d5a8b 100644 --- a/lisp/cedet/inversion.el +++ b/lisp/cedet/inversion.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; inversion.el --- When you need something in version XX.XX | 1 | ;;; inversion.el --- When you need something in version XX.XX |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2003, 2005-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2002-2003, 2005-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Version: 1.3 | 6 | ;; Version: 1.3 |
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index 9477f1bdd51..bd02a4f631a 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mode-local.el --- Support for mode local facilities -*- lexical-binding:t -*- | 1 | ;;; mode-local.el --- Support for mode local facilities -*- lexical-binding:t -*- |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 27 Apr 2004 | 6 | ;; Created: 27 Apr 2004 |
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index ac3fb25e559..5713a7b0d1f 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pulse.el --- Pulsing Overlays | 1 | ;;; pulse.el --- Pulsing Overlays |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el index 7d5017c6209..58a35d7d8a0 100644 --- a/lisp/cedet/semantic.el +++ b/lisp/cedet/semantic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic.el --- Semantic buffer evaluator. | 1 | ;;; semantic.el --- Semantic buffer evaluator. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax tools | 6 | ;; Keywords: syntax tools |
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index 926d7f24b43..cafdc3bee14 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/analyze.el --- Analyze semantic tags against local context | 1 | ;;; semantic/analyze.el --- Analyze semantic tags against local context |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/analyze/complete.el b/lisp/cedet/semantic/analyze/complete.el index b473ade1594..8d07958b93f 100644 --- a/lisp/cedet/semantic/analyze/complete.el +++ b/lisp/cedet/semantic/analyze/complete.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/analyze/complete.el --- Smart Completions | 1 | ;;; semantic/analyze/complete.el --- Smart Completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/analyze/debug.el b/lisp/cedet/semantic/analyze/debug.el index 1bb97ce9b83..6ea54a200c5 100644 --- a/lisp/cedet/semantic/analyze/debug.el +++ b/lisp/cedet/semantic/analyze/debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/analyze/debug.el --- Debug the analyzer | 1 | ;;; semantic/analyze/debug.el --- Debug the analyzer |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/analyze/fcn.el b/lisp/cedet/semantic/analyze/fcn.el index 5e466242277..44394f674b0 100644 --- a/lisp/cedet/semantic/analyze/fcn.el +++ b/lisp/cedet/semantic/analyze/fcn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/analyze/fcn.el --- Analyzer support functions. | 1 | ;;; semantic/analyze/fcn.el --- Analyzer support functions. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/analyze/refs.el b/lisp/cedet/semantic/analyze/refs.el index 179aa5f3d62..585f1a7c754 100644 --- a/lisp/cedet/semantic/analyze/refs.el +++ b/lisp/cedet/semantic/analyze/refs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/analyze/refs.el --- Analysis of the references between tags. | 1 | ;;; semantic/analyze/refs.el --- Analysis of the references between tags. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine.el b/lisp/cedet/semantic/bovine.el index 7a9556f7846..f999a01f1e9 100644 --- a/lisp/cedet/semantic/bovine.el +++ b/lisp/cedet/semantic/bovine.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine.el --- LL Parser/Analyzer core. | 1 | ;;; semantic/bovine.el --- LL Parser/Analyzer core. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2004, 2006-2007, 2009-2019 Free Software | 3 | ;; Copyright (C) 1999-2004, 2006-2007, 2009-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el index 862969dbc87..358829a4568 100644 --- a/lisp/cedet/semantic/bovine/c.el +++ b/lisp/cedet/semantic/bovine/c.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/c.el --- Semantic details for C | 1 | ;;; semantic/bovine/c.el --- Semantic details for C |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/debug.el b/lisp/cedet/semantic/bovine/debug.el index 3464e25787f..0f5bc86ea30 100644 --- a/lisp/cedet/semantic/bovine/debug.el +++ b/lisp/cedet/semantic/bovine/debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/debug.el --- Debugger support for bovinator | 1 | ;;; semantic/bovine/debug.el --- Debugger support for bovinator |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/el.el b/lisp/cedet/semantic/bovine/el.el index 590256cc709..656c63b7eed 100644 --- a/lisp/cedet/semantic/bovine/el.el +++ b/lisp/cedet/semantic/bovine/el.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/el.el --- Semantic details for Emacs Lisp | 1 | ;;; semantic/bovine/el.el --- Semantic details for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/gcc.el b/lisp/cedet/semantic/bovine/gcc.el index e5f85599fec..64f391d2325 100644 --- a/lisp/cedet/semantic/bovine/gcc.el +++ b/lisp/cedet/semantic/bovine/gcc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/gcc.el --- gcc querying special code for the C parser | 1 | ;;; semantic/bovine/gcc.el --- gcc querying special code for the C parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/grammar.el b/lisp/cedet/semantic/bovine/grammar.el index 4d7b008dbd3..7b835b85097 100644 --- a/lisp/cedet/semantic/bovine/grammar.el +++ b/lisp/cedet/semantic/bovine/grammar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/grammar.el --- Bovine's input grammar mode | 1 | ;;; semantic/bovine/grammar.el --- Bovine's input grammar mode |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2020 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 26 Aug 2002 | 6 | ;; Created: 26 Aug 2002 |
diff --git a/lisp/cedet/semantic/bovine/make.el b/lisp/cedet/semantic/bovine/make.el index 01a15b82322..07c55b46e26 100644 --- a/lisp/cedet/semantic/bovine/make.el +++ b/lisp/cedet/semantic/bovine/make.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. | 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2004, 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2004, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/scm.el b/lisp/cedet/semantic/bovine/scm.el index 3dc2437a728..93ad27586ed 100644 --- a/lisp/cedet/semantic/bovine/scm.el +++ b/lisp/cedet/semantic/bovine/scm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) | 1 | ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2001-2004, 2008-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2001-2004, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/chart.el b/lisp/cedet/semantic/chart.el index c02588d68b9..a5f3699ae6d 100644 --- a/lisp/cedet/semantic/chart.el +++ b/lisp/cedet/semantic/chart.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/chart.el --- Utilities for use with semantic tag tables | 1 | ;;; semantic/chart.el --- Utilities for use with semantic tag tables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2001, 2003, 2005, 2008-2019 Free Software | 3 | ;; Copyright (C) 1999-2001, 2003, 2005, 2008-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index 29f33d4a10b..7abc4360f64 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/complete.el --- Routines for performing tag completion | 1 | ;;; semantic/complete.el --- Routines for performing tag completion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/ctxt.el b/lisp/cedet/semantic/ctxt.el index 2f6eba467bf..f2387302b14 100644 --- a/lisp/cedet/semantic/ctxt.el +++ b/lisp/cedet/semantic/ctxt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/ctxt.el --- Context calculations for Semantic tools. | 1 | ;;; semantic/ctxt.el --- Context calculations for Semantic tools. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/db-debug.el b/lisp/cedet/semantic/db-debug.el index 7635c649c23..65210ed9336 100644 --- a/lisp/cedet/semantic/db-debug.el +++ b/lisp/cedet/semantic/db-debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-debug.el --- Extra level debugging routines for Semantic | 1 | ;;; semantic/db-debug.el --- Extra level debugging routines for Semantic |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/db-ebrowse.el b/lisp/cedet/semantic/db-ebrowse.el index 958f6ed6401..214291797db 100644 --- a/lisp/cedet/semantic/db-ebrowse.el +++ b/lisp/cedet/semantic/db-ebrowse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. | 1 | ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Joakim Verona | 6 | ;; Joakim Verona |
diff --git a/lisp/cedet/semantic/db-el.el b/lisp/cedet/semantic/db-el.el index 39d61fe789b..1706988c238 100644 --- a/lisp/cedet/semantic/db-el.el +++ b/lisp/cedet/semantic/db-el.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp | 1 | ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2002-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el index 8dbb337ee55..96287487106 100644 --- a/lisp/cedet/semantic/db-file.el +++ b/lisp/cedet/semantic/db-file.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-file.el --- Save a semanticdb to a cache file. | 1 | ;;; semantic/db-file.el --- Save a semanticdb to a cache file. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2000-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el index 9a81d18b7d5..510f931fa9f 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-find.el --- Searching through semantic databases. | 1 | ;;; semantic/db-find.el --- Searching through semantic databases. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-global.el b/lisp/cedet/semantic/db-global.el index 0fff96d0c6a..b6f7c2f379e 100644 --- a/lisp/cedet/semantic/db-global.el +++ b/lisp/cedet/semantic/db-global.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL | 1 | ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2006, 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2006, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-javascript.el b/lisp/cedet/semantic/db-javascript.el index 5622594a5c3..098ee0676bd 100644 --- a/lisp/cedet/semantic/db-javascript.el +++ b/lisp/cedet/semantic/db-javascript.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript | 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joakim Verona | 5 | ;; Author: Joakim Verona |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/db-mode.el b/lisp/cedet/semantic/db-mode.el index 949413d9682..0ab03ef49ef 100644 --- a/lisp/cedet/semantic/db-mode.el +++ b/lisp/cedet/semantic/db-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-mode.el --- Semanticdb Minor Mode | 1 | ;;; semantic/db-mode.el --- Semanticdb Minor Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/db-ref.el b/lisp/cedet/semantic/db-ref.el index eb32d0dc63e..611275bb271 100644 --- a/lisp/cedet/semantic/db-ref.el +++ b/lisp/cedet/semantic/db-ref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-ref.el --- Handle cross-db file references | 1 | ;;; semantic/db-ref.el --- Handle cross-db file references |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/db-typecache.el b/lisp/cedet/semantic/db-typecache.el index a6d9b3c7979..09f0e52e44d 100644 --- a/lisp/cedet/semantic/db-typecache.el +++ b/lisp/cedet/semantic/db-typecache.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db-typecache.el --- Manage Datatypes | 1 | ;;; semantic/db-typecache.el --- Manage Datatypes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el index 3b33f096b4e..aaf43a17293 100644 --- a/lisp/cedet/semantic/db.el +++ b/lisp/cedet/semantic/db.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/db.el --- Semantic tag database manager -*- lexical-binding:t -*- | 1 | ;;; semantic/db.el --- Semantic tag database manager -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/debug.el b/lisp/cedet/semantic/debug.el index 1b1639cbf14..eebdd013aae 100644 --- a/lisp/cedet/semantic/debug.el +++ b/lisp/cedet/semantic/debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/debug.el --- Language Debugger framework | 1 | ;;; semantic/debug.el --- Language Debugger framework |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2005, 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2005, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/decorate.el b/lisp/cedet/semantic/decorate.el index 1a7cd77d1e0..da472808ce9 100644 --- a/lisp/cedet/semantic/decorate.el +++ b/lisp/cedet/semantic/decorate.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/decorate.el --- Utilities for decorating/highlighting tokens. | 1 | ;;; semantic/decorate.el --- Utilities for decorating/highlighting tokens. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999-2003, 2005-2007, 2009-2019 Free Software | 3 | ;;; Copyright (C) 1999-2003, 2005-2007, 2009-2020 Free Software |
| 4 | ;;; Foundation, Inc. | 4 | ;;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/semantic/decorate/include.el b/lisp/cedet/semantic/decorate/include.el index aa870b663c0..63e72a5fb6d 100644 --- a/lisp/cedet/semantic/decorate/include.el +++ b/lisp/cedet/semantic/decorate/include.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/decorate/include.el --- Decoration modes for include statements | 1 | ;;; semantic/decorate/include.el --- Decoration modes for include statements |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/decorate/mode.el b/lisp/cedet/semantic/decorate/mode.el index 9825f353ce8..8eb6a3bbd5d 100644 --- a/lisp/cedet/semantic/decorate/mode.el +++ b/lisp/cedet/semantic/decorate/mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/decorate/mode.el --- Minor mode for decorating tags | 1 | ;;; semantic/decorate/mode.el --- Minor mode for decorating tags |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/dep.el b/lisp/cedet/semantic/dep.el index 84bb2285b4e..47afa25dd74 100644 --- a/lisp/cedet/semantic/dep.el +++ b/lisp/cedet/semantic/dep.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/dep.el --- Methods for tracking dependencies (include files) | 1 | ;;; semantic/dep.el --- Methods for tracking dependencies (include files) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/doc.el b/lisp/cedet/semantic/doc.el index 4f98cf41027..8b39e775789 100644 --- a/lisp/cedet/semantic/doc.el +++ b/lisp/cedet/semantic/doc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/doc.el --- Routines for documentation strings | 1 | ;;; semantic/doc.el --- Routines for documentation strings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2003, 2005, 2008-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1999-2003, 2005, 2008-2020 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/semantic/ede-grammar.el b/lisp/cedet/semantic/ede-grammar.el index 4ced6fa80ef..2464833859b 100644 --- a/lisp/cedet/semantic/ede-grammar.el +++ b/lisp/cedet/semantic/ede-grammar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files | 1 | ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2004, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index 9319e02c417..a1225dfeee9 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/edit.el --- Edit Management for Semantic | 1 | ;;; semantic/edit.el --- Edit Management for Semantic |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/find.el b/lisp/cedet/semantic/find.el index 8b01b25d99e..02c68e7484e 100644 --- a/lisp/cedet/semantic/find.el +++ b/lisp/cedet/semantic/find.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/find.el --- Search routines for Semantic | 1 | ;;; semantic/find.el --- Search routines for Semantic |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2005, 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2005, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/format.el b/lisp/cedet/semantic/format.el index 00f684276b8..bb2954be561 100644 --- a/lisp/cedet/semantic/format.el +++ b/lisp/cedet/semantic/format.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/format.el --- Routines for formatting tags | 1 | ;;; semantic/format.el --- Routines for formatting tags |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/fw.el b/lisp/cedet/semantic/fw.el index 202dec3df3b..7a1273d6534 100644 --- a/lisp/cedet/semantic/fw.el +++ b/lisp/cedet/semantic/fw.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/fw.el --- Framework for Semantic | 1 | ;;; semantic/fw.el --- Framework for Semantic |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/grammar-wy.el b/lisp/cedet/semantic/grammar-wy.el index 1da57862d57..93fbedeff0a 100644 --- a/lisp/cedet/semantic/grammar-wy.el +++ b/lisp/cedet/semantic/grammar-wy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/grammar-wy.el --- Generated parser support file | 1 | ;;; semantic/grammar-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/grammar.el b/lisp/cedet/semantic/grammar.el index 785a05816b7..62c86f9d12d 100644 --- a/lisp/cedet/semantic/grammar.el +++ b/lisp/cedet/semantic/grammar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/grammar.el --- Major mode framework for Semantic grammars | 1 | ;;; semantic/grammar.el --- Major mode framework for Semantic grammars |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/html.el b/lisp/cedet/semantic/html.el index f70fec2db74..537bc39a5fe 100644 --- a/lisp/cedet/semantic/html.el +++ b/lisp/cedet/semantic/html.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/html.el --- Semantic details for html files | 1 | ;;; semantic/html.el --- Semantic details for html files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/ia-sb.el b/lisp/cedet/semantic/ia-sb.el index 9f2cb7d7282..baa6ade8785 100644 --- a/lisp/cedet/semantic/ia-sb.el +++ b/lisp/cedet/semantic/ia-sb.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/ia-sb.el --- Speedbar analysis display interactor | 1 | ;;; semantic/ia-sb.el --- Speedbar analysis display interactor |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2004, 2006, 2008-2019 Free Software Foundation, | 3 | ;;; Copyright (C) 2002-2004, 2006, 2008-2020 Free Software Foundation, |
| 4 | ;;; Inc. | 4 | ;;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/semantic/ia.el b/lisp/cedet/semantic/ia.el index 68c6e4279cf..4a129aae74e 100644 --- a/lisp/cedet/semantic/ia.el +++ b/lisp/cedet/semantic/ia.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/ia.el --- Interactive Analysis functions | 1 | ;;; semantic/ia.el --- Interactive Analysis functions |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2000-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index 78fd669ef61..76218249c59 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; idle.el --- Schedule parsing tasks in idle time | 1 | ;;; idle.el --- Schedule parsing tasks in idle time |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2006, 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2006, 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el index 81efffaa603..19e0515ac63 100644 --- a/lisp/cedet/semantic/imenu.el +++ b/lisp/cedet/semantic/imenu.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator | 1 | ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2008, 2010-2019 Free Software | 3 | ;; Copyright (C) 2000-2005, 2007-2008, 2010-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/semantic/java.el b/lisp/cedet/semantic/java.el index f81ad74cf90..80d03dc629b 100644 --- a/lisp/cedet/semantic/java.el +++ b/lisp/cedet/semantic/java.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/java.el --- Semantic functions for Java | 1 | ;;; semantic/java.el --- Semantic functions for Java |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el index 2de579b5b3a..b8812de05b6 100644 --- a/lisp/cedet/semantic/lex-spp.el +++ b/lisp/cedet/semantic/lex-spp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/lex-spp.el --- Semantic Lexical Pre-processor | 1 | ;;; semantic/lex-spp.el --- Semantic Lexical Pre-processor |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el index 5df92f53172..500a09d492f 100644 --- a/lisp/cedet/semantic/lex.el +++ b/lisp/cedet/semantic/lex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/lex.el --- Lexical Analyzer builder -*- lexical-binding:t -*- | 1 | ;;; semantic/lex.el --- Lexical Analyzer builder -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/mru-bookmark.el b/lisp/cedet/semantic/mru-bookmark.el index 461097ecb7c..bd32f98233f 100644 --- a/lisp/cedet/semantic/mru-bookmark.el +++ b/lisp/cedet/semantic/mru-bookmark.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/mru-bookmark.el --- Automatic bookmark tracking | 1 | ;;; semantic/mru-bookmark.el --- Automatic bookmark tracking |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/sb.el b/lisp/cedet/semantic/sb.el index 83d11e16583..b038d4066a2 100644 --- a/lisp/cedet/semantic/sb.el +++ b/lisp/cedet/semantic/sb.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/sb.el --- Semantic tag display for speedbar | 1 | ;;; semantic/sb.el --- Semantic tag display for speedbar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 5dc49d6cb3c..7939438b1b0 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/scope.el --- Analyzer Scope Calculations | 1 | ;;; semantic/scope.el --- Analyzer Scope Calculations |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/senator.el b/lisp/cedet/semantic/senator.el index 714190133f0..e594232353a 100644 --- a/lisp/cedet/semantic/senator.el +++ b/lisp/cedet/semantic/senator.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/senator.el --- SEmantic NAvigaTOR | 1 | ;;; semantic/senator.el --- SEmantic NAvigaTOR |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/cedet/semantic/sort.el b/lisp/cedet/semantic/sort.el index 02a4e586e7d..89fc917e0c7 100644 --- a/lisp/cedet/semantic/sort.el +++ b/lisp/cedet/semantic/sort.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/sort.el --- Utilities for sorting and re-arranging tag tables. | 1 | ;;; semantic/sort.el --- Utilities for sorting and re-arranging tag tables. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1999-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/symref.el b/lisp/cedet/semantic/symref.el index f7404fc0177..6bdec717457 100644 --- a/lisp/cedet/semantic/symref.el +++ b/lisp/cedet/semantic/symref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/symref.el --- Symbol Reference API | 1 | ;;; semantic/symref.el --- Symbol Reference API |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/symref/cscope.el b/lisp/cedet/semantic/symref/cscope.el index 39f86611316..502d59d745a 100644 --- a/lisp/cedet/semantic/symref/cscope.el +++ b/lisp/cedet/semantic/symref/cscope.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/symref/cscope.el --- Semantic-symref support via cscope. | 1 | ;;; semantic/symref/cscope.el --- Semantic-symref support via cscope. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/symref/filter.el b/lisp/cedet/semantic/symref/filter.el index f23d751955c..19ce37463af 100644 --- a/lisp/cedet/semantic/symref/filter.el +++ b/lisp/cedet/semantic/symref/filter.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/symref/filter.el --- Filter symbol reference hits for accuracy. | 1 | ;;; semantic/symref/filter.el --- Filter symbol reference hits for accuracy. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/symref/global.el b/lisp/cedet/semantic/symref/global.el index d1ea921302f..6bb0929601d 100644 --- a/lisp/cedet/semantic/symref/global.el +++ b/lisp/cedet/semantic/symref/global.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/symref/global.el --- Use GNU Global for symbol references | 1 | ;;; semantic/symref/global.el --- Use GNU Global for symbol references |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/symref/grep.el b/lisp/cedet/semantic/symref/grep.el index d8dbfca05d5..d8de8ead4e9 100644 --- a/lisp/cedet/semantic/symref/grep.el +++ b/lisp/cedet/semantic/symref/grep.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/symref/grep.el --- Symref implementation using find/grep | 1 | ;;; semantic/symref/grep.el --- Symref implementation using find/grep |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/symref/idutils.el b/lisp/cedet/semantic/symref/idutils.el index 489bcec060d..006cc508165 100644 --- a/lisp/cedet/semantic/symref/idutils.el +++ b/lisp/cedet/semantic/symref/idutils.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/symref/idutils.el --- Symref implementation for idutils | 1 | ;;; semantic/symref/idutils.el --- Symref implementation for idutils |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el index 133356ec625..23f5f89274f 100644 --- a/lisp/cedet/semantic/symref/list.el +++ b/lisp/cedet/semantic/symref/list.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/symref/list.el --- Symref Output List UI. | 1 | ;;; semantic/symref/list.el --- Symref Output List UI. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/tag-file.el b/lisp/cedet/semantic/tag-file.el index 21bc8c8850b..50d43fe9342 100644 --- a/lisp/cedet/semantic/tag-file.el +++ b/lisp/cedet/semantic/tag-file.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/tag-file.el --- Routines that find files based on tags. | 1 | ;;; semantic/tag-file.el --- Routines that find files based on tags. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/tag-ls.el b/lisp/cedet/semantic/tag-ls.el index 04a6b4e99ff..16179a53cd5 100644 --- a/lisp/cedet/semantic/tag-ls.el +++ b/lisp/cedet/semantic/tag-ls.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/tag-ls.el --- Language Specific override functions for tags | 1 | ;;; semantic/tag-ls.el --- Language Specific override functions for tags |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2004, 2006-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/tag-write.el b/lisp/cedet/semantic/tag-write.el index 679a15b6033..cd77caaa208 100644 --- a/lisp/cedet/semantic/tag-write.el +++ b/lisp/cedet/semantic/tag-write.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/tag-write.el --- Write tags to a text stream | 1 | ;;; semantic/tag-write.el --- Write tags to a text stream |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/tag.el b/lisp/cedet/semantic/tag.el index 16dda48dc62..ca5c068d348 100644 --- a/lisp/cedet/semantic/tag.el +++ b/lisp/cedet/semantic/tag.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/tag.el --- tag creation and access | 1 | ;;; semantic/tag.el --- tag creation and access |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/texi.el b/lisp/cedet/semantic/texi.el index e5b5823dad5..760cb192159 100644 --- a/lisp/cedet/semantic/texi.el +++ b/lisp/cedet/semantic/texi.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/texi.el --- Semantic details for Texinfo files | 1 | ;;; semantic/texi.el --- Semantic details for Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index 9e9f054d737..24df0098562 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/util-modes.el --- Semantic minor modes | 1 | ;;; semantic/util-modes.el --- Semantic minor modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; David Ponce <david@dponce.com> | 6 | ;; David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/util.el b/lisp/cedet/semantic/util.el index 6cae8a8bdf9..c64d56b2e21 100644 --- a/lisp/cedet/semantic/util.el +++ b/lisp/cedet/semantic/util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/util.el --- Utilities for use with semantic tag tables | 1 | ;;; semantic/util.el --- Utilities for use with semantic tag tables |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1999-2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/wisent.el b/lisp/cedet/semantic/wisent.el index 4a759531e46..527a35c9ae1 100644 --- a/lisp/cedet/semantic/wisent.el +++ b/lisp/cedet/semantic/wisent.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway | 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2007, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2007, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 30 Aug 2001 | 6 | ;; Created: 30 Aug 2001 |
diff --git a/lisp/cedet/semantic/wisent/comp.el b/lisp/cedet/semantic/wisent/comp.el index ace05e9f4b6..263dff9dcc6 100644 --- a/lisp/cedet/semantic/wisent/comp.el +++ b/lisp/cedet/semantic/wisent/comp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/comp.el --- GNU Bison for Emacs - Grammar compiler | 1 | ;;; semantic/wisent/comp.el --- GNU Bison for Emacs - Grammar compiler |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2007, 2009-2019 Free | 3 | ;; Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2007, 2009-2020 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 6 | ;; Author: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent/grammar.el b/lisp/cedet/semantic/wisent/grammar.el index 1254f996809..49b0fd1b3b4 100644 --- a/lisp/cedet/semantic/wisent/grammar.el +++ b/lisp/cedet/semantic/wisent/grammar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/grammar.el --- Wisent's input grammar mode | 1 | ;;; semantic/wisent/grammar.el --- Wisent's input grammar mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2020 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 26 Aug 2002 | 6 | ;; Created: 26 Aug 2002 |
diff --git a/lisp/cedet/semantic/wisent/java-tags.el b/lisp/cedet/semantic/wisent/java-tags.el index 87c3090bdbe..0eed98cc43c 100644 --- a/lisp/cedet/semantic/wisent/java-tags.el +++ b/lisp/cedet/semantic/wisent/java-tags.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs | 1 | ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2006, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2006, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 15 Dec 2001 | 6 | ;; Created: 15 Dec 2001 |
diff --git a/lisp/cedet/semantic/wisent/javascript.el b/lisp/cedet/semantic/wisent/javascript.el index e17dc68e1f6..90bf7fab5c1 100644 --- a/lisp/cedet/semantic/wisent/javascript.el +++ b/lisp/cedet/semantic/wisent/javascript.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/javascript.el --- javascript parser support | 1 | ;;; semantic/wisent/javascript.el --- javascript parser support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index 540c59b9a7a..4e3519260a8 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wisent-python.el --- Semantic support for Python | 1 | ;;; wisent-python.el --- Semantic support for Python |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Richard Kim <emacs18@gmail.com> | 5 | ;; Author: Richard Kim <emacs18@gmail.com> |
| 6 | ;; Created: June 2002 | 6 | ;; Created: June 2002 |
diff --git a/lisp/cedet/semantic/wisent/wisent.el b/lisp/cedet/semantic/wisent/wisent.el index 401b404fee5..d8a35d3e7d3 100644 --- a/lisp/cedet/semantic/wisent/wisent.el +++ b/lisp/cedet/semantic/wisent/wisent.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime | 1 | ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2007, 2009-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2002-2007, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 30 January 2002 | 6 | ;; Created: 30 January 2002 |
diff --git a/lisp/cedet/srecode.el b/lisp/cedet/srecode.el index ce263fc4211..eb7af1c2727 100644 --- a/lisp/cedet/srecode.el +++ b/lisp/cedet/srecode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode.el --- Semantic buffer evaluator. | 1 | ;;; srecode.el --- Semantic buffer evaluator. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: codegeneration | 6 | ;; Keywords: codegeneration |
diff --git a/lisp/cedet/srecode/args.el b/lisp/cedet/srecode/args.el index 086f369b7f2..4ac5047ae08 100644 --- a/lisp/cedet/srecode/args.el +++ b/lisp/cedet/srecode/args.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/args.el --- Provide some simple template arguments | 1 | ;;; srecode/args.el --- Provide some simple template arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el index 80b267b8c23..9f81b2bccc2 100644 --- a/lisp/cedet/srecode/compile.el +++ b/lisp/cedet/srecode/compile.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/compile --- Compilation of srecode template files. | 1 | ;;; srecode/compile --- Compilation of srecode template files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: codegeneration | 6 | ;; Keywords: codegeneration |
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el index 9d30b163ee4..3e40472654e 100644 --- a/lisp/cedet/srecode/cpp.el +++ b/lisp/cedet/srecode/cpp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder | 1 | ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Jan Moringen <scymtym@users.sourceforge.net> | 6 | ;; Jan Moringen <scymtym@users.sourceforge.net> |
diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el index ee9f12fcae3..3d990219b82 100644 --- a/lisp/cedet/srecode/ctxt.el +++ b/lisp/cedet/srecode/ctxt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/ctxt.el --- Derive a context from the source buffer. | 1 | ;;; srecode/ctxt.el --- Derive a context from the source buffer. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index de6f21be094..4322b09137d 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/dictionary.el --- Dictionary code for the semantic recoder. | 1 | ;;; srecode/dictionary.el --- Dictionary code for the semantic recoder. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el index df7bc0aa330..fdb44695918 100644 --- a/lisp/cedet/srecode/document.el +++ b/lisp/cedet/srecode/document.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/document.el --- Documentation (comment) generation | 1 | ;;; srecode/document.el --- Documentation (comment) generation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/el.el b/lisp/cedet/srecode/el.el index 33b75cad692..4095b1c119c 100644 --- a/lisp/cedet/srecode/el.el +++ b/lisp/cedet/srecode/el.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments | 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/expandproto.el b/lisp/cedet/srecode/expandproto.el index 10e304aa153..e7601f5dd2b 100644 --- a/lisp/cedet/srecode/expandproto.el +++ b/lisp/cedet/srecode/expandproto.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/expandproto.el --- Expanding prototypes. | 1 | ;;; srecode/expandproto.el --- Expanding prototypes. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el index c46ff7e38f7..51c5fe4d184 100644 --- a/lisp/cedet/srecode/extract.el +++ b/lisp/cedet/srecode/extract.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/extract.el --- Extract content from previously inserted macro. | 1 | ;;; srecode/extract.el --- Extract content from previously inserted macro. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index f4999827f7f..e46c5820c55 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/fields.el --- Handling type-in fields in a buffer. | 1 | ;;; srecode/fields.el --- Handling type-in fields in a buffer. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/filters.el b/lisp/cedet/srecode/filters.el index 2ff7594c4b0..ee672a5116f 100644 --- a/lisp/cedet/srecode/filters.el +++ b/lisp/cedet/srecode/filters.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/filters.el --- Filters for use in template variables. | 1 | ;;; srecode/filters.el --- Filters for use in template variables. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/find.el b/lisp/cedet/srecode/find.el index 23680937ea8..c6bb62b7aa4 100644 --- a/lisp/cedet/srecode/find.el +++ b/lisp/cedet/srecode/find.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; srecode/find.el --- Tools for finding templates in the database. | 1 | ;;;; srecode/find.el --- Tools for finding templates in the database. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/getset.el b/lisp/cedet/srecode/getset.el index e5740964a49..2e063812ca1 100644 --- a/lisp/cedet/srecode/getset.el +++ b/lisp/cedet/srecode/getset.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/getset.el --- Package for inserting new get/set methods. | 1 | ;;; srecode/getset.el --- Package for inserting new get/set methods. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 455977bbe03..c28f7be03a1 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/insert.el --- Insert srecode templates to an output stream -*- lexical-binding:t -*- | 1 | ;;; srecode/insert.el --- Insert srecode templates to an output stream -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/java.el b/lisp/cedet/srecode/java.el index 43c207e9880..fa508df0549 100644 --- a/lisp/cedet/srecode/java.el +++ b/lisp/cedet/srecode/java.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/java.el --- Srecode Java support | 1 | ;;; srecode/java.el --- Srecode Java support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el index 343cc9155d3..784ebffe17c 100644 --- a/lisp/cedet/srecode/map.el +++ b/lisp/cedet/srecode/map.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/map.el --- Manage a template file map | 1 | ;;; srecode/map.el --- Manage a template file map |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/mode.el b/lisp/cedet/srecode/mode.el index 3a8fd91eb2d..c94c0fc034d 100644 --- a/lisp/cedet/srecode/mode.el +++ b/lisp/cedet/srecode/mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates | 1 | ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/semantic.el b/lisp/cedet/srecode/semantic.el index 5195016e22a..26c14892efd 100644 --- a/lisp/cedet/srecode/semantic.el +++ b/lisp/cedet/srecode/semantic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. | 1 | ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/srt-mode.el b/lisp/cedet/srecode/srt-mode.el index ac74949627e..6b8c3034a4c 100644 --- a/lisp/cedet/srecode/srt-mode.el +++ b/lisp/cedet/srecode/srt-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/srt-mode.el --- Major mode for writing screcode macros | 1 | ;;; srecode/srt-mode.el --- Major mode for writing screcode macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/srt.el b/lisp/cedet/srecode/srt.el index dc6300ea79c..ef0ef0d0fd5 100644 --- a/lisp/cedet/srecode/srt.el +++ b/lisp/cedet/srecode/srt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/srt.el --- argument handlers for SRT files | 1 | ;;; srecode/srt.el --- argument handlers for SRT files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/table.el b/lisp/cedet/srecode/table.el index 7a0600c3f81..55093d655cf 100644 --- a/lisp/cedet/srecode/table.el +++ b/lisp/cedet/srecode/table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/table.el --- Tables of Semantic Recoders | 1 | ;;; srecode/table.el --- Tables of Semantic Recoders |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/template.el b/lisp/cedet/srecode/template.el index 8528a375672..68c2ee7b75d 100644 --- a/lisp/cedet/srecode/template.el +++ b/lisp/cedet/srecode/template.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/template.el --- SRecoder template language parser support. | 1 | ;;; srecode/template.el --- SRecoder template language parser support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index bb2b7c91316..3aefcfd30e9 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/texi.el --- Srecode texinfo support. | 1 | ;;; srecode/texi.el --- Srecode texinfo support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||