diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-07-29 11:26:10 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-08-01 14:59:40 +0200 |
| commit | 2fccbdf9e8ad4f8c048616a653d398d4899bed83 (patch) | |
| tree | c8467a94dcb9ca7e550ea3202d66a113eb7e5d64 | |
| parent | 33a82931029f85943ab41f51be537062f1bee863 (diff) | |
| download | vis-2fccbdf9e8ad4f8c048616a653d398d4899bed83.tar.gz vis-2fccbdf9e8ad4f8c048616a653d398d4899bed83.tar.xz | |
Update copyright year
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | sam.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 index c35ac6d..d091024 100644 --- 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 @@ -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 |
