aboutsummaryrefslogtreecommitdiff
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
parent3f9c4e5ae437f2ecfe71fa40de0ff8209259c572 (diff)
downloadvis-172bee98411bdc6be58428612ce8c826a1dbcd9a.tar.gz
vis-172bee98411bdc6be58428612ce8c826a1dbcd9a.tar.xz
Update year numbers in Copyright clause
-rw-r--r--LICENSE2
-rw-r--r--text-motions.c2
-rw-r--r--text-objects.c2
-rw-r--r--text.c2
-rw-r--r--ui-curses.c16
-rw-r--r--view.c2
-rw-r--r--vis.c2
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 <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
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 <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>
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 <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
index 0001501..c84b415 100644
--- 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