vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 7d61817ab2c84aef0375fc47818052f50c0da3c7
parent deeed3a40658a6545c84605fb455f316db9c68eb
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 29 Jul 2020 11:26:10 +0200

Update copyright year

Diffstat:
MLICENSE | 2+-
Mdoc/conf.py | 2+-
Msam.c | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ vis as a whole is licensed under the following standard ISC license: - Copyright © 2014-2018 Marc André Tanner, et al. + Copyright © 2014-2020 Marc André Tanner, et al. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/doc/conf.py b/doc/conf.py @@ -59,7 +59,7 @@ master_doc = 'index' # General information about the project. project = 'Vis Editor' -copyright = '2017, Marc André Tanner' +copyright = '2014-2020 Marc André Tanner, et al.' author = 'Marc André Tanner' # The version info for the project you're documenting, acts as replacement for diff --git a/sam.c b/sam.c @@ -2,7 +2,7 @@ * Heavily inspired (and partially based upon) the X11 version of * Rob Pike's sam text editor originally written for Plan 9. * - * Copyright © 2016-2018 Marc André Tanner <mat at brain-dump.org> + * Copyright © 2016-2020 Marc André Tanner <mat at brain-dump.org> * Copyright © 1998 by Lucent Technologies * * Permission to use, copy, modify, and distribute this software for any