diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 02:45:51 -0500 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 02:45:51 -0500 |
commit | 19dcb237b5b02b36580294ab309124f346a66024 (patch) | |
tree | d08a98347336f10265f20c46e3908dc74ef406d3 /test/lisp/mail | |
parent | 8a08af20a8081f3dd419809122d82352633cc87d (diff) | |
download | emacs-19dcb237b5b02b36580294ab309124f346a66024.tar.gz emacs-19dcb237b5b02b36580294ab309124f346a66024.tar.bz2 emacs-19dcb237b5b02b36580294ab309124f346a66024.zip |
; Add 2022 to copyright years.
Diffstat (limited to 'test/lisp/mail')
-rw-r--r-- | test/lisp/mail/flow-fill-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/footnote-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/mail-parse-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/mail-utils-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/qp-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/rfc2045-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/rfc2047-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/rfc6068-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/rfc822-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/rmail-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/rmailmm-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/uudecode-tests.el | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/test/lisp/mail/flow-fill-tests.el b/test/lisp/mail/flow-fill-tests.el index ec5b984dc04..8436a9627a8 100644 --- a/test/lisp/mail/flow-fill-tests.el +++ b/test/lisp/mail/flow-fill-tests.el @@ -1,6 +1,6 @@ ;;; flow-fill-tests.el --- Tests for flow-fill.el -*- lexical-binding: t -*- -;; Copyright (C) 2019-2021 Free Software Foundation, Inc. +;; Copyright (C) 2019-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mail/footnote-tests.el b/test/lisp/mail/footnote-tests.el index 731ba3e706b..e33b59bc416 100644 --- a/test/lisp/mail/footnote-tests.el +++ b/test/lisp/mail/footnote-tests.el @@ -1,6 +1,6 @@ ;;; footnote-tests.el --- Tests for footnote-mode -*- lexical-binding: t; -*- -;; Copyright (C) 2019-2021 Free Software Foundation, Inc. +;; Copyright (C) 2019-2022 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/lisp/mail/mail-parse-tests.el b/test/lisp/mail/mail-parse-tests.el index 70de92df45a..f5e6f1fb034 100644 --- a/test/lisp/mail/mail-parse-tests.el +++ b/test/lisp/mail/mail-parse-tests.el @@ -1,6 +1,6 @@ ;;; mail-parse-tests.el --- tests for mail-parse.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/mail/mail-utils-tests.el b/test/lisp/mail/mail-utils-tests.el index 5b54f2440c7..4b2d2d7e005 100644 --- a/test/lisp/mail/mail-utils-tests.el +++ b/test/lisp/mail/mail-utils-tests.el @@ -1,6 +1,6 @@ ;;; mail-utils-tests.el --- tests for mail-utils.el -*- lexical-binding: t -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; Author: Stefan Kangas <stefankangas@gmail.com> diff --git a/test/lisp/mail/qp-tests.el b/test/lisp/mail/qp-tests.el index 89f02894ea8..e8e58063b9c 100644 --- a/test/lisp/mail/qp-tests.el +++ b/test/lisp/mail/qp-tests.el @@ -1,6 +1,6 @@ ;;; qp-tests.el --- Tests for qp.el -*- lexical-binding:t; coding:utf-8 -*- -;; Copyright (C) 2020-2021 Free Software Foundation, Inc. +;; Copyright (C) 2020-2022 Free Software Foundation, Inc. ;; Author: Stefan Kangas <stefankangas@gmail.com> diff --git a/test/lisp/mail/rfc2045-tests.el b/test/lisp/mail/rfc2045-tests.el index ac547aabe5b..c65a0011c70 100644 --- a/test/lisp/mail/rfc2045-tests.el +++ b/test/lisp/mail/rfc2045-tests.el @@ -1,6 +1,6 @@ ;;; rfc2045-tests.el --- Tests for rfc2045.el -*- lexical-binding:t -*- -;; Copyright (C) 2020-2021 Free Software Foundation, Inc. +;; Copyright (C) 2020-2022 Free Software Foundation, Inc. ;; Author: Stefan Kangas <stefankangas@gmail.com> diff --git a/test/lisp/mail/rfc2047-tests.el b/test/lisp/mail/rfc2047-tests.el index befcbc018bc..6e50ce2f320 100644 --- a/test/lisp/mail/rfc2047-tests.el +++ b/test/lisp/mail/rfc2047-tests.el @@ -1,6 +1,6 @@ ;;; rfc2047-tests.el --- tests for rfc2047.el -*- lexical-binding: t -*- -;; Copyright (C) 2019-2021 Free Software Foundation, Inc. +;; Copyright (C) 2019-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mail/rfc6068-tests.el b/test/lisp/mail/rfc6068-tests.el index caf8230cb1e..0efbb68cc2f 100644 --- a/test/lisp/mail/rfc6068-tests.el +++ b/test/lisp/mail/rfc6068-tests.el @@ -1,6 +1,6 @@ ;;; rfc6068-tests.el --- Tests for rfc6068.el -*- lexical-binding:t -*- -;; Copyright (C) 2020-2021 Free Software Foundation, Inc. +;; Copyright (C) 2020-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mail/rfc822-tests.el b/test/lisp/mail/rfc822-tests.el index 3e36a61a1f3..ff29dac4277 100644 --- a/test/lisp/mail/rfc822-tests.el +++ b/test/lisp/mail/rfc822-tests.el @@ -1,6 +1,6 @@ ;;; rfc822-tests.el --- Tests for rfc822.el -*- lexical-binding:t -*- -;; Copyright (C) 2020-2021 Free Software Foundation, Inc. +;; Copyright (C) 2020-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mail/rmail-tests.el b/test/lisp/mail/rmail-tests.el index 826a90455fb..44394cd52ed 100644 --- a/test/lisp/mail/rmail-tests.el +++ b/test/lisp/mail/rmail-tests.el @@ -1,6 +1,6 @@ ;;; rmail-tests.el --- Test suite. -*- lexical-binding: t -*- -;; Copyright (C) 2015-2021 Free Software Foundation, Inc. +;; Copyright (C) 2015-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mail/rmailmm-tests.el b/test/lisp/mail/rmailmm-tests.el index d7b3775d6d0..5d1ac6d6306 100644 --- a/test/lisp/mail/rmailmm-tests.el +++ b/test/lisp/mail/rmailmm-tests.el @@ -1,6 +1,6 @@ ;;; rmailmm-tests.el --- Tests for rmailmm.el -*- lexical-binding:t -*- -;; Copyright (C) 2006-2021 Free Software Foundation, Inc. +;; Copyright (C) 2006-2022 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mail/uudecode-tests.el b/test/lisp/mail/uudecode-tests.el index 981ce1c4ae0..a58a4d9e6f6 100644 --- a/test/lisp/mail/uudecode-tests.el +++ b/test/lisp/mail/uudecode-tests.el @@ -1,6 +1,6 @@ ;;; uudecode-tests.el --- Tests for uudecode.el -*- lexical-binding: t -*- -;; Copyright (C) 2019-2021 Free Software Foundation, Inc. +;; Copyright (C) 2019-2022 Free Software Foundation, Inc. ;; Author: Stefan Kangas <stefankangas@gmail.com> |