aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert2019-01-01 00:59:58 +0000
committerPaul Eggert2019-01-01 01:01:13 +0000
commit26bed8ba10eeaf0a340a8d0d760c5578dddec867 (patch)
tree4e6624f76d8bb51348fb7d86a1932efbf372b6f0 /test/lisp/textmodes
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 'test/lisp/textmodes')
-rw-r--r--test/lisp/textmodes/css-mode-tests.el2
-rw-r--r--test/lisp/textmodes/dns-mode-tests.el2
-rw-r--r--test/lisp/textmodes/mhtml-mode-tests.el2
-rw-r--r--test/lisp/textmodes/reftex-tests.el2
-rw-r--r--test/lisp/textmodes/sgml-mode-tests.el2
-rw-r--r--test/lisp/textmodes/tildify-tests.el2
6 files changed, 6 insertions, 6 deletions
diff --git a/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el
index d4fb348326a..c16ad3ac287 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-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2019 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/textmodes/dns-mode-tests.el b/test/lisp/textmodes/dns-mode-tests.el
index 565fde3b118..2e8bb59b59f 100644
--- a/test/lisp/textmodes/dns-mode-tests.el
+++ b/test/lisp/textmodes/dns-mode-tests.el
@@ -1,6 +1,6 @@
1;;; dns-mode-tests.el --- Test suite for dns-mode -*- lexical-binding: t; -*- 1;;; dns-mode-tests.el --- Test suite for dns-mode -*- 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: Peder O. Klingenberg <peder@klingenberg.no> 5;; Author: Peder O. Klingenberg <peder@klingenberg.no>
6;; Keywords: dns zone 6;; Keywords: dns zone
diff --git a/test/lisp/textmodes/mhtml-mode-tests.el b/test/lisp/textmodes/mhtml-mode-tests.el
index b20cda7c3c5..d6a184a6158 100644
--- a/test/lisp/textmodes/mhtml-mode-tests.el
+++ b/test/lisp/textmodes/mhtml-mode-tests.el
@@ -1,6 +1,6 @@
1;;; mhtml-mode-tests.el --- Tests for mhtml-mode 1;;; mhtml-mode-tests.el --- Tests for mhtml-mode
2 2
3;; Copyright (C) 2017-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2019 Free Software Foundation, Inc.
4 4
5;; Keywords: tests 5;; Keywords: tests
6 6
diff --git a/test/lisp/textmodes/reftex-tests.el b/test/lisp/textmodes/reftex-tests.el
index 28a0f628d6d..ba6f1e0b338 100644
--- a/test/lisp/textmodes/reftex-tests.el
+++ b/test/lisp/textmodes/reftex-tests.el
@@ -1,6 +1,6 @@
1;;; reftex-tests.el --- Test suite for reftex. -*- lexical-binding: t -*- 1;;; reftex-tests.el --- Test suite for reftex. -*- 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: Rüdiger Sonderfeld <ruediger@c-plusplus.de> 5;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6;; Keywords: internal 6;; Keywords: internal
diff --git a/test/lisp/textmodes/sgml-mode-tests.el b/test/lisp/textmodes/sgml-mode-tests.el
index 7ca6e676c64..20b5e27ff5d 100644
--- a/test/lisp/textmodes/sgml-mode-tests.el
+++ b/test/lisp/textmodes/sgml-mode-tests.el
@@ -1,6 +1,6 @@
1;;; sgml-mode-tests.el --- Tests for sgml-mode 1;;; sgml-mode-tests.el --- Tests for sgml-mode
2 2
3;; Copyright (C) 2015-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
4 4
5;; Author: Przemysław Wojnowski <esperanto@cumego.com> 5;; Author: Przemysław Wojnowski <esperanto@cumego.com>
6;; Keywords: tests 6;; Keywords: tests
diff --git a/test/lisp/textmodes/tildify-tests.el b/test/lisp/textmodes/tildify-tests.el
index a7368ae2743..eb2317489ce 100644
--- a/test/lisp/textmodes/tildify-tests.el
+++ b/test/lisp/textmodes/tildify-tests.el
@@ -1,6 +1,6 @@
1;;; tildify-test.el --- ERT tests for tildify.el -*- lexical-binding: t -*- 1;;; tildify-test.el --- ERT tests for tildify.el -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2014-2018 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
4 4
5;; Author: Michal Nazarewicz <mina86@mina86.com> 5;; Author: Michal Nazarewicz <mina86@mina86.com>
6;; Version: 4.5 6;; Version: 4.5