aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/ede
diff options
context:
space:
mode:
authorPaul Eggert2018-01-01 01:13:04 -0800
committerPaul Eggert2018-01-01 01:13:04 -0800
commitbb267f17f9e1e593d8dee379aceee22d7fa42680 (patch)
tree466dfb3f8ef7587ebcb652709bd1cc05d18a92f3 /lisp/cedet/ede
parenta5835dfee139322de7aa071f1c87ef015acbecad (diff)
parent63b04c11d530f4a6a41f112d1b3ba1ed1eb81195 (diff)
downloademacs-bb267f17f9e1e593d8dee379aceee22d7fa42680.tar.gz
emacs-bb267f17f9e1e593d8dee379aceee22d7fa42680.zip
Merge from origin/emacs-26
63b04c11d5 Fix copyright years by hand 5c7dd8a783 Update copyright year to 2018 220a9ecba1 Merge from Gnulib 312c565566 Don't add empty keyboard macro to macro ring (Bug#24992) 39ca289a7a Allow customization of decoding of "man" command f8240815ea * etc/NEWS: Add security consideration note on passphrase ... 0c78822c70 Fix subtle problem with scroll-down when scroll-margin is ... acd289c5a4 Fix problems with indexing in User manual b240c7846b * lisp/help.el (describe-key): Only (copy-sequence elt) wh... e879a5444a * src/buffer.c (Frestore_buffer_modified_p): Fix bug#29846 81b1028b63 Improve documentation of 'inhibit-modification-hooks' and ... 7175496d7a Fix doc string of 'enable-recursive-minibuffers' 5b38406491 Fix documentation of delsel and of killing text # Conflicts: # etc/NEWS # etc/refcards/ru-refcard.tex
Diffstat (limited to 'lisp/cedet/ede')
-rw-r--r--lisp/cedet/ede/auto.el2
-rw-r--r--lisp/cedet/ede/autoconf-edit.el2
-rw-r--r--lisp/cedet/ede/base.el2
-rw-r--r--lisp/cedet/ede/config.el2
-rw-r--r--lisp/cedet/ede/cpp-root.el2
-rw-r--r--lisp/cedet/ede/custom.el2
-rw-r--r--lisp/cedet/ede/detect.el2
-rw-r--r--lisp/cedet/ede/dired.el2
-rw-r--r--lisp/cedet/ede/emacs.el2
-rw-r--r--lisp/cedet/ede/files.el2
-rw-r--r--lisp/cedet/ede/generic.el2
-rw-r--r--lisp/cedet/ede/linux.el2
-rw-r--r--lisp/cedet/ede/locate.el2
-rw-r--r--lisp/cedet/ede/make.el2
-rw-r--r--lisp/cedet/ede/makefile-edit.el2
-rw-r--r--lisp/cedet/ede/pconf.el2
-rw-r--r--lisp/cedet/ede/pmake.el2
-rw-r--r--lisp/cedet/ede/proj-archive.el2
-rw-r--r--lisp/cedet/ede/proj-aux.el2
-rw-r--r--lisp/cedet/ede/proj-comp.el2
-rw-r--r--lisp/cedet/ede/proj-elisp.el2
-rw-r--r--lisp/cedet/ede/proj-info.el2
-rw-r--r--lisp/cedet/ede/proj-misc.el2
-rw-r--r--lisp/cedet/ede/proj-obj.el2
-rw-r--r--lisp/cedet/ede/proj-prog.el2
-rw-r--r--lisp/cedet/ede/proj-scheme.el2
-rw-r--r--lisp/cedet/ede/proj-shared.el2
-rw-r--r--lisp/cedet/ede/proj.el2
-rw-r--r--lisp/cedet/ede/project-am.el2
-rw-r--r--lisp/cedet/ede/shell.el2
-rw-r--r--lisp/cedet/ede/simple.el2
-rw-r--r--lisp/cedet/ede/source.el2
-rw-r--r--lisp/cedet/ede/speedbar.el2
-rw-r--r--lisp/cedet/ede/srecode.el2
-rw-r--r--lisp/cedet/ede/system.el2
-rw-r--r--lisp/cedet/ede/util.el2
36 files changed, 36 insertions, 36 deletions
diff --git a/lisp/cedet/ede/auto.el b/lisp/cedet/ede/auto.el
index 75f2d6bd7a9..b360694dac0 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2018 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 e7481aad267..2c5ca564797 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2000, 2009-2018 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 bfb5834d622..8e2ee164acb 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2018 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 64170fa1d0c..2cb2271783f 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric Ludlam <eric@siege-engine.com> 5;; Author: Eric Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el
index 9643578fa3c..76afe9b9bfd 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/custom.el b/lisp/cedet/ede/custom.el
index 55d4b4a5a9d..aea4fd719c5 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2018 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 25426dfeba6..2b5086a1c5a 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/dired.el b/lisp/cedet/ede/dired.el
index 361881855f8..4c21cf44ef6 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-2017 Free Software Foundation, 3;; Copyright (C) 1998-2000, 2003, 2009-2018 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 f3ba4c3e1ef..f7569327555 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/files.el b/lisp/cedet/ede/files.el
index 4ba4ab19178..36ec7a1d894 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/generic.el b/lisp/cedet/ede/generic.el
index cf91c33f1f7..915891e03b9 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/linux.el b/lisp/cedet/ede/linux.el
index 3a183b317ef..862a9e597aa 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el
index f61ce34ba92..fbc8dc8f8ff 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/make.el b/lisp/cedet/ede/make.el
index 8fcaf52a96f..8b9a38bf1c2 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-2017 Free Software Foundation, Inc. 3;;; Copyright (C) 2009-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/makefile-edit.el b/lisp/cedet/ede/makefile-edit.el
index e82577f4d35..d05fb868f00 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el
index 8dc7f689ee8..9368420a740 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-2017 Free Software Foundation, 3;;; Copyright (C) 1998-2000, 2005, 2008-2018 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 b836eafa8ce..22aa25a4a73 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2005, 2007-2018 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 a9f3c708c0c..ad2355a8512 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2001, 2009-2018 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 8c5dfa7cf77..091ea1741b7 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-2017 Free Software Foundation, 3;; Copyright (C) 1998-2000, 2007, 2009-2018 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 0537946bed4..3d390bda46d 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-2017 Free Software 3;; Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2018 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 d48311548e4..2ef91e767bb 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2005, 2007-2018 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 9ec73924254..849ef14352b 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-2017 Free Software Foundation, 3;;; Copyright (C) 1998-2001, 2004, 2007-2018 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 75e409bd74e..d85300c3123 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2001, 2008-2018 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 9fb94124c61..a34d209375b 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-2017 Free Software Foundation, 3;;; Copyright (C) 1998-2000, 2005, 2008-2018 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 2a9ea1a5131..ce1978c618f 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-2017 Free Software Foundation, 3;; Copyright (C) 1998-2001, 2005, 2008-2018 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 0c6f602fb07..fa9395dc3a5 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2000, 2009-2018 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 f4c8e7b7944..5d6ca95d7c5 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-2017 Free Software Foundation, Inc. 3;;; Copyright (C) 1998-2000, 2009-2018 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 daedd37a25c..77ecc2a4843 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2003, 2007-2018 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 de99b2939f9..d3f0648350c 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-2017 Free Software 3;; Copyright (C) 1998-2000, 2003, 2005, 2007-2018 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 dc31840ca62..7ba338d1467 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2018 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/simple.el b/lisp/cedet/ede/simple.el
index 8f084754f0c..b945d690f95 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/source.el b/lisp/cedet/ede/source.el
index b2d7680e3ca..b616af3a430 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2000, 2008-2018 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 4012fdadf71..99fe4a5562c 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-2017 Free Software 3;; Copyright (C) 1998-2001, 2003, 2005, 2007-2018 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 0658491f445..0e8e829781e 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/lisp/cedet/ede/system.el b/lisp/cedet/ede/system.el
index f5ac3e39803..734450e8361 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2003, 2009-2018 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 5535eff1e1b..7bd0bfe9aa3 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-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2000, 2005, 2009-2018 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