aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-01 09:42:39 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-01 09:43:50 +0100
commitaec4951cef4992db505d5b5a162877522195498b (patch)
tree52e394fa644fe9c8b638b2e16172bfc72ec4b87a
parent2ac88768ec2a643fe4a91f1bcde476fb5ec662c8 (diff)
downloadvis-aec4951cef4992db505d5b5a162877522195498b.tar.gz
vis-aec4951cef4992db505d5b5a162877522195498b.tar.xz
Update year number to 2017
-rw-r--r--LICENSE4
-rw-r--r--sam.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 83c1c6e..782ce0d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
vis as a whole is licensed under the following standard ISC license:
- Copyright © 2014-2016 Marc André Tanner, et al.
+ Copyright © 2014-2017 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
@@ -30,7 +30,7 @@ under terms compatible with the above ISC license:
version of Rob Pike's sam text editor originally written for Plan 9
and distributed under an ISC-like license
- - lexers/* the LPeg based lexers used for syntax highlighting are
+ - lua/lexers/* the LPeg based lexers used for syntax highlighting are
imported from the Scintillua project licensed under the MIT license
Check the individual source files for more specific copyright information.
diff --git a/sam.c b/sam.c
index 3238cb1..af895fc 100644
--- 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 Marc André Tanner <mat at brain-dump.org>
+ * Copyright © 2016-2017 Marc André Tanner <mat at brain-dump.org>
* Copyright © 1998 by Lucent Technologies
*
* Permission to use, copy, modify, and distribute this software for any