diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 14:39:01 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 14:39:01 +0100 |
| commit | 172bee98411bdc6be58428612ce8c826a1dbcd9a (patch) | |
| tree | 7f0c9a78a522f7ea86f5fd0cd21ab49f29108d08 | |
| parent | 3f9c4e5ae437f2ecfe71fa40de0ff8209259c572 (diff) | |
| download | vis-172bee98411bdc6be58428612ce8c826a1dbcd9a.tar.gz vis-172bee98411bdc6be58428612ce8c826a1dbcd9a.tar.xz | |
Update year numbers in Copyright clause
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | text-motions.c | 2 | ||||
| -rw-r--r-- | text-objects.c | 2 | ||||
| -rw-r--r-- | text.c | 2 | ||||
| -rw-r--r-- | ui-curses.c | 16 | ||||
| -rw-r--r-- | view.c | 2 | ||||
| -rw-r--r-- | vis.c | 2 |
7 files changed, 20 insertions, 8 deletions
@@ -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 index cde74cc..16e448d 100644 --- 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 index a65d46c..a4a0db7 100644 --- 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 @@ -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 index cb9d6ea..7e30dbc 100644 --- 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> @@ -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 @@ -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 |
