diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 18:41:28 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 18:47:22 -0800 |
commit | a04bf15130f5d4e1bc79e1709461fe95345bdb2a (patch) | |
tree | 238a962b903ca87b5add09f899f174962b060383 /test/lisp/emacs-lisp/faceup-tests | |
parent | 115498702da91dc75d05bd0dea64f98cc6157327 (diff) | |
download | emacs-a04bf15130f5d4e1bc79e1709461fe95345bdb2a.tar.gz |
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'.
Diffstat (limited to 'test/lisp/emacs-lisp/faceup-tests')
-rw-r--r-- | test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el | 2 | ||||
-rw-r--r-- | test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ ;;; faceup-test-basics.el --- Tests for the `faceup' package. -;; Copyright (C) 2014-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 Free Software Foundation, Inc. ;; Author: Anders Lindgren ;; 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 @@ ;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode. -;; Copyright (C) 2014-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 Free Software Foundation, Inc. ;; Author: Anders Lindgren ;; Keywords: languages, faces |