diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 07:07:15 -0500 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 07:07:15 -0500 |
commit | 823b6b8d260e6e5bc0c428c9b3d92b6822624761 (patch) | |
tree | b36e6d584c1151a3e9f7e193afcdbc5f08158553 /test/lisp | |
parent | dcd76bd48df678d8234b904d7b13c997228519a3 (diff) | |
download | emacs-823b6b8d260e6e5bc0c428c9b3d92b6822624761.tar.gz emacs-823b6b8d260e6e5bc0c428c9b3d92b6822624761.tar.bz2 emacs-823b6b8d260e6e5bc0c428c9b3d92b6822624761.zip |
; Add 2022 to copyright years.
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/edmacro-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/emacs-lisp/macroexp-resources/vk.el | 2 | ||||
-rw-r--r-- | test/lisp/emacs-lisp/multisession-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/gnus/gnus-group-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/image-dired-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/info-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mh-e/mh-thread-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/progmodes/bug-reference-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/textmodes/texinfo-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/vc/vc-git-tests.el | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/test/lisp/edmacro-tests.el b/test/lisp/edmacro-tests.el index 974f506a367..b5809ad0b77 100644 --- a/test/lisp/edmacro-tests.el +++ b/test/lisp/edmacro-tests.el @@ -1,6 +1,6 @@ ;;; edmacro-tests.el --- Tests for edmacro.el -*- lexical-binding:t -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/emacs-lisp/macroexp-resources/vk.el b/test/lisp/emacs-lisp/macroexp-resources/vk.el index 2dee1306a2d..d9ca33671ef 100644 --- a/test/lisp/emacs-lisp/macroexp-resources/vk.el +++ b/test/lisp/emacs-lisp/macroexp-resources/vk.el @@ -1,6 +1,6 @@ ;;; vk.el --- test code for macroexp-tests -*- lexical-binding: t -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/emacs-lisp/multisession-tests.el b/test/lisp/emacs-lisp/multisession-tests.el index 17457d9be2f..5807c27bd20 100644 --- a/test/lisp/emacs-lisp/multisession-tests.el +++ b/test/lisp/emacs-lisp/multisession-tests.el @@ -1,6 +1,6 @@ ;;; multisession-tests.el --- Tests for multisession.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/gnus/gnus-group-tests.el b/test/lisp/gnus/gnus-group-tests.el index ee1e01be4b2..4ae5fea3eb7 100644 --- a/test/lisp/gnus/gnus-group-tests.el +++ b/test/lisp/gnus/gnus-group-tests.el @@ -1,6 +1,6 @@ ;;; gnus-group-tests.el --- Tests for gnus-group.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/image-dired-tests.el b/test/lisp/image-dired-tests.el index 3f0304ee405..00df72487fd 100644 --- a/test/lisp/image-dired-tests.el +++ b/test/lisp/image-dired-tests.el @@ -1,6 +1,6 @@ ;;; image-dired-tests.el --- Tests for image-dired.el -*- lexical-binding: t -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/info-tests.el b/test/lisp/info-tests.el index 3e2aa3e089d..11ac25555de 100644 --- a/test/lisp/info-tests.el +++ b/test/lisp/info-tests.el @@ -1,6 +1,6 @@ ;;; info-tests.el --- Tests for info.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mh-e/mh-thread-tests.el b/test/lisp/mh-e/mh-thread-tests.el index 4f09677e53f..84f59e5d300 100644 --- a/test/lisp/mh-e/mh-thread-tests.el +++ b/test/lisp/mh-e/mh-thread-tests.el @@ -1,6 +1,6 @@ ;;; mh-thread-tests.el --- tests for mh-thread.el -*- lexical-binding: t -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/progmodes/bug-reference-tests.el b/test/lisp/progmodes/bug-reference-tests.el index 7a3ab5fbda0..fa06d7a1cd0 100644 --- a/test/lisp/progmodes/bug-reference-tests.el +++ b/test/lisp/progmodes/bug-reference-tests.el @@ -1,6 +1,6 @@ ;;; bug-reference-tests.el --- Tests for bug-reference.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/textmodes/texinfo-tests.el b/test/lisp/textmodes/texinfo-tests.el index fa0c4de005e..48cc5fece2c 100644 --- a/test/lisp/textmodes/texinfo-tests.el +++ b/test/lisp/textmodes/texinfo-tests.el @@ -1,6 +1,6 @@ ;;; texinfo-tests.el --- Tests for texinfo.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/vc/vc-git-tests.el b/test/lisp/vc/vc-git-tests.el index 997ab3c4b5c..dc9641ed46b 100644 --- a/test/lisp/vc/vc-git-tests.el +++ b/test/lisp/vc/vc-git-tests.el @@ -1,6 +1,6 @@ ;;; vc-git-tests.el --- tests for vc/vc-git.el -*- lexical-binding:t -*- -;; Copyright (C) 2016-2021 Free Software Foundation, Inc. +;; Copyright (C) 2016-2022 Free Software Foundation, Inc. ;; Author: Justin Schell <justinmschell@gmail.com> ;; Maintainer: emacs-devel@gnu.org |