diff options
author | Po Lu <luangruo@yahoo.com> | 2024-01-02 09:47:10 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2024-01-02 09:47:10 +0800 |
commit | 8e1c56ae46754dd7baedff49a464f078f0e9912d (patch) | |
tree | 2181ad80108b88c975be1967d292c26d388ba354 /test/lisp/eshell | |
parent | 3204825f56040df0a783de4fc99052eabb62b84b (diff) | |
download | emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.tar.gz emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.tar.bz2 emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.zip |
; Add 2024 to copyright years
Diffstat (limited to 'test/lisp/eshell')
-rw-r--r-- | test/lisp/eshell/em-alias-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-basic-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-dirs-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-extpipe-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-glob-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-hist-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-ls-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-pred-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-script-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/em-tramp-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-arg-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-cmd-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-ext-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-io-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-opt-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-proc-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-util-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/esh-var-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/eshell-tests-helpers.el | 2 | ||||
-rw-r--r-- | test/lisp/eshell/eshell-tests.el | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/test/lisp/eshell/em-alias-tests.el b/test/lisp/eshell/em-alias-tests.el index 273e19d580b..996a938451a 100644 --- a/test/lisp/eshell/em-alias-tests.el +++ b/test/lisp/eshell/em-alias-tests.el @@ -1,6 +1,6 @@ ;;; em-alias-tests.el --- em-alias test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/em-basic-tests.el b/test/lisp/eshell/em-basic-tests.el index 6ac7226ffa0..960e04690a5 100644 --- a/test/lisp/eshell/em-basic-tests.el +++ b/test/lisp/eshell/em-basic-tests.el @@ -1,6 +1,6 @@ ;;; em-basic-tests.el --- em-basic test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/em-dirs-tests.el b/test/lisp/eshell/em-dirs-tests.el index d30b3d7d73f..f6784340eb4 100644 --- a/test/lisp/eshell/em-dirs-tests.el +++ b/test/lisp/eshell/em-dirs-tests.el @@ -1,6 +1,6 @@ ;;; em-dirs-tests.el --- em-dirs test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/em-extpipe-tests.el b/test/lisp/eshell/em-extpipe-tests.el index 6d6d4daac9d..668dcba7c44 100644 --- a/test/lisp/eshell/em-extpipe-tests.el +++ b/test/lisp/eshell/em-extpipe-tests.el @@ -1,6 +1,6 @@ ;;; em-extpipe-tests.el --- em-extpipe test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; Author: Sean Whitton <spwhitton@spwhitton.name> diff --git a/test/lisp/eshell/em-glob-tests.el b/test/lisp/eshell/em-glob-tests.el index c33af88a374..44d7b1fa60d 100644 --- a/test/lisp/eshell/em-glob-tests.el +++ b/test/lisp/eshell/em-glob-tests.el @@ -1,6 +1,6 @@ ;;; em-glob-tests.el --- em-glob test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/em-hist-tests.el b/test/lisp/eshell/em-hist-tests.el index 35ae6bdc239..d325e3a6402 100644 --- a/test/lisp/eshell/em-hist-tests.el +++ b/test/lisp/eshell/em-hist-tests.el @@ -1,6 +1,6 @@ ;;; em-hist-tests.el --- em-hist test suite -*- lexical-binding:t -*- -;; Copyright (C) 2017-2023 Free Software Foundation, Inc. +;; Copyright (C) 2017-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/em-ls-tests.el b/test/lisp/eshell/em-ls-tests.el index 862a6dfd9f8..347716a577f 100644 --- a/test/lisp/eshell/em-ls-tests.el +++ b/test/lisp/eshell/em-ls-tests.el @@ -1,6 +1,6 @@ ;;; em-ls-tests.el --- em-ls test suite -*- lexical-binding:t -*- -;; Copyright (C) 2017-2023 Free Software Foundation, Inc. +;; Copyright (C) 2017-2024 Free Software Foundation, Inc. ;; Author: Tino Calancha <tino.calancha@gmail.com> diff --git a/test/lisp/eshell/em-pred-tests.el b/test/lisp/eshell/em-pred-tests.el index adc4ac01eb1..3bffc918b66 100644 --- a/test/lisp/eshell/em-pred-tests.el +++ b/test/lisp/eshell/em-pred-tests.el @@ -1,6 +1,6 @@ ;;; em-pred-tests.el --- em-pred test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/em-script-tests.el b/test/lisp/eshell/em-script-tests.el index 4e557fada73..646410ac5a4 100644 --- a/test/lisp/eshell/em-script-tests.el +++ b/test/lisp/eshell/em-script-tests.el @@ -1,6 +1,6 @@ ;;; em-script-tests.el --- em-script test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/em-tramp-tests.el b/test/lisp/eshell/em-tramp-tests.el index 1d4ad9dc632..2cc6808fe94 100644 --- a/test/lisp/eshell/em-tramp-tests.el +++ b/test/lisp/eshell/em-tramp-tests.el @@ -1,6 +1,6 @@ ;;; em-tramp-tests.el --- em-tramp test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-arg-tests.el b/test/lisp/eshell/esh-arg-tests.el index 918ad3a949f..a6f69c261e7 100644 --- a/test/lisp/eshell/esh-arg-tests.el +++ b/test/lisp/eshell/esh-arg-tests.el @@ -1,6 +1,6 @@ ;;; esh-arg-tests.el --- esh-arg test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-cmd-tests.el b/test/lisp/eshell/esh-cmd-tests.el index 912822eeddb..4ee2c5bcb0e 100644 --- a/test/lisp/eshell/esh-cmd-tests.el +++ b/test/lisp/eshell/esh-cmd-tests.el @@ -1,6 +1,6 @@ ;;; esh-cmd-tests.el --- esh-cmd test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-ext-tests.el b/test/lisp/eshell/esh-ext-tests.el index ef073d3487d..05049dd6f80 100644 --- a/test/lisp/eshell/esh-ext-tests.el +++ b/test/lisp/eshell/esh-ext-tests.el @@ -1,6 +1,6 @@ ;;; esh-ext-tests.el --- esh-ext test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-io-tests.el b/test/lisp/eshell/esh-io-tests.el index b38d6090f13..c5541a133b1 100644 --- a/test/lisp/eshell/esh-io-tests.el +++ b/test/lisp/eshell/esh-io-tests.el @@ -1,6 +1,6 @@ ;;; esh-io-tests.el --- esh-io test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-opt-tests.el b/test/lisp/eshell/esh-opt-tests.el index f4529ed4f22..8d6e0c1e426 100644 --- a/test/lisp/eshell/esh-opt-tests.el +++ b/test/lisp/eshell/esh-opt-tests.el @@ -1,6 +1,6 @@ ;;; esh-opt-tests.el --- esh-opt test suite -*- lexical-binding:t -*- -;; Copyright (C) 2018-2023 Free Software Foundation, Inc. +;; Copyright (C) 2018-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el index 7d0432dbe68..f8b47c78bae 100644 --- a/test/lisp/eshell/esh-proc-tests.el +++ b/test/lisp/eshell/esh-proc-tests.el @@ -1,6 +1,6 @@ ;;; esh-proc-tests.el --- esh-proc test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-util-tests.el b/test/lisp/eshell/esh-util-tests.el index 9546a4a62fd..81bb98828a8 100644 --- a/test/lisp/eshell/esh-util-tests.el +++ b/test/lisp/eshell/esh-util-tests.el @@ -1,6 +1,6 @@ ;;; esh-util-tests.el --- esh-util test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/esh-var-tests.el b/test/lisp/eshell/esh-var-tests.el index 7ec1731f94e..9c76033aab0 100644 --- a/test/lisp/eshell/esh-var-tests.el +++ b/test/lisp/eshell/esh-var-tests.el @@ -1,6 +1,6 @@ ;;; esh-var-tests.el --- esh-var test suite -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/eshell/eshell-tests-helpers.el b/test/lisp/eshell/eshell-tests-helpers.el index f1d12dbe9f3..4c833c96e7e 100644 --- a/test/lisp/eshell/eshell-tests-helpers.el +++ b/test/lisp/eshell/eshell-tests-helpers.el @@ -1,6 +1,6 @@ ;;; eshell-tests-helpers.el --- Eshell test suite helpers -*- lexical-binding:t -*- -;; Copyright (C) 1999-2023 Free Software Foundation, Inc. +;; Copyright (C) 1999-2024 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el index fbff51a8873..3812a4117ac 100644 --- a/test/lisp/eshell/eshell-tests.el +++ b/test/lisp/eshell/eshell-tests.el @@ -1,6 +1,6 @@ ;;; eshell-tests.el --- Eshell test suite -*- lexical-binding:t -*- -;; Copyright (C) 1999-2023 Free Software Foundation, Inc. +;; Copyright (C) 1999-2024 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> |