From 172bee98411bdc6be58428612ce8c826a1dbcd9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 8 Nov 2015 14:39:01 +0100 Subject: Update year numbers in Copyright clause --- ui-curses.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'ui-curses.c') 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 * Copyright (c) 2008 Nicholas Marriott * + * 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 #include #include -- cgit v1.2.3