diff --git a/flyspell-correct-avy-menu.el b/flyspell-correct-avy-menu.el index e8dea93..704f730 100644 --- a/flyspell-correct-avy-menu.el +++ b/flyspell-correct-avy-menu.el @@ -1,6 +1,6 @@ ;;; flyspell-correct-avy-menu.el --- Correcting words with flyspell via avy-menu interface -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2016-2021 Boris Buliga; +;; Copyright (c) 2016-2022 Boris Buliga; ;; ;; Author: Boris Buliga ;; Clemens Radermacher diff --git a/flyspell-correct-helm.el b/flyspell-correct-helm.el index b96b2e1..f8e7bca 100644 --- a/flyspell-correct-helm.el +++ b/flyspell-correct-helm.el @@ -1,6 +1,6 @@ ;;; flyspell-correct-helm.el --- Correcting words with flyspell via helm interface -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2016-2021 Boris Buliga +;; Copyright (c) 2016-2022 Boris Buliga ;; ;; Author: Boris Buliga ;; URL: https://github.com/d12frosted/flyspell-correct diff --git a/flyspell-correct-ido.el b/flyspell-correct-ido.el index 62dfe2d..b4520ec 100644 --- a/flyspell-correct-ido.el +++ b/flyspell-correct-ido.el @@ -1,6 +1,6 @@ ;;; flyspell-correct-ido.el --- Correcting words with flyspell via ido interface -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2016-2021 Boris Buliga +;; Copyright (c) 2016-2022 Boris Buliga ;; ;; Author: Boris Buliga ;; URL: https://github.com/d12frosted/flyspell-correct diff --git a/flyspell-correct-ivy.el b/flyspell-correct-ivy.el index 4b52eb2..3f315e9 100644 --- a/flyspell-correct-ivy.el +++ b/flyspell-correct-ivy.el @@ -1,6 +1,6 @@ ;;; flyspell-correct-ivy.el --- Correcting words with flyspell via ivy interface -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2016-2021 Boris Buliga +;; Copyright (c) 2016-2022 Boris Buliga ;; ;; Author: Boris Buliga ;; URL: https://github.com/d12frosted/flyspell-correct diff --git a/flyspell-correct-popup.el b/flyspell-correct-popup.el index 6b3968b..91e3203 100644 --- a/flyspell-correct-popup.el +++ b/flyspell-correct-popup.el @@ -1,6 +1,6 @@ ;;; flyspell-correct-popup.el --- Correcting words with flyspell via popup interface -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2016-2021 Boris Buliga +;; Copyright (c) 2016-2022 Boris Buliga ;; ;; Author: Boris Buliga ;; URL: https://github.com/d12frosted/flyspell-correct diff --git a/flyspell-correct.el b/flyspell-correct.el index 75d40a7..c661340 100644 --- a/flyspell-correct.el +++ b/flyspell-correct.el @@ -1,6 +1,6 @@ ;;; flyspell-correct.el --- Correcting words with flyspell via custom interface -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2016-2021 Boris Buliga +;; Copyright (c) 2016-2022 Boris Buliga ;; ;; Author: Boris Buliga ;; URL: https://github.com/d12frosted/flyspell-correct diff --git a/test/test-flyspell-correct.el b/test/test-flyspell-correct.el index 8becc76..0326a63 100644 --- a/test/test-flyspell-correct.el +++ b/test/test-flyspell-correct.el @@ -1,6 +1,6 @@ ;;; test-flyspell-correct.el --- flyspell-correct tests -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2020 Boris Buliga +;; Copyright (c) 2016-2022 Boris Buliga ;; ;; Author: Boris Buliga ;; Maintainer: Boris Buliga