vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 23a9a7376c771f4a3554cc6e036dde6120e8870d parent 4aa3467afe685a4e5d78df606c92dc52750884d9 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 8 Nov 2015 14:39:01 +0100 Update year numbers in Copyright clause Diffstat:
| M | LICENSE | | | 2 | +- |
| M | text-motions.c | | | 2 | +- |
| M | text-objects.c | | | 2 | +- |
| M | text.c | | | 2 | +- |
| M | ui-curses.c | | | 16 | ++++++++++++++-- |
| M | view.c | | | 2 | +- |
| M | vis.c | | | 2 | +- |
7 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/LICENSE b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Marc André Tanner <mat at brain-dump.org> +Copyright (c) 2014-2015 Marc André Tanner <mat at brain-dump.org> 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/text-motions.c b/text-motions.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner <mat at brain-dump.org> + * Copyright (c) 2014-2015 Marc André Tanner <mat at brain-dump.org> * * 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/text-objects.c b/text-objects.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner <mat at brain-dump.org> + * Copyright (c) 2014-2015 Marc André Tanner <mat at brain-dump.org> * * 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/text.c b/text.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner <mat at brain-dump.org> + * Copyright (c) 2014-2015 Marc André Tanner <mat at brain-dump.org> * * 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/ui-curses.c b/ui-curses.c @@ -1,8 +1,20 @@ -/* parts of the color handling code originates from tmux/colour.c and is - * +/* + * Copyright (c) 2014-2015 Marc André Tanner <mat at brain-dump.org> * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* parts of the color handling code originates from tmux/colour.c */ #include <unistd.h> #include <stdlib.h> #include <string.h> diff --git a/view.c b/view.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner <mat at brain-dump.org> + * Copyright (c) 2014-2015 Marc André Tanner <mat at brain-dump.org> * * 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/vis.c b/vis.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner <mat at brain-dump.org> + * Copyright (c) 2014-2015 Marc André Tanner <mat at brain-dump.org> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above