branch: elpa/dirvish
commit e153fe240b027a33a965d8a59de8ca6b5e264a42
Author: Alex Lu <hellosimon1...@hotmail.com>
Commit: Alex Lu <hellosimon1...@hotmail.com>

    chore: bump copyright year -> 2025
---
 dirvish-extras.el                  | 2 +-
 dirvish-tramp.el                   | 2 +-
 dirvish-widgets.el                 | 2 +-
 dirvish.el                         | 2 +-
 extensions/dirvish-collapse.el     | 2 +-
 extensions/dirvish-emerge.el       | 2 +-
 extensions/dirvish-fd.el           | 4 ++--
 extensions/dirvish-history.el      | 2 +-
 extensions/dirvish-icons.el        | 2 +-
 extensions/dirvish-ls.el           | 2 +-
 extensions/dirvish-narrow.el       | 2 +-
 extensions/dirvish-peek.el         | 2 +-
 extensions/dirvish-quick-access.el | 2 +-
 extensions/dirvish-side.el         | 2 +-
 extensions/dirvish-subtree.el      | 2 +-
 extensions/dirvish-vc.el           | 2 +-
 extensions/dirvish-yank.el         | 2 +-
 17 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/dirvish-extras.el b/dirvish-extras.el
index 6d01820d5f..d30a4c95be 100644
--- a/dirvish-extras.el
+++ b/dirvish-extras.el
@@ -1,6 +1,6 @@
 ;;; dirvish-extras.el --- Extra utilities and transient prefixes for dirvish 
-*- lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/dirvish-tramp.el b/dirvish-tramp.el
index 3c11504cf8..4c16f346f9 100644
--- a/dirvish-tramp.el
+++ b/dirvish-tramp.el
@@ -1,4 +1,4 @@
-;;; dirvish-tramp.el ---  Dirvish tramp integration  -*- lexical-binding: t -*-
+;;; dirvish-tramp.el --- Dirvish tramp integration  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
diff --git a/dirvish-widgets.el b/dirvish-widgets.el
index 6a3f514cb0..8672155809 100644
--- a/dirvish-widgets.el
+++ b/dirvish-widgets.el
@@ -1,6 +1,6 @@
 ;;; dirvish-widgets.el --- Core widgets in dirvish -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/dirvish.el b/dirvish.el
index a08e127a95..bf39f7fd46 100644
--- a/dirvish.el
+++ b/dirvish.el
@@ -1,5 +1,5 @@
 ;;; dirvish.el --- A modern file manager based on dired mode -*- 
lexical-binding: t -*-
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
diff --git a/extensions/dirvish-collapse.el b/extensions/dirvish-collapse.el
index 3586264eef..1a417c5400 100644
--- a/extensions/dirvish-collapse.el
+++ b/extensions/dirvish-collapse.el
@@ -1,6 +1,6 @@
 ;;; dirvish-collapse.el --- Collapse unique nested paths -*- lexical-binding: 
t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-emerge.el b/extensions/dirvish-emerge.el
index 531af4ddff..bf90cacb0c 100644
--- a/extensions/dirvish-emerge.el
+++ b/extensions/dirvish-emerge.el
@@ -1,6 +1,6 @@
 ;;; dirvish-emerge.el --- Pin files you are interested in at top -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-fd.el b/extensions/dirvish-fd.el
index 65893bea20..20eee8c7b1 100644
--- a/extensions/dirvish-fd.el
+++ b/extensions/dirvish-fd.el
@@ -1,6 +1,6 @@
 ;;; dirvish-fd.el --- find-dired alternative using fd  -*- lexical-binding: t; 
-*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
@@ -231,7 +231,7 @@ Raise an error if fd executable is not available."
             (propertize "FD" 'face face)
             (if (not (dirvish-prop :fd-time))
                 (substitute-command-keys
-                "Processing... press \\[dirvish-fd-kill] to abort the search")
+                 "Processing... press \\[dirvish-fd-kill] to abort the search")
               (format "%s \"%s\" | %s %s | %s %s | %s %s | %s %s | %s %s |"
                       (propertize (if globp "glob:" "regex:") 'face face)
                       (propertize (or dirvish-fd--input "")
diff --git a/extensions/dirvish-history.el b/extensions/dirvish-history.el
index f60e3c1a9c..3f474103ca 100644
--- a/extensions/dirvish-history.el
+++ b/extensions/dirvish-history.el
@@ -1,6 +1,6 @@
 ;;; dirvish-history.el --- History navigation commands in Dirvish -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-icons.el b/extensions/dirvish-icons.el
index ce18cb6d26..535d816c17 100644
--- a/extensions/dirvish-icons.el
+++ b/extensions/dirvish-icons.el
@@ -1,6 +1,6 @@
 ;;; dirvish-icons.el --- Icon support for Dirvish -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-ls.el b/extensions/dirvish-ls.el
index 65a37fcd46..fee203132e 100644
--- a/extensions/dirvish-ls.el
+++ b/extensions/dirvish-ls.el
@@ -1,6 +1,6 @@
 ;;; dirvish-ls.el --- Setup ls command switches on the fly -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-narrow.el b/extensions/dirvish-narrow.el
index de12e3dd76..05a4acab47 100644
--- a/extensions/dirvish-narrow.el
+++ b/extensions/dirvish-narrow.el
@@ -1,6 +1,6 @@
 ;;; dirvish-narrow.el --- Live-narrowing of search results for Dirvish -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-peek.el b/extensions/dirvish-peek.el
index 61716aee3a..6b64e1a53f 100644
--- a/extensions/dirvish-peek.el
+++ b/extensions/dirvish-peek.el
@@ -1,6 +1,6 @@
 ;;; dirvish-peek.el --- Minibuffer file preview powered by Dirvish -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-quick-access.el 
b/extensions/dirvish-quick-access.el
index fff508f00a..5944ab638a 100644
--- a/extensions/dirvish-quick-access.el
+++ b/extensions/dirvish-quick-access.el
@@ -1,6 +1,6 @@
 ;;; dirvish-quick-access.el --- Quick keys for frequently visited places -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-side.el b/extensions/dirvish-side.el
index 4dd6ca1ecf..dc355e9a87 100644
--- a/extensions/dirvish-side.el
+++ b/extensions/dirvish-side.el
@@ -1,6 +1,6 @@
 ;;; dirvish-side.el --- Toggle Dirvish in side window like treemacs -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-subtree.el b/extensions/dirvish-subtree.el
index 8104efcd4a..b3aa612b25 100644
--- a/extensions/dirvish-subtree.el
+++ b/extensions/dirvish-subtree.el
@@ -1,6 +1,6 @@
 ;;; dirvish-subtree.el --- Turn Dirvish into a tree browser -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-vc.el b/extensions/dirvish-vc.el
index 315b20a90d..85b2a882ae 100644
--- a/extensions/dirvish-vc.el
+++ b/extensions/dirvish-vc.el
@@ -1,6 +1,6 @@
 ;;; dirvish-vc.el --- Version-control integration for Dirvish -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience
diff --git a/extensions/dirvish-yank.el b/extensions/dirvish-yank.el
index 04fd1fa559..87b75c1e2c 100644
--- a/extensions/dirvish-yank.el
+++ b/extensions/dirvish-yank.el
@@ -1,6 +1,6 @@
 ;;; dirvish-yank.el --- Multi-stage and async copy/paste/link utilities -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Alex Lu
+;; Copyright (C) 2021-2025 Alex Lu
 ;; Author : Alex Lu <https://github.com/alexluigit>
 ;; Version: 2.0.53
 ;; Keywords: files, convenience

Reply via email to