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 --- LICENSE | 2 +- text-motions.c | 2 +- text-objects.c | 2 +- text.c | 2 +- ui-curses.c | 16 ++++++++++++++-- view.c | 2 +- vis.c | 2 +- 7 files changed, 20 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 0c1240b..2a5106c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Marc André Tanner +Copyright (c) 2014-2015 Marc André Tanner 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 + * Copyright (c) 2014-2015 Marc André Tanner * * 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 + * Copyright (c) 2014-2015 Marc André Tanner * * 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 index a7016ca..92e961c 100644 --- a/text.c +++ b/text.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner + * Copyright (c) 2014-2015 Marc André Tanner * * 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 * 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 diff --git a/view.c b/view.c index 3dc3d51..8931301 100644 --- a/view.c +++ b/view.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner + * Copyright (c) 2014-2015 Marc André Tanner * * 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 index 0001501..c84b415 100644 --- a/vis.c +++ b/vis.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Marc André Tanner + * Copyright (c) 2014-2015 Marc André Tanner * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3