All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Documentation/conf.py: fix copyright years
@ 2022-09-12  8:46 Antony Pavlov
  2022-09-15  6:18 ` Antony Pavlov
  2022-09-16  6:29 ` Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: Antony Pavlov @ 2022-09-12  8:46 UTC (permalink / raw)
  To: barebox

N.B. N-dash is used!

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 Documentation/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/conf.py b/Documentation/conf.py
index bcd8633c919..5fb8b07c380 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -44,7 +44,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'barebox'
-copyright = u'2014, The barebox project'
+copyright = u'2014–2022, The barebox project'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
-- 
2.37.2




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-16 11:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12  8:46 [RFC] Documentation/conf.py: fix copyright years Antony Pavlov
2022-09-15  6:18 ` Antony Pavlov
2022-09-16  6:28   ` Sascha Hauer
2022-09-16 11:41     ` Antony Pavlov
2022-09-16  6:29 ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.