aboutsummaryrefslogtreecommitdiff
path: root/ui-curses.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-08 14:39:01 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-08 14:39:01 +0100
commit172bee98411bdc6be58428612ce8c826a1dbcd9a (patch)
tree7f0c9a78a522f7ea86f5fd0cd21ab49f29108d08 /ui-curses.c
parent3f9c4e5ae437f2ecfe71fa40de0ff8209259c572 (diff)
downloadvis-172bee98411bdc6be58428612ce8c826a1dbcd9a.tar.gz
vis-172bee98411bdc6be58428612ce8c826a1dbcd9a.tar.xz
Update year numbers in Copyright clause
Diffstat (limited to 'ui-curses.c')
-rw-r--r--ui-curses.c16
1 files changed, 14 insertions, 2 deletions
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>