aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2018-12-31 18:41:28 -0800
committerPaul Eggert2018-12-31 18:47:22 -0800
commita04bf15130f5d4e1bc79e1709461fe95345bdb2a (patch)
tree238a962b903ca87b5add09f899f174962b060383
parent115498702da91dc75d05bd0dea64f98cc6157327 (diff)
downloademacs-a04bf15130f5d4e1bc79e1709461fe95345bdb2a.tar.gz
emacs-a04bf15130f5d4e1bc79e1709461fe95345bdb2a.zip
Update more copyright years
Update some other copyright years automatically, by running: Run 'UPDATE_COPYRIGHT_YEAR=2019 \ UPDATE_COPYRIGHT_USE_INTERVALS=1 \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright' followed by 'admin/merge-gnulib'.
-rwxr-xr-xadmin/automerge2
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/emacs-lisp/backtrace.el2
-rw-r--r--lisp/emacs-lisp/faceup.el2
-rw-r--r--lisp/emacs-lisp/text-property-search.el2
-rw-r--r--lisp/jsonrpc.el2
-rw-r--r--lisp/multifile.el2
-rw-r--r--lisp/net/tramp-archive.el2
-rw-r--r--lisp/net/tramp-rclone.el2
-rw-r--r--lisp/net/tramp-sudoedit.el2
-rw-r--r--lisp/progmodes/flymake-cc.el2
-rw-r--r--lisp/thread.el2
-rw-r--r--src/bignum.c2
-rw-r--r--src/bignum.h2
-rw-r--r--src/json.c2
-rw-r--r--src/mini-gmp-emacs.c2
-rw-r--r--src/mini-gmp.c2
-rw-r--r--src/mini-gmp.h2
-rw-r--r--src/ptr-bounds.h2
-rw-r--r--src/regex-emacs.h4
-rw-r--r--src/timefns.c2
-rw-r--r--src/w32cygwinx.c2
-rw-r--r--test/lisp/custom-tests.el2
-rw-r--r--test/lisp/emacs-lisp/backtrace-tests.el2
-rw-r--r--test/lisp/emacs-lisp/cconv-tests.el2
-rw-r--r--test/lisp/emacs-lisp/cl-preloaded-tests.el2
-rw-r--r--test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el2
-rw-r--r--test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el2
-rw-r--r--test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el2
-rw-r--r--test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el2
-rw-r--r--test/lisp/emacs-lisp/text-property-search-tests.el2
-rw-r--r--test/lisp/eshell/esh-opt-tests.el2
-rw-r--r--test/lisp/international/ccl-tests.el2
-rw-r--r--test/lisp/jsonrpc-tests.el2
-rw-r--r--test/lisp/net/secrets-tests.el2
-rw-r--r--test/lisp/net/tramp-archive-tests.el2
-rw-r--r--test/lisp/progmodes/tcl-tests.el2
-rw-r--r--test/lisp/textmodes/fill-tests.el2
-rw-r--r--test/lisp/thread-tests.el2
-rw-r--r--test/lisp/url/url-handlers-test.el2
-rw-r--r--test/src/callint-tests.el2
-rw-r--r--test/src/json-tests.el2
-rw-r--r--test/src/timefns-tests.el2
43 files changed, 44 insertions, 44 deletions
diff --git a/admin/automerge b/admin/automerge
index 8bf981744b7..405fd9ed614 100755
--- a/admin/automerge
+++ b/admin/automerge
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2### automerge - automatically merge the Emacs release branch to master 2### automerge - automatically merge the Emacs release branch to master
3 3
4## Copyright (C) 2018 Free Software Foundation, Inc. 4## Copyright (C) 2018-2019 Free Software Foundation, Inc.
5 5
6## Author: Glenn Morris <rgm@gnu.org> 6## Author: Glenn Morris <rgm@gnu.org>
7 7
diff --git a/etc/NEWS b/etc/NEWS
index fc8203e6186..75e2c1bf98a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,6 +1,6 @@
1GNU Emacs NEWS -- history of user-visible changes. 1GNU Emacs NEWS -- history of user-visible changes.
2 2
3Copyright (C) 2017-2018 Free Software Foundation, Inc. 3Copyright (C) 2017-2019 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/lisp/emacs-lisp/backtrace.el b/lisp/emacs-lisp/backtrace.el
index e82d4f5a5a2..60d146e24a8 100644
--- a/lisp/emacs-lisp/backtrace.el
+++ b/lisp/emacs-lisp/backtrace.el
@@ -1,6 +1,6 @@
1;;; backtrace.el --- generic major mode for Elisp backtraces -*- lexical-binding: t -*- 1;;; backtrace.el --- generic major mode for Elisp backtraces -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Gemini Lasswell 5;; Author: Gemini Lasswell
6;; Keywords: lisp, tools, maint 6;; Keywords: lisp, tools, maint
diff --git a/lisp/emacs-lisp/faceup.el b/lisp/emacs-lisp/faceup.el
index bbf4c5da7e5..7527f532c57 100644
--- a/lisp/emacs-lisp/faceup.el
+++ b/lisp/emacs-lisp/faceup.el
@@ -1,6 +1,6 @@
1;;; faceup.el --- Markup language for faces and font-lock regression testing -*- lexical-binding: t -*- 1;;; faceup.el --- Markup language for faces and font-lock regression testing -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2013-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2019 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Version: 0.0.6 6;; Version: 0.0.6
diff --git a/lisp/emacs-lisp/text-property-search.el b/lisp/emacs-lisp/text-property-search.el
index b4644024583..41ca07057e0 100644
--- a/lisp/emacs-lisp/text-property-search.el
+++ b/lisp/emacs-lisp/text-property-search.el
@@ -1,6 +1,6 @@
1;;; text-property-search.el --- search for text properties -*- lexical-binding:t -*- 1;;; text-property-search.el --- search for text properties -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6;; Keywords: convenience 6;; Keywords: convenience
diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el
index af69aa4dfd5..c02e6859743 100644
--- a/lisp/jsonrpc.el
+++ b/lisp/jsonrpc.el
@@ -1,6 +1,6 @@
1;;; jsonrpc.el --- JSON-RPC library -*- lexical-binding: t; -*- 1;;; jsonrpc.el --- JSON-RPC library -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: João Távora <joaotavora@gmail.com> 5;; Author: João Távora <joaotavora@gmail.com>
6;; Maintainer: João Távora <joaotavora@gmail.com> 6;; Maintainer: João Távora <joaotavora@gmail.com>
diff --git a/lisp/multifile.el b/lisp/multifile.el
index 712da5cc774..a40f80947fb 100644
--- a/lisp/multifile.el
+++ b/lisp/multifile.el
@@ -1,6 +1,6 @@
1;;; multifile.el --- Operations on multiple files -*- lexical-binding: t; -*- 1;;; multifile.el --- Operations on multiple files -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6 6
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el
index 03b1eed9704..e4a7b157a02 100644
--- a/lisp/net/tramp-archive.el
+++ b/lisp/net/tramp-archive.el
@@ -1,6 +1,6 @@
1;;; tramp-archive.el --- Tramp archive manager -*- lexical-binding:t -*- 1;;; tramp-archive.el --- Tramp archive manager -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2017-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2019 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <michael.albinus@gmx.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6;; Keywords: comm, processes 6;; Keywords: comm, processes
diff --git a/lisp/net/tramp-rclone.el b/lisp/net/tramp-rclone.el
index d5e268eb20c..0aa110d9a46 100644
--- a/lisp/net/tramp-rclone.el
+++ b/lisp/net/tramp-rclone.el
@@ -1,6 +1,6 @@
1;;; tramp-rclone.el --- Tramp access functions to cloud storages -*- lexical-binding:t -*- 1;;; tramp-rclone.el --- Tramp access functions to cloud storages -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <michael.albinus@gmx.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6;; Keywords: comm, processes 6;; Keywords: comm, processes
diff --git a/lisp/net/tramp-sudoedit.el b/lisp/net/tramp-sudoedit.el
index f7a3b30ffcd..6ac20121054 100644
--- a/lisp/net/tramp-sudoedit.el
+++ b/lisp/net/tramp-sudoedit.el
@@ -1,6 +1,6 @@
1;;; tramp-sudoedit.el --- Functions for accessing under root permissions -*- lexical-binding:t -*- 1;;; tramp-sudoedit.el --- Functions for accessing under root permissions -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <michael.albinus@gmx.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6;; Keywords: comm, processes 6;; Keywords: comm, processes
diff --git a/lisp/progmodes/flymake-cc.el b/lisp/progmodes/flymake-cc.el
index c95d32668fe..e8069f5c17b 100644
--- a/lisp/progmodes/flymake-cc.el
+++ b/lisp/progmodes/flymake-cc.el
@@ -1,6 +1,6 @@
1;;; flymake-cc.el --- Flymake support for GNU tools for C/C++ -*- lexical-binding: t; -*- 1;;; flymake-cc.el --- Flymake support for GNU tools for C/C++ -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: João Távora <joaotavora@gmail.com> 5;; Author: João Távora <joaotavora@gmail.com>
6;; Keywords: languages, c 6;; Keywords: languages, c
diff --git a/lisp/thread.el b/lisp/thread.el
index 7974a2603cb..e8f3cc7da6a 100644
--- a/lisp/thread.el
+++ b/lisp/thread.el
@@ -1,6 +1,6 @@
1;;; thread.el --- Thread support in Emacs Lisp -*- lexical-binding: t -*- 1;;; thread.el --- Thread support in Emacs Lisp -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Gemini Lasswell <gazally@runbox.com> 5;; Author: Gemini Lasswell <gazally@runbox.com>
6;; Maintainer: emacs-devel@gnu.org 6;; Maintainer: emacs-devel@gnu.org
diff --git a/src/bignum.c b/src/bignum.c
index e3db0377a53..14c4cdb82ac 100644
--- a/src/bignum.c
+++ b/src/bignum.c
@@ -1,6 +1,6 @@
1/* Big numbers for Emacs. 1/* Big numbers for Emacs.
2 2
3Copyright 2018 Free Software Foundation, Inc. 3Copyright 2018-2019 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/bignum.h b/src/bignum.h
index fd035e6e14d..4c670bd906f 100644
--- a/src/bignum.h
+++ b/src/bignum.h
@@ -1,6 +1,6 @@
1/* Big numbers for Emacs. 1/* Big numbers for Emacs.
2 2
3Copyright 2018 Free Software Foundation, Inc. 3Copyright 2018-2019 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/json.c b/src/json.c
index 770b63c1da2..46fb97a99e8 100644
--- a/src/json.c
+++ b/src/json.c
@@ -1,6 +1,6 @@
1/* JSON parsing and serialization. 1/* JSON parsing and serialization.
2 2
3Copyright (C) 2017-2018 Free Software Foundation, Inc. 3Copyright (C) 2017-2019 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/mini-gmp-emacs.c b/src/mini-gmp-emacs.c
index 7a1b7ab5de5..051590bf8be 100644
--- a/src/mini-gmp-emacs.c
+++ b/src/mini-gmp-emacs.c
@@ -1,6 +1,6 @@
1/* Tailor mini-gmp.c for GNU Emacs 1/* Tailor mini-gmp.c for GNU Emacs
2 2
3Copyright 2018 Free Software Foundation, Inc. 3Copyright 2018-2019 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/mini-gmp.c b/src/mini-gmp.c
index c0d5b879a83..90beb6e8327 100644
--- a/src/mini-gmp.c
+++ b/src/mini-gmp.c
@@ -2,7 +2,7 @@
2 2
3 Contributed to the GNU project by Niels Möller 3 Contributed to the GNU project by Niels Möller
4 4
5Copyright 1991-1997, 1999-2018 Free Software Foundation, Inc. 5Copyright 1991-1997, 1999-2019 Free Software Foundation, Inc.
6 6
7This file is part of the GNU MP Library. 7This file is part of the GNU MP Library.
8 8
diff --git a/src/mini-gmp.h b/src/mini-gmp.h
index 27e0c0671a2..2586d32db9e 100644
--- a/src/mini-gmp.h
+++ b/src/mini-gmp.h
@@ -1,6 +1,6 @@
1/* mini-gmp, a minimalistic implementation of a GNU GMP subset. 1/* mini-gmp, a minimalistic implementation of a GNU GMP subset.
2 2
3Copyright 2011-2015, 2017 Free Software Foundation, Inc. 3Copyright 2011-2015, 2017, 2019 Free Software Foundation, Inc.
4 4
5This file is part of the GNU MP Library. 5This file is part of the GNU MP Library.
6 6
diff --git a/src/ptr-bounds.h b/src/ptr-bounds.h
index 8cbd58d72b0..b7798168a58 100644
--- a/src/ptr-bounds.h
+++ b/src/ptr-bounds.h
@@ -1,6 +1,6 @@
1/* Pointer bounds checking for GNU Emacs 1/* Pointer bounds checking for GNU Emacs
2 2
3Copyright 2017-2018 Free Software Foundation, Inc. 3Copyright 2017-2019 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/regex-emacs.h b/src/regex-emacs.h
index a849cbea054..5a52135bcda 100644
--- a/src/regex-emacs.h
+++ b/src/regex-emacs.h
@@ -1,7 +1,7 @@
1/* Emacs regular expression API 1/* Emacs regular expression API
2 2
3 Copyright (C) 1985, 1989-1993, 1995, 2000-2018 Free Software 3 Copyright (C) 1985, 1989-1993, 1995, 2000-2019 Free Software Foundation,
4 Foundation, Inc. 4 Inc.
5 5
6 This program is free software; you can redistribute it and/or modify 6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
diff --git a/src/timefns.c b/src/timefns.c
index 58dda1c7061..437b5b22131 100644
--- a/src/timefns.c
+++ b/src/timefns.c
@@ -1,6 +1,6 @@
1/* Timestamp functions for Emacs 1/* Timestamp functions for Emacs
2 2
3Copyright (C) 1985-1987, 1989, 1993-2018 Free Software Foundation, Inc. 3Copyright (C) 1985-1987, 1989, 1993-2019 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/w32cygwinx.c b/src/w32cygwinx.c
index bc401239787..086dcd15b43 100644
--- a/src/w32cygwinx.c
+++ b/src/w32cygwinx.c
@@ -1,6 +1,6 @@
1/* Common functions for the Microsoft Windows and Cygwin builds. 1/* Common functions for the Microsoft Windows and Cygwin builds.
2 2
3Copyright (C) 2018 Free Software Foundation, Inc. 3Copyright (C) 2018-2019 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/test/lisp/custom-tests.el b/test/lisp/custom-tests.el
index 96887f8f5fe..16ad7db93cf 100644
--- a/test/lisp/custom-tests.el
+++ b/test/lisp/custom-tests.el
@@ -1,6 +1,6 @@
1;;; custom-tests.el --- tests for custom.el -*- lexical-binding: t -*- 1;;; custom-tests.el --- tests for custom.el -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 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/emacs-lisp/backtrace-tests.el b/test/lisp/emacs-lisp/backtrace-tests.el
index edd45c770c5..ce827e0166f 100644
--- a/test/lisp/emacs-lisp/backtrace-tests.el
+++ b/test/lisp/emacs-lisp/backtrace-tests.el
@@ -1,6 +1,6 @@
1;;; backtrace-tests.el --- Tests for backtraces -*- lexical-binding: t; -*- 1;;; backtrace-tests.el --- Tests for backtraces -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Gemini Lasswell 5;; Author: Gemini Lasswell
6 6
diff --git a/test/lisp/emacs-lisp/cconv-tests.el b/test/lisp/emacs-lisp/cconv-tests.el
index d14847ce45e..c218bd6382b 100644
--- a/test/lisp/emacs-lisp/cconv-tests.el
+++ b/test/lisp/emacs-lisp/cconv-tests.el
@@ -1,6 +1,6 @@
1;;; cconv-tests.el -*- lexical-binding: t -*- 1;;; cconv-tests.el -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 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/emacs-lisp/cl-preloaded-tests.el b/test/lisp/emacs-lisp/cl-preloaded-tests.el
index 9d5feee396a..3251b5ff0a2 100644
--- a/test/lisp/emacs-lisp/cl-preloaded-tests.el
+++ b/test/lisp/emacs-lisp/cl-preloaded-tests.el
@@ -1,6 +1,6 @@
1;;; cl-preloaded-tests.el --- unit tests for cl-preloaded.el -*- lexical-binding: t; -*- 1;;; cl-preloaded-tests.el --- unit tests for cl-preloaded.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2017-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2019 Free Software Foundation, Inc.
4;; Author: Philipp Stephani <phst@google.com> 4;; Author: Philipp Stephani <phst@google.com>
5 5
6;; This file is part of GNU Emacs. 6;; This file is part of GNU Emacs.
diff --git a/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el b/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el
index 7d1a128694c..e940c5f5145 100644
--- a/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el
+++ b/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el
@@ -1,6 +1,6 @@
1;;; faceup-test-mode.el --- Dummy major mode for testing `faceup'. 1;;; faceup-test-mode.el --- Dummy major mode for testing `faceup'.
2 2
3;; Copyright (C) 2014-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el b/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el
index 0558bd12e5f..11c48de38eb 100644
--- a/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el
+++ b/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el
@@ -1,6 +1,6 @@
1;;; faceup-test-this-file-directory.el --- Support file for faceup tests 1;;; faceup-test-this-file-directory.el --- Support file for faceup tests
2 2
3;; Copyright (C) 2014-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el b/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
index f910a1d732a..c35188eb8b6 100644
--- a/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
+++ b/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
@@ -1,6 +1,6 @@
1;;; faceup-test-basics.el --- Tests for the `faceup' package. 1;;; faceup-test-basics.el --- Tests for the `faceup' package.
2 2
3;; Copyright (C) 2014-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el b/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el
index 8df38bcc8a9..c8c3a1f5d8a 100644
--- a/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el
+++ b/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el
@@ -1,6 +1,6 @@
1;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode. 1;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode.
2 2
3;; Copyright (C) 2014-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/emacs-lisp/text-property-search-tests.el b/test/lisp/emacs-lisp/text-property-search-tests.el
index 5ea6b5372e1..47db54a0512 100644
--- a/test/lisp/emacs-lisp/text-property-search-tests.el
+++ b/test/lisp/emacs-lisp/text-property-search-tests.el
@@ -1,6 +1,6 @@
1;;; text-property-search-tests.el --- Testing text-property-search 1;;; text-property-search-tests.el --- Testing text-property-search
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Lars Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Ingebrigtsen <larsi@gnus.org>
6;; Keywords: 6;; Keywords:
diff --git a/test/lisp/eshell/esh-opt-tests.el b/test/lisp/eshell/esh-opt-tests.el
index 13b522b389e..39284c08a11 100644
--- a/test/lisp/eshell/esh-opt-tests.el
+++ b/test/lisp/eshell/esh-opt-tests.el
@@ -1,6 +1,6 @@
1;;; tests/esh-opt-tests.el --- esh-opt test suite 1;;; tests/esh-opt-tests.el --- esh-opt test suite
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 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/ccl-tests.el b/test/lisp/international/ccl-tests.el
index 7dd7224726b..69e3930d42c 100644
--- a/test/lisp/international/ccl-tests.el
+++ b/test/lisp/international/ccl-tests.el
@@ -1,4 +1,4 @@
1;; Copyright (C) 2018 Free Software Foundation, Inc. 1;; Copyright (C) 2018-2019 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/test/lisp/jsonrpc-tests.el b/test/lisp/jsonrpc-tests.el
index 585eb20bfeb..52f709f14c1 100644
--- a/test/lisp/jsonrpc-tests.el
+++ b/test/lisp/jsonrpc-tests.el
@@ -1,6 +1,6 @@
1;;; jsonrpc-tests.el --- tests for jsonrpc.el -*- lexical-binding: t; -*- 1;;; jsonrpc-tests.el --- tests for jsonrpc.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: João Távora <joaotavora@gmail.com> 5;; Author: João Távora <joaotavora@gmail.com>
6;; Maintainer: João Távora <joaotavora@gmail.com> 6;; Maintainer: João Távora <joaotavora@gmail.com>
diff --git a/test/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el
index d34b0021952..c565eba5679 100644
--- a/test/lisp/net/secrets-tests.el
+++ b/test/lisp/net/secrets-tests.el
@@ -1,6 +1,6 @@
1;;; secrets-tests.el --- Tests of Secret Service API 1;;; secrets-tests.el --- Tests of Secret Service API
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 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/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el
index f902ed5e755..0d0062e196a 100644
--- a/test/lisp/net/tramp-archive-tests.el
+++ b/test/lisp/net/tramp-archive-tests.el
@@ -1,6 +1,6 @@
1;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*- 1;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2017-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2019 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/tcl-tests.el b/test/lisp/progmodes/tcl-tests.el
index 061488636d0..50c3eba75d1 100644
--- a/test/lisp/progmodes/tcl-tests.el
+++ b/test/lisp/progmodes/tcl-tests.el
@@ -1,6 +1,6 @@
1;;; tcl-tests.el --- Test suite for tcl-mode 1;;; tcl-tests.el --- Test suite for tcl-mode
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 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/fill-tests.el b/test/lisp/textmodes/fill-tests.el
index a2bcde44b99..08728746629 100644
--- a/test/lisp/textmodes/fill-tests.el
+++ b/test/lisp/textmodes/fill-tests.el
@@ -1,6 +1,6 @@
1;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*- 1;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2017-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2019 Free Software Foundation, Inc.
4 4
5;; Author: Marcin Borkowski <mbork@mbork.pl> 5;; Author: Marcin Borkowski <mbork@mbork.pl>
6;; Keywords: text, wp 6;; Keywords: text, wp
diff --git a/test/lisp/thread-tests.el b/test/lisp/thread-tests.el
index 0d57d38779f..3f7beed35a6 100644
--- a/test/lisp/thread-tests.el
+++ b/test/lisp/thread-tests.el
@@ -1,6 +1,6 @@
1;;; thread-tests.el --- Test suite for thread.el -*- lexical-binding: t; -*- 1;;; thread-tests.el --- Test suite for thread.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Gemini Lasswell <gazally@runbox.com> 5;; Author: Gemini Lasswell <gazally@runbox.com>
6;; Keywords: threads 6;; Keywords: threads
diff --git a/test/lisp/url/url-handlers-test.el b/test/lisp/url/url-handlers-test.el
index 5822e16a88a..1613f87e707 100644
--- a/test/lisp/url/url-handlers-test.el
+++ b/test/lisp/url/url-handlers-test.el
@@ -1,6 +1,6 @@
1;;; url-handlers-test.el --- Test suite for url-handlers.el -*- lexical-binding: t; -*- 1;;; url-handlers-test.el --- Test suite for url-handlers.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
4 4
5;; Author: Nicolas Petton <nicolas@petton.fr> 5;; Author: Nicolas Petton <nicolas@petton.fr>
6 6
diff --git a/test/src/callint-tests.el b/test/src/callint-tests.el
index feee9b692b7..5c310b5c08d 100644
--- a/test/src/callint-tests.el
+++ b/test/src/callint-tests.el
@@ -1,6 +1,6 @@
1;;; callint-tests.el --- unit tests for callint.c -*- lexical-binding: t; -*- 1;;; callint-tests.el --- unit tests for callint.c -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2018 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2019 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/json-tests.el b/test/src/json-tests.el
index 651b0a0bb7a..04f91f4abbc 100644
--- a/test/src/json-tests.el
+++ b/test/src/json-tests.el
@@ -1,6 +1,6 @@
1;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*- 1;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2017-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2019 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/timefns-tests.el b/test/src/timefns-tests.el
index ebeb43de163..5c858ef3bd8 100644
--- a/test/src/timefns-tests.el
+++ b/test/src/timefns-tests.el
@@ -1,6 +1,6 @@
1;;; timefns-tests.el -- tests for timefns.c 1;;; timefns-tests.el -- tests for timefns.c
2 2
3;; Copyright (C) 2016-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2019 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6