aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/ede
diff options
context:
space:
mode:
authorPaul Eggert2019-01-01 00:59:58 +0000
committerPaul Eggert2019-01-01 01:01:13 +0000
commit26bed8ba10eeaf0a340a8d0d760c5578dddec867 (patch)
tree4e6624f76d8bb51348fb7d86a1932efbf372b6f0 /lisp/cedet/ede
parent2814292570ab937d65c232daccc78fbd8d274a08 (diff)
downloademacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.tar.gz
emacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.zip
Update copyright year to 2019
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
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 b360694dac0..4871d51bc64 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2019 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 2c5ca564797..c243e9bf6df 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2000, 2009-2019 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 8e2ee164acb..41ab17f078d 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2019 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 2cb2271783f..285951cacc3 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2019 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 bcefb4e340c..f715187f4b3 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2019 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 aea4fd719c5..f4c34aa5727 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2019 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 5b708ae436e..73058ea6bce 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2019 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 4c21cf44ef6..cf62d470bab 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-2018 Free Software Foundation, 3;; Copyright (C) 1998-2000, 2003, 2009-2019 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 f7569327555..19400c77bff 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2019 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 c95402e365d..2372ace807f 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2019 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 915891e03b9..075c4ce0a19 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2019 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 862a9e597aa..471286bb860 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2019 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 c1c48510483..866dce6ede5 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2019 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 8b9a38bf1c2..3eb11d52bfd 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-2018 Free Software Foundation, Inc. 3;;; Copyright (C) 2009-2019 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 d05fb868f00..7d8a44bd9aa 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2019 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 9368420a740..b9712036822 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-2018 Free Software Foundation, 3;;; Copyright (C) 1998-2000, 2005, 2008-2019 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 22aa25a4a73..aa720a7e3e4 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2005, 2007-2019 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 ad2355a8512..81d2b767ad9 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2001, 2009-2019 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 091ea1741b7..8b3aec3e532 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-2018 Free Software Foundation, 3;; Copyright (C) 1998-2000, 2007, 2009-2019 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 3d390bda46d..7431191dc41 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-2018 Free Software 3;; Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2019 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 2ef91e767bb..f69dbba690c 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2005, 2007-2019 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 849ef14352b..27a11a30f32 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-2018 Free Software Foundation, 3;;; Copyright (C) 1998-2001, 2004, 2007-2019 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 d85300c3123..10021a5e50a 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2001, 2008-2019 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 a34d209375b..c5ea81b83ea 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-2018 Free Software Foundation, 3;;; Copyright (C) 1998-2000, 2005, 2008-2019 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 ce1978c618f..a7450361b17 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-2018 Free Software Foundation, 3;; Copyright (C) 1998-2001, 2005, 2008-2019 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 fa9395dc3a5..8f28d62b4ba 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2000, 2009-2019 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 5d6ca95d7c5..b21c617252a 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-2018 Free Software Foundation, Inc. 3;;; Copyright (C) 1998-2000, 2009-2019 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 77ecc2a4843..0774a4625b3 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2003, 2007-2019 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 e0fb111d076..12db0a43ce7 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-2018 Free Software 3;; Copyright (C) 1998-2000, 2003, 2005, 2007-2019 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 7ba338d1467..a20046c817c 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2019 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 b945d690f95..5b1c14bcd74 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2019 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 b616af3a430..ece99f59917 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2000, 2008-2019 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 99fe4a5562c..e471bb6f957 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-2018 Free Software 3;; Copyright (C) 1998-2001, 2003, 2005, 2007-2019 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 0e8e829781e..5217e2d6753 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2019 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 734450e8361..9999923e054 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2003, 2009-2019 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 7bd0bfe9aa3..29b8fbffade 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2000, 2005, 2009-2019 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