emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transient 846e0c200c 136/366: Update copyright years


From: Jonas Bernoulli
Subject: [elpa] externals/transient 846e0c200c 136/366: Update copyright years
Date: Tue, 25 Jan 2022 18:54:35 -0500 (EST)

branch: externals/transient
commit 846e0c200ce178026adcf6000a0725779261beba
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Update copyright years
---
 docs/transient.org  | 10 +++++-----
 docs/transient.texi |  8 ++++----
 lisp/transient.el   |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 8acd1a18e7..d9cc82e445 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -2,13 +2,13 @@
 :PREAMBLE:
 #+AUTHOR: Jonas Bernoulli
 #+EMAIL: jonas@bernoul.li
-#+DATE: 2018-2019
+#+DATE: 2018-2020
 #+LANGUAGE: en
 
 #+TEXINFO_DIR_CATEGORY: Emacs
 #+TEXINFO_DIR_TITLE: Transient: (transient).
 #+TEXINFO_DIR_DESC: Transient Commands
-#+SUBTITLE: for version 0.1.0 (v0.1.0-131-g6ceb643+1)
+#+SUBTITLE: for version 0.1.0 (v0.1.0-134-g83cb1e4+1)
 
 #+TEXINFO_DEFFN: t
 #+OPTIONS: H:4 num:4 toc:2
@@ -37,10 +37,10 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 #+TEXINFO: @noindent
-This manual is for Transient version 0.1.0 (v0.1.0-131-g6ceb643+1).
+This manual is for Transient version 0.1.0 (v0.1.0-134-g83cb1e4+1).
 
 #+BEGIN_QUOTE
-Copyright (C) 2018-2019 Jonas Bernoulli <jonas@bernoul.li>
+Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li>
 
 You can redistribute this document and/or modify it under the terms
 of the GNU General Public License as published by the Free Software
@@ -2030,7 +2030,7 @@ necessary changes.  See its doc string for more 
information.
 :END:
 
 #+BEGIN_QUOTE
-Copyright (C) 2018-2019 Jonas Bernoulli <jonas@bernoul.li>
+Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li>
 
 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/docs/transient.texi b/docs/transient.texi
index f694a64a38..adad7f4d3c 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -8,7 +8,7 @@
 
 @copying
 @quotation
-Copyright (C) 2018-2019 Jonas Bernoulli <jonas@@bernoul.li>
+Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li>
 
 You can redistribute this document and/or modify it under the terms
 of the GNU General Public License as published by the Free Software
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title Transient User and Developer Manual
-@subtitle for version 0.1.0 (v0.1.0-131-g6ceb643+1)
+@subtitle for version 0.1.0 (v0.1.0-134-g83cb1e4+1)
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -65,10 +65,10 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 @noindent
-This manual is for Transient version 0.1.0 (v0.1.0-131-g6ceb643+1).
+This manual is for Transient version 0.1.0 (v0.1.0-134-g83cb1e4+1).
 
 @quotation
-Copyright (C) 2018-2019 Jonas Bernoulli <jonas@@bernoul.li>
+Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li>
 
 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 148e84354b..f7d9e260cb 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1,6 +1,6 @@
 ;;; transient.el --- Transient commands          -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2018-2019  Jonas Bernoulli
+;; Copyright (C) 2018-2020  Jonas Bernoulli
 
 ;; Author: Jonas Bernoulli <jonas@bernoul.li>
 ;; Homepage: https://github.com/magit/transient



reply via email to

[Prev in Thread] Current Thread [Next in Thread]