diff options
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 @@ ;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*- -;; Copyright (C) 2017 Free Software Foundation, Inc. +;; Copyright (C) 2017-2018 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. 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 @@ ;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*- -;; Copyright (C) 2017 Free Software Foundation, Inc. +;; Copyright (C) 2017-2018 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. |