diff options
Diffstat (limited to 'test/misc')
-rw-r--r-- | test/misc/test-custom-deps.el | 2 | ||||
-rw-r--r-- | test/misc/test-custom-libs.el | 2 | ||||
-rw-r--r-- | test/misc/test-custom-noloads.el | 2 | ||||
-rw-r--r-- | test/misc/test-custom-opts.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/misc/test-custom-deps.el b/test/misc/test-custom-deps.el index 9e5ba01fc5b..d04af23dc19 100644 --- a/test/misc/test-custom-deps.el +++ b/test/misc/test-custom-deps.el @@ -1,6 +1,6 @@ ;;; test-custom-deps.el --- Test custom deps -*- lexical-binding:t -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/misc/test-custom-libs.el b/test/misc/test-custom-libs.el index d255a87eeaf..0ecc64dd689 100644 --- a/test/misc/test-custom-libs.el +++ b/test/misc/test-custom-libs.el @@ -1,6 +1,6 @@ ;;; test-custom-libs.el --- Test custom loads -*- lexical-binding:t -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/misc/test-custom-noloads.el b/test/misc/test-custom-noloads.el index 585831aa466..3d669c72f7f 100644 --- a/test/misc/test-custom-noloads.el +++ b/test/misc/test-custom-noloads.el @@ -1,6 +1,6 @@ ;;; test-custom-noloads.el --- Test custom noloads -*- lexical-binding:t -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/misc/test-custom-opts.el b/test/misc/test-custom-opts.el index f37553382c4..a4c286eed8a 100644 --- a/test/misc/test-custom-opts.el +++ b/test/misc/test-custom-opts.el @@ -1,6 +1,6 @@ ;;; test-custom-opts.el --- Test custom opts -*- lexical-binding:t -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. |