summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-01 12:47:39 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-01 12:47:39 +0100
commit6ac010ff9e3324ba82b63f8bf9f0e4abc7b3b9ce (patch)
tree6674d2992d4f21a0cac8f7f72165e5abe8cd6fd3
parentcaacdd789c9ed29839c5e46c56cdfba06299e7fb (diff)
Bump copyright years
-rw-r--r--docs/.orgconfig2
-rw-r--r--docs/transient.texi2
-rw-r--r--lisp/transient.el2
-rw-r--r--test/transient-tests.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/.orgconfig b/docs/.orgconfig
index fafa324..9b1e67f 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 29ded05..8e26a04 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 d782944..1edf9b5 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 <emacs.transient@jonas.bernoulli.dev>
;; Homepage: https://github.com/magit/transient
diff --git a/test/transient-tests.el b/test/transient-tests.el
index fa9d65d..539510f 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 <emacs.transient@jonas.bernoulli.dev>
;; Homepage: https://github.com/magit/transient