branch: externals/transient
commit 6ac010ff9e3324ba82b63f8bf9f0e4abc7b3b9ce
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Bump copyright years
---
docs/.orgconfig | 2 +-
docs/transient.texi | 2 +-
lisp/transient.el | 2 +-
test/transient-tests.el | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/.orgconfig b/docs/.orgconfig
index fafa324ba9..9b1e67fea7 100644
--- a/docs/.orgconfig
+++ b/docs/.orgconfig
@@ -1,5 +1,5 @@
# -*- mode:org -*-
-# Copyright (C) 2021-2025 Jonas Bernoulli
+# Copyright (C) 2021-2026 Jonas Bernoulli
# SPDX-License-Identifier: GPL-3.0-or-later
# URL: https://github.com/emacscollective/org-macros
# Visit that to see these macros in a human-readable format.
diff --git a/docs/transient.texi b/docs/transient.texi
index 29ded0561c..8e26a04f76 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -8,7 +8,7 @@
@copying
@quotation
-Copyright (C) 2018--2025 Free Software Foundation, Inc.
+Copyright (C) 2018--2026 Free Software Foundation, Inc.
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
diff --git a/lisp/transient.el b/lisp/transient.el
index d782944372..1edf9b534b 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1,6 +1,6 @@
;;; transient.el --- Transient commands -*- lexical-binding:t -*-
-;; Copyright (C) 2018-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2026 Free Software Foundation, Inc.
;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/magit/transient
diff --git a/test/transient-tests.el b/test/transient-tests.el
index fa9d65db98..539510f2f3 100644
--- a/test/transient-tests.el
+++ b/test/transient-tests.el
@@ -1,6 +1,6 @@
;;; transient-tests.el --- Tests for Transient -*- lexical-binding:t -*-
-;; Copyright (C) 2018-2025 Jonas Bernoulli
+;; Copyright (C) 2018-2026 Jonas Bernoulli
;; Authors: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/magit/transient