aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-01-01 01:48:38 -0800
committerPaul Eggert2017-01-01 01:48:59 -0800
commite6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150 (patch)
tree680f1229617e6265f563051d5d3b76a0583ddae8
parent42479446d3f2973c848f207ea840eeaab519c141 (diff)
downloademacs-e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150.tar.gz
emacs-e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150.zip
Update copyright year to 2017 in master
Run admin/update-copyright in the master branch. This fixes files that were not already fixed in the emacs-25 branch before it was merged here.
-rw-r--r--ChangeLog.32
-rw-r--r--admin/last-chance.el2
-rw-r--r--admin/ldefs-clean.el2
-rw-r--r--doc/lispref/threads.texi2
-rw-r--r--etc/NEWS.252
-rw-r--r--lib/Makefile.am2
-rw-r--r--lisp/emacs-lisp/radix-tree.el2
-rw-r--r--lisp/emacs-lisp/timer-list.el2
-rw-r--r--lisp/gnus/gnus-rfc1843.el2
-rw-r--r--lisp/net/puny.el2
-rw-r--r--lisp/obsolete/messcompat.el2
-rw-r--r--lisp/svg.el2
-rw-r--r--nt/inc/sys/resource.h2
-rw-r--r--src/sheap.h2
-rw-r--r--src/systhread.c2
-rw-r--r--src/systhread.h2
-rw-r--r--src/thread.c2
-rw-r--r--src/thread.h2
-rw-r--r--test/lisp/abbrev-tests.el2
-rw-r--r--test/lisp/buff-menu-tests.el2
-rw-r--r--test/lisp/calendar/parse-time-tests.el2
-rw-r--r--test/lisp/dired-tests.el2
-rw-r--r--test/lisp/dom-tests.el2
-rw-r--r--test/lisp/emacs-lisp/checkdoc-tests.el2
-rw-r--r--test/lisp/emacs-lisp/cl-seq-tests.el2
-rw-r--r--test/lisp/emacs-lisp/lisp-tests.el2
-rw-r--r--test/lisp/emacs-lisp/ring-tests.el2
-rw-r--r--test/lisp/emacs-lisp/rx-tests.el2
-rw-r--r--test/lisp/erc/erc-track-tests.el2
-rw-r--r--test/lisp/ffap-tests.el2
-rw-r--r--test/lisp/files-x-tests.el2
-rw-r--r--test/lisp/help-fns-tests.el2
-rw-r--r--test/lisp/htmlfontify-tests.el2
-rw-r--r--test/lisp/ibuffer-tests.el2
-rw-r--r--test/lisp/international/ucs-normalize-tests.el2
-rw-r--r--test/lisp/jit-lock-tests.el2
-rw-r--r--test/lisp/mouse-tests.el2
-rw-r--r--test/lisp/net/network-stream-tests.el2
-rw-r--r--test/lisp/net/shr-tests.el2
-rw-r--r--test/lisp/net/tramp-tests.el2
-rw-r--r--test/lisp/progmodes/cc-mode-tests.el2
-rw-r--r--test/lisp/progmodes/etags-tests.el2
-rw-r--r--test/lisp/progmodes/sql-tests.el2
-rw-r--r--test/lisp/ps-print-tests.el2
-rw-r--r--test/lisp/rot13-tests.el2
-rw-r--r--test/lisp/shell-tests.el2
-rw-r--r--test/lisp/textmodes/css-mode-tests.el2
-rw-r--r--test/lisp/url/url-auth-tests.el2
-rw-r--r--test/lisp/vc/ediff-ptch-tests.el2
-rw-r--r--test/lisp/whitespace-tests.el2
-rw-r--r--test/make-test-deps.emacs-lisp2
-rw-r--r--test/src/callproc-tests.el2
-rw-r--r--test/src/chartab-tests.el2
-rw-r--r--test/src/data-tests.el2
-rw-r--r--test/src/doc-tests.el2
-rw-r--r--test/src/editfns-tests.el2
-rw-r--r--test/src/eval-tests.el2
-rw-r--r--test/src/lread-tests.el2
-rw-r--r--test/src/marker-tests.el2
-rw-r--r--test/src/minibuf-tests.el2
-rw-r--r--test/src/regex-tests.el2
-rw-r--r--test/src/thread-tests.el2
62 files changed, 62 insertions, 62 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index afd8de5a161..835ee08ba0a 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -22606,7 +22606,7 @@ See ChangeLog.1 for earlier changes.
22606;; coding: utf-8 22606;; coding: utf-8
22607;; End: 22607;; End:
22608 22608
22609 Copyright (C) 2015-2016 Free Software Foundation, Inc. 22609 Copyright (C) 2015-2017 Free Software Foundation, Inc.
22610 22610
22611 This file is part of GNU Emacs. 22611 This file is part of GNU Emacs.
22612 22612
diff --git a/admin/last-chance.el b/admin/last-chance.el
index 02df7dea81b..cab2d4718d6 100644
--- a/admin/last-chance.el
+++ b/admin/last-chance.el
@@ -1,6 +1,6 @@
1;;; last-chance.el --- dangling deterrence -*- lexical-binding: t; -*- 1;;; last-chance.el --- dangling deterrence -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Thien-Thi Nguyen <ttn@gnu.org> 5;; Author: Thien-Thi Nguyen <ttn@gnu.org>
6;; Maintainer: emacs-devel@gnu.org 6;; Maintainer: emacs-devel@gnu.org
diff --git a/admin/ldefs-clean.el b/admin/ldefs-clean.el
index 89c77a750e9..6eabe57c7e4 100644
--- a/admin/ldefs-clean.el
+++ b/admin/ldefs-clean.el
@@ -1,4 +1,4 @@
1;; Copyright (C) 2016 Free Software Foundation, Inc. 1;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
2 2
3;; This file is part of GNU Emacs. 3;; This file is part of GNU Emacs.
4 4
diff --git a/doc/lispref/threads.texi b/doc/lispref/threads.texi
index de1c27bf186..d6cf99d2332 100644
--- a/doc/lispref/threads.texi
+++ b/doc/lispref/threads.texi
@@ -1,6 +1,6 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 2012-2016 Free Software Foundation, Inc. 3@c Copyright (C) 2012-2017 Free Software Foundation, Inc.
4@c See the file elisp.texi for copying conditions. 4@c See the file elisp.texi for copying conditions.
5@node Threads 5@node Threads
6@chapter Threads 6@chapter Threads
diff --git a/etc/NEWS.25 b/etc/NEWS.25
index f6792431907..c5e95d37c84 100644
--- a/etc/NEWS.25
+++ b/etc/NEWS.25
@@ -1,6 +1,6 @@
1GNU Emacs NEWS -- history of user-visible changes. 1GNU Emacs NEWS -- history of user-visible changes.
2 2
3Copyright (C) 2014-2016 Free Software Foundation, Inc. 3Copyright (C) 2014-2017 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6Please send Emacs bug reports to bug-gnu-emacs@gnu.org. 6Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 316c63725a7..e6d90ddd102 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,4 @@
1# Copyright 2016 Free Software Foundation, Inc. 1# Copyright 2016-2017 Free Software Foundation, Inc.
2 2
3# This file is part of GNU Emacs. 3# This file is part of GNU Emacs.
4 4
diff --git a/lisp/emacs-lisp/radix-tree.el b/lisp/emacs-lisp/radix-tree.el
index 8146bb3c283..b5e7589b951 100644
--- a/lisp/emacs-lisp/radix-tree.el
+++ b/lisp/emacs-lisp/radix-tree.el
@@ -1,6 +1,6 @@
1;;; radix-tree.el --- A simple library of radix trees -*- lexical-binding: t; -*- 1;;; radix-tree.el --- A simple library of radix trees -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6;; Keywords: 6;; Keywords:
diff --git a/lisp/emacs-lisp/timer-list.el b/lisp/emacs-lisp/timer-list.el
index 9b13e52dd7c..1a38254bcba 100644
--- a/lisp/emacs-lisp/timer-list.el
+++ b/lisp/emacs-lisp/timer-list.el
@@ -1,6 +1,6 @@
1;;; timer-list.el --- list active timers in a buffer 1;;; timer-list.el --- list active timers in a buffer
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Maintainer: emacs-devel@gnu.org 5;; Maintainer: emacs-devel@gnu.org
6;; Package: emacs 6;; Package: emacs
diff --git a/lisp/gnus/gnus-rfc1843.el b/lisp/gnus/gnus-rfc1843.el
index 4e6fdc6d877..a47e19b8f0d 100644
--- a/lisp/gnus/gnus-rfc1843.el
+++ b/lisp/gnus/gnus-rfc1843.el
@@ -1,6 +1,6 @@
1;;; gnus-rfc1843.el --- HZ (rfc1843) decoding interface functions for Gnus 1;;; gnus-rfc1843.el --- HZ (rfc1843) decoding interface functions for Gnus
2 2
3;; Copyright (C) 1998-2016 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2017 Free Software Foundation, Inc.
4 4
5;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> 5;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
6;; Keywords: news HZ HZ+ mail i18n 6;; Keywords: news HZ HZ+ mail i18n
diff --git a/lisp/net/puny.el b/lisp/net/puny.el
index 50bde85287d..c718d958be1 100644
--- a/lisp/net/puny.el
+++ b/lisp/net/puny.el
@@ -1,6 +1,6 @@
1;;; puny.el --- translate non-ASCII domain names to ASCII 1;;; puny.el --- translate non-ASCII domain names to ASCII
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6;; Keywords: mail, net 6;; Keywords: mail, net
diff --git a/lisp/obsolete/messcompat.el b/lisp/obsolete/messcompat.el
index faebcc84cba..46adf836005 100644
--- a/lisp/obsolete/messcompat.el
+++ b/lisp/obsolete/messcompat.el
@@ -1,6 +1,6 @@
1;;; messcompat.el --- making message mode compatible with mail mode 1;;; messcompat.el --- making message mode compatible with mail mode
2 2
3;; Copyright (C) 1996-2016 Free Software Foundation, Inc. 3;; Copyright (C) 1996-2017 Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6;; Keywords: mail, news 6;; Keywords: mail, news
diff --git a/lisp/svg.el b/lisp/svg.el
index a92c6dfb610..65e031b3875 100644
--- a/lisp/svg.el
+++ b/lisp/svg.el
@@ -1,6 +1,6 @@
1;;; svg.el --- SVG image creation functions -*- lexical-binding: t -*- 1;;; svg.el --- SVG image creation functions -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6;; Keywords: image 6;; Keywords: image
diff --git a/nt/inc/sys/resource.h b/nt/inc/sys/resource.h
index dfa0318cb40..2964a643d35 100644
--- a/nt/inc/sys/resource.h
+++ b/nt/inc/sys/resource.h
@@ -1,6 +1,6 @@
1/* A limited emulation of sys/resource.h. 1/* A limited emulation of sys/resource.h.
2 2
3Copyright (C) 2016 Free Software Foundation, Inc. 3Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/sheap.h b/src/sheap.h
index c229a1b06ed..023db8c0fc3 100644
--- a/src/sheap.h
+++ b/src/sheap.h
@@ -1,6 +1,6 @@
1/* Static heap allocation for GNU Emacs. 1/* Static heap allocation for GNU Emacs.
2 2
3Copyright 2016 Free Software Foundation, Inc. 3Copyright 2016-2017 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/systhread.c b/src/systhread.c
index a2c556fd8e3..a1b3eae64a6 100644
--- a/src/systhread.c
+++ b/src/systhread.c
@@ -1,5 +1,5 @@
1/* System thread definitions 1/* System thread definitions
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/systhread.h b/src/systhread.h
index ffe2998c23a..c007d3ceb53 100644
--- a/src/systhread.h
+++ b/src/systhread.h
@@ -1,5 +1,5 @@
1/* System thread definitions 1/* System thread definitions
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/thread.c b/src/thread.c
index 9a1198a0ccb..01e8aa736ce 100644
--- a/src/thread.c
+++ b/src/thread.c
@@ -1,5 +1,5 @@
1/* Threading code. 1/* Threading code.
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/thread.h b/src/thread.h
index e6dc668f95a..9e94de5c175 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -1,5 +1,5 @@
1/* Thread definitions 1/* Thread definitions
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/test/lisp/abbrev-tests.el b/test/lisp/abbrev-tests.el
index c747e19db88..a454471ae3b 100644
--- a/test/lisp/abbrev-tests.el
+++ b/test/lisp/abbrev-tests.el
@@ -1,6 +1,6 @@
1;;; abbrev-tests.el --- Test suite for abbrevs -*- lexical-binding: t; -*- 1;;; abbrev-tests.el --- Test suite for abbrevs -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
4 4
5;; Author: Eli Zaretskii <eliz@gnu.org> 5;; Author: Eli Zaretskii <eliz@gnu.org>
6;; Keywords: abbrevs 6;; Keywords: abbrevs
diff --git a/test/lisp/buff-menu-tests.el b/test/lisp/buff-menu-tests.el
index 5bfdfba7a21..43214f25060 100644
--- a/test/lisp/buff-menu-tests.el
+++ b/test/lisp/buff-menu-tests.el
@@ -1,6 +1,6 @@
1;;; buff-menu-tests.el --- Test suite for buff-menu.el -*- lexical-binding: t -*- 1;;; buff-menu-tests.el --- Test suite for buff-menu.el -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Tino Calancha <tino.calancha@gmail.com> 5;; Author: Tino Calancha <tino.calancha@gmail.com>
6 6
diff --git a/test/lisp/calendar/parse-time-tests.el b/test/lisp/calendar/parse-time-tests.el
index 6dc23372f24..26b4e9e44db 100644
--- a/test/lisp/calendar/parse-time-tests.el
+++ b/test/lisp/calendar/parse-time-tests.el
@@ -1,6 +1,6 @@
1;; parse-time-tests.el --- Test suite for parse-time.el 1;; parse-time-tests.el --- Test suite for parse-time.el
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Lars Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Ingebrigtsen <larsi@gnus.org>
6 6
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el
index 6dd4bb91bc2..489f8fdfea3 100644
--- a/test/lisp/dired-tests.el
+++ b/test/lisp/dired-tests.el
@@ -1,6 +1,6 @@
1;;; dired-tests.el --- Test suite. -*- lexical-binding: t -*- 1;;; dired-tests.el --- Test suite. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 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/test/lisp/dom-tests.el b/test/lisp/dom-tests.el
index ca6bfbf84b5..09114bd794a 100644
--- a/test/lisp/dom-tests.el
+++ b/test/lisp/dom-tests.el
@@ -1,6 +1,6 @@
1;;; dom-tests.el --- Tests for dom.el -*- lexical-binding: t; -*- 1;;; dom-tests.el --- Tests for dom.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Simen Heggestøyl <simenheg@gmail.com> 5;; Author: Simen Heggestøyl <simenheg@gmail.com>
6;; Keywords: 6;; Keywords:
diff --git a/test/lisp/emacs-lisp/checkdoc-tests.el b/test/lisp/emacs-lisp/checkdoc-tests.el
index 02db88c17e2..ac1375e1d32 100644
--- a/test/lisp/emacs-lisp/checkdoc-tests.el
+++ b/test/lisp/emacs-lisp/checkdoc-tests.el
@@ -1,6 +1,6 @@
1;;; checkdoc-tests.el --- unit tests for checkdoc.el -*- lexical-binding: t; -*- 1;;; checkdoc-tests.el --- unit tests for checkdoc.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Google Inc. 5;; Author: Google Inc.
6 6
diff --git a/test/lisp/emacs-lisp/cl-seq-tests.el b/test/lisp/emacs-lisp/cl-seq-tests.el
index 02d9246db21..3740b5c1836 100644
--- a/test/lisp/emacs-lisp/cl-seq-tests.el
+++ b/test/lisp/emacs-lisp/cl-seq-tests.el
@@ -1,6 +1,6 @@
1;;; cl-seq-tests.el --- Tests for cl-seq.el functionality -*- lexical-binding: t; -*- 1;;; cl-seq-tests.el --- Tests for cl-seq.el functionality -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
4 4
5;; Author: Nicolas Richard <youngfrog@members.fsf.org> 5;; Author: Nicolas Richard <youngfrog@members.fsf.org>
6 6
diff --git a/test/lisp/emacs-lisp/lisp-tests.el b/test/lisp/emacs-lisp/lisp-tests.el
index 2dadae95536..8cba7fc526a 100644
--- a/test/lisp/emacs-lisp/lisp-tests.el
+++ b/test/lisp/emacs-lisp/lisp-tests.el
@@ -1,6 +1,6 @@
1;;; lisp-tests.el --- Test Lisp editing commands -*- lexical-binding: t; -*- 1;;; lisp-tests.el --- Test Lisp editing commands -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2013-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2017 Free Software Foundation, Inc.
4 4
5;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com> 5;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com>
6;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 6;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/test/lisp/emacs-lisp/ring-tests.el b/test/lisp/emacs-lisp/ring-tests.el
index affde8914bd..c869f9dc875 100644
--- a/test/lisp/emacs-lisp/ring-tests.el
+++ b/test/lisp/emacs-lisp/ring-tests.el
@@ -1,6 +1,6 @@
1;;; ring-tests.el --- Tests for ring.el -*- lexical-binding: t; -*- 1;;; ring-tests.el --- Tests for ring.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Simen Heggestøyl <simenheg@gmail.com> 5;; Author: Simen Heggestøyl <simenheg@gmail.com>
6;; Keywords: 6;; Keywords:
diff --git a/test/lisp/emacs-lisp/rx-tests.el b/test/lisp/emacs-lisp/rx-tests.el
index 7ff45f650cb..8b7945c9d27 100644
--- a/test/lisp/emacs-lisp/rx-tests.el
+++ b/test/lisp/emacs-lisp/rx-tests.el
@@ -1,6 +1,6 @@
1;;; rx-tests.el --- test for rx.el functions -*- lexical-binding: t -*- 1;;; rx-tests.el --- test for rx.el functions -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 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/test/lisp/erc/erc-track-tests.el b/test/lisp/erc/erc-track-tests.el
index 7cf3ef7bb2f..da119ed4b13 100644
--- a/test/lisp/erc/erc-track-tests.el
+++ b/test/lisp/erc/erc-track-tests.el
@@ -1,6 +1,6 @@
1;;; erc-track-tests.el --- Tests for erc-track. 1;;; erc-track-tests.el --- Tests for erc-track.
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Author: Vivek Dasmohapatra <vivek@etla.org> 6;; Author: Vivek Dasmohapatra <vivek@etla.org>
diff --git a/test/lisp/ffap-tests.el b/test/lisp/ffap-tests.el
index 61fa891fe72..1ba5f86a887 100644
--- a/test/lisp/ffap-tests.el
+++ b/test/lisp/ffap-tests.el
@@ -1,6 +1,6 @@
1;;; ffap-tests.el --- Test suite for ffap.el -*- lexical-binding: t -*- 1;;; ffap-tests.el --- Test suite for ffap.el -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Tino Calancha <tino.calancha@gmail.com> 5;; Author: Tino Calancha <tino.calancha@gmail.com>
6 6
diff --git a/test/lisp/files-x-tests.el b/test/lisp/files-x-tests.el
index 8f2c11d391c..88b58fe9576 100644
--- a/test/lisp/files-x-tests.el
+++ b/test/lisp/files-x-tests.el
@@ -1,6 +1,6 @@
1;;; files-x-tests.el --- tests for files-x.el. 1;;; files-x-tests.el --- tests for files-x.el.
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <michael.albinus@gmx.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6 6
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el
index ba0d8ed8e38..0ab6c3cae76 100644
--- a/test/lisp/help-fns-tests.el
+++ b/test/lisp/help-fns-tests.el
@@ -1,6 +1,6 @@
1;;; help-fns.el --- tests for help-fns.el 1;;; help-fns.el --- tests for help-fns.el
2 2
3;; Copyright (C) 2014-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
4 4
5;; Maintainer: emacs-devel@gnu.org 5;; Maintainer: emacs-devel@gnu.org
6 6
diff --git a/test/lisp/htmlfontify-tests.el b/test/lisp/htmlfontify-tests.el
index 012e170f4d6..15eb7c170c9 100644
--- a/test/lisp/htmlfontify-tests.el
+++ b/test/lisp/htmlfontify-tests.el
@@ -1,6 +1,6 @@
1;;; htmlfontify-tests.el --- Test suite. -*- lexical-binding: t -*- 1;;; htmlfontify-tests.el --- Test suite. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 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/test/lisp/ibuffer-tests.el b/test/lisp/ibuffer-tests.el
index 40760abd96a..fb632e2073d 100644
--- a/test/lisp/ibuffer-tests.el
+++ b/test/lisp/ibuffer-tests.el
@@ -1,6 +1,6 @@
1;;; ibuffer-tests.el --- Test suite. -*- lexical-binding: t -*- 1;;; ibuffer-tests.el --- Test suite. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 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/test/lisp/international/ucs-normalize-tests.el b/test/lisp/international/ucs-normalize-tests.el
index 42cf805b778..d85efe2d7bf 100644
--- a/test/lisp/international/ucs-normalize-tests.el
+++ b/test/lisp/international/ucs-normalize-tests.el
@@ -1,6 +1,6 @@
1;;; ucs-normalize --- tests for international/ucs-normalize.el -*- lexical-binding: t -*- 1;;; ucs-normalize --- tests for international/ucs-normalize.el -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2002-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2017 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/test/lisp/jit-lock-tests.el b/test/lisp/jit-lock-tests.el
index dcb6936e320..22d1e015db4 100644
--- a/test/lisp/jit-lock-tests.el
+++ b/test/lisp/jit-lock-tests.el
@@ -1,6 +1,6 @@
1;;; jit-lock-tests.el --- tests for jit-lock 1;;; jit-lock-tests.el --- tests for jit-lock
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Dmitry Gutov <dgutov@yandex.ru> 5;; Author: Dmitry Gutov <dgutov@yandex.ru>
6 6
diff --git a/test/lisp/mouse-tests.el b/test/lisp/mouse-tests.el
index 204f5d3b8d8..fffaa2fa53d 100644
--- a/test/lisp/mouse-tests.el
+++ b/test/lisp/mouse-tests.el
@@ -1,6 +1,6 @@
1;;; mouse-tests.el --- unit tests for mouse.el -*- lexical-binding: t; -*- 1;;; mouse-tests.el --- unit tests for mouse.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Philipp Stephani <phst@google.com> 5;; Author: Philipp Stephani <phst@google.com>
6 6
diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el
index afffeeb1932..b237fea3dd1 100644
--- a/test/lisp/net/network-stream-tests.el
+++ b/test/lisp/net/network-stream-tests.el
@@ -1,6 +1,6 @@
1;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- 1;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Lars Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Ingebrigtsen <larsi@gnus.org>
6 6
diff --git a/test/lisp/net/shr-tests.el b/test/lisp/net/shr-tests.el
index 501916fc8bf..c82338af73e 100644
--- a/test/lisp/net/shr-tests.el
+++ b/test/lisp/net/shr-tests.el
@@ -1,6 +1,6 @@
1;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- 1;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Lars Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Ingebrigtsen <larsi@gnus.org>
6 6
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 22b60db04f5..02e5d18b7fe 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -1,6 +1,6 @@
1;;; tramp-tests.el --- Tests of remote file access 1;;; tramp-tests.el --- Tests of remote file access
2 2
3;; Copyright (C) 2013-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2017 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <michael.albinus@gmx.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6 6
diff --git a/test/lisp/progmodes/cc-mode-tests.el b/test/lisp/progmodes/cc-mode-tests.el
index 62e0a738fbd..10f424f5282 100644
--- a/test/lisp/progmodes/cc-mode-tests.el
+++ b/test/lisp/progmodes/cc-mode-tests.el
@@ -1,6 +1,6 @@
1;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binding: t; -*- 1;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Michal Nazarewicz <mina86@mina86.com> 5;; Author: Michal Nazarewicz <mina86@mina86.com>
6;; Keywords: internal 6;; Keywords: internal
diff --git a/test/lisp/progmodes/etags-tests.el b/test/lisp/progmodes/etags-tests.el
index a992a17dc46..eec8a02f1b1 100644
--- a/test/lisp/progmodes/etags-tests.el
+++ b/test/lisp/progmodes/etags-tests.el
@@ -1,6 +1,6 @@
1;;; etags-tests.el --- Test suite for etags.el. 1;;; etags-tests.el --- Test suite for etags.el.
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Eli Zaretskii <eliz@gnu.org> 5;; Author: Eli Zaretskii <eliz@gnu.org>
6 6
diff --git a/test/lisp/progmodes/sql-tests.el b/test/lisp/progmodes/sql-tests.el
index e05247a60ed..27a72aa2c23 100644
--- a/test/lisp/progmodes/sql-tests.el
+++ b/test/lisp/progmodes/sql-tests.el
@@ -1,6 +1,6 @@
1;;; sql-tests.el --- Tests for sql.el -*- lexical-binding: t; -*- 1;;; sql-tests.el --- Tests for sql.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Simen Heggestøyl <simenheg@gmail.com> 5;; Author: Simen Heggestøyl <simenheg@gmail.com>
6;; Keywords: 6;; Keywords:
diff --git a/test/lisp/ps-print-tests.el b/test/lisp/ps-print-tests.el
index 9ebd31b7460..e1df37b645d 100644
--- a/test/lisp/ps-print-tests.el
+++ b/test/lisp/ps-print-tests.el
@@ -1,6 +1,6 @@
1;;; ps-print-tests.el --- Test suite for ps-print.el -*- lexical-binding: t; -*- 1;;; ps-print-tests.el --- Test suite for ps-print.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
4 4
5;; Author: Phillip Lord <phillip.lord@russet.org.uk> 5;; Author: Phillip Lord <phillip.lord@russet.org.uk>
6 6
diff --git a/test/lisp/rot13-tests.el b/test/lisp/rot13-tests.el
index a31dc50f8fc..70fe34510dd 100644
--- a/test/lisp/rot13-tests.el
+++ b/test/lisp/rot13-tests.el
@@ -1,6 +1,6 @@
1;;; rot13-tests.el --- Tests for rot13.el -*- lexical-binding: t; -*- 1;;; rot13-tests.el --- Tests for rot13.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Simen Heggestøyl <simenheg@gmail.com> 5;; Author: Simen Heggestøyl <simenheg@gmail.com>
6;; Keywords: 6;; Keywords:
diff --git a/test/lisp/shell-tests.el b/test/lisp/shell-tests.el
index be8f7d5c139..6eb9cdcdd18 100644
--- a/test/lisp/shell-tests.el
+++ b/test/lisp/shell-tests.el
@@ -1,6 +1,6 @@
1;;; shell-tests.el -*- lexical-binding:t -*- 1;;; shell-tests.el -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2010-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2017 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/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el
index f92ac111142..6eb32ea7fc4 100644
--- a/test/lisp/textmodes/css-mode-tests.el
+++ b/test/lisp/textmodes/css-mode-tests.el
@@ -1,6 +1,6 @@
1;;; css-mode-tests.el --- Test suite for CSS mode -*- lexical-binding: t; -*- 1;;; css-mode-tests.el --- Test suite for CSS mode -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Simen Heggestøyl <simenheg@gmail.com> 5;; Author: Simen Heggestøyl <simenheg@gmail.com>
6;; Keywords: internal 6;; Keywords: internal
diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el
index bc30f3518e4..11e5a479720 100644
--- a/test/lisp/url/url-auth-tests.el
+++ b/test/lisp/url/url-auth-tests.el
@@ -1,6 +1,6 @@
1;;; url-auth-tests.el --- Test suite for url-auth. 1;;; url-auth-tests.el --- Test suite for url-auth.
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
4 4
5;; Author: Jarno Malmari <jarno@malmari.fi> 5;; Author: Jarno Malmari <jarno@malmari.fi>
6 6
diff --git a/test/lisp/vc/ediff-ptch-tests.el b/test/lisp/vc/ediff-ptch-tests.el
index 427423a7407..912c6b1e818 100644
--- a/test/lisp/vc/ediff-ptch-tests.el
+++ b/test/lisp/vc/ediff-ptch-tests.el
@@ -1,6 +1,6 @@
1;;; ediff-ptch-tests.el --- Tests for ediff-ptch.el 1;;; ediff-ptch-tests.el --- Tests for ediff-ptch.el
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Tino Calancha <tino.calancha@gmail.com> 5;; Author: Tino Calancha <tino.calancha@gmail.com>
6 6
diff --git a/test/lisp/whitespace-tests.el b/test/lisp/whitespace-tests.el
index ffd2e65d9ae..99cc3c4ec07 100644
--- a/test/lisp/whitespace-tests.el
+++ b/test/lisp/whitespace-tests.el
@@ -1,6 +1,6 @@
1;;; whitespace-tests.el --- Test suite for whitespace -*- lexical-binding: t -*- 1;;; whitespace-tests.el --- Test suite for whitespace -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 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/test/make-test-deps.emacs-lisp b/test/make-test-deps.emacs-lisp
index 9edeef3d2a8..609e9276186 100644
--- a/test/make-test-deps.emacs-lisp
+++ b/test/make-test-deps.emacs-lisp
@@ -1,6 +1,6 @@
1;; -*- emacs-lisp -*- 1;; -*- emacs-lisp -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 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/test/src/callproc-tests.el b/test/src/callproc-tests.el
index 46541aba78c..853d56e827d 100644
--- a/test/src/callproc-tests.el
+++ b/test/src/callproc-tests.el
@@ -1,6 +1,6 @@
1;;; callproc-tests.el --- callproc.c tests -*- lexical-binding: t -*- 1;;; callproc-tests.el --- callproc.c tests -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 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/test/src/chartab-tests.el b/test/src/chartab-tests.el
index 016ddcdde61..54fcdcffbae 100644
--- a/test/src/chartab-tests.el
+++ b/test/src/chartab-tests.el
@@ -1,6 +1,6 @@
1;;; chartab-tests.el --- Tests for char-tab.c 1;;; chartab-tests.el --- Tests for char-tab.c
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Eli Zaretskii <eliz@gnu.org> 5;; Author: Eli Zaretskii <eliz@gnu.org>
6 6
diff --git a/test/src/data-tests.el b/test/src/data-tests.el
index 757522e399b..2e4a6aa2e8a 100644
--- a/test/src/data-tests.el
+++ b/test/src/data-tests.el
@@ -1,6 +1,6 @@
1;;; data-tests.el --- tests for src/data.c 1;;; data-tests.el --- tests for src/data.c
2 2
3;; Copyright (C) 2013-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2017 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/test/src/doc-tests.el b/test/src/doc-tests.el
index be490545747..8e5446e2a4b 100644
--- a/test/src/doc-tests.el
+++ b/test/src/doc-tests.el
@@ -1,6 +1,6 @@
1;;; doc-tests.el --- Tests for doc.c 1;;; doc-tests.el --- Tests for doc.c
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Eli Zaretskii <eliz@gnu.org> 5;; Author: Eli Zaretskii <eliz@gnu.org>
6 6
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el
index 2f90d1e7495..7b4f41aab5d 100644
--- a/test/src/editfns-tests.el
+++ b/test/src/editfns-tests.el
@@ -1,6 +1,6 @@
1;;; editfns-tests.el -- tests for editfns.c 1;;; editfns-tests.el -- tests for editfns.c
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 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/test/src/eval-tests.el b/test/src/eval-tests.el
index fe08506ed25..a1fe8ccd7d9 100644
--- a/test/src/eval-tests.el
+++ b/test/src/eval-tests.el
@@ -1,6 +1,6 @@
1;;; eval-tests.el --- unit tests for src/eval.c -*- lexical-binding: t; -*- 1;;; eval-tests.el --- unit tests for src/eval.c -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Philipp Stephani <phst@google.com> 5;; Author: Philipp Stephani <phst@google.com>
6 6
diff --git a/test/src/lread-tests.el b/test/src/lread-tests.el
index 609f82ec20b..a783afd3128 100644
--- a/test/src/lread-tests.el
+++ b/test/src/lread-tests.el
@@ -1,6 +1,6 @@
1;;; lread-tests.el --- tests for lread.c -*- lexical-binding: t; -*- 1;;; lread-tests.el --- tests for lread.c -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Philipp Stephani <phst@google.com> 5;; Author: Philipp Stephani <phst@google.com>
6 6
diff --git a/test/src/marker-tests.el b/test/src/marker-tests.el
index 18d49addb2f..20ce8f4cc04 100644
--- a/test/src/marker-tests.el
+++ b/test/src/marker-tests.el
@@ -1,6 +1,6 @@
1;;; marker-tests.el --- tests for marker.c functions -*- lexical-binding: t -*- 1;;; marker-tests.el --- tests for marker.c functions -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 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/test/src/minibuf-tests.el b/test/src/minibuf-tests.el
index 82ac0373cb4..cb14819d349 100644
--- a/test/src/minibuf-tests.el
+++ b/test/src/minibuf-tests.el
@@ -1,6 +1,6 @@
1;;; minibuf-tests.el --- tests for minibuf.c functions -*- lexical-binding: t -*- 1;;; minibuf-tests.el --- tests for minibuf.c functions -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2016 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 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/test/src/regex-tests.el b/test/src/regex-tests.el
index c4844c7cdbc..74c27111cfe 100644
--- a/test/src/regex-tests.el
+++ b/test/src/regex-tests.el
@@ -1,6 +1,6 @@
1;;; regex-tests.el --- tests for regex.c functions -*- lexical-binding: t -*- 1;;; regex-tests.el --- tests for regex.c functions -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2017 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/test/src/thread-tests.el b/test/src/thread-tests.el
index 73da72e8369..2e5a3bcc1fa 100644
--- a/test/src/thread-tests.el
+++ b/test/src/thread-tests.el
@@ -1,6 +1,6 @@
1;;; threads.el --- tests for threads. 1;;; threads.el --- tests for threads.
2 2
3;; Copyright (C) 2012-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2017 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6