diff options
| author | Paul Eggert | 2018-01-01 01:15:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-01-01 01:25:56 -0800 |
| commit | d263ce25cd3a751b510abcc8bc67b0ee1ffa96d5 (patch) | |
| tree | b33e85c88b95d4dd3c5f0a99401de52e755131b6 /test/src | |
| parent | bb267f17f9e1e593d8dee379aceee22d7fa42680 (diff) | |
| download | emacs-d263ce25cd3a751b510abcc8bc67b0ee1ffa96d5.tar.gz emacs-d263ce25cd3a751b510abcc8bc67b0ee1ffa96d5.zip | |
Update copyright year to 2018
Run admin/update-copyright.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/json-tests.el | 2 | ||||
| -rw-r--r-- | test/src/keyboard-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/src/json-tests.el b/test/src/json-tests.el index 107cab89083..47bccbe6f3e 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 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2018 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/keyboard-tests.el b/test/src/keyboard-tests.el index 301cef0092c..125dbd09391 100644 --- a/test/src/keyboard-tests.el +++ b/test/src/keyboard-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*- | 1 | ;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||