tvi: switch to ISC - neatvi - [fork] simple vi-type editor with UTF-8 support
(HTM) git clone git://src.adamsgaard.dk/neatvi
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 76a36a5a78f420961f660f1f10067587fd39463e
(DIR) parent a31794862811a9d7f32ea15eefe36dc0ced578e8
(HTM) Author: Ali Gholami Rudi <ali@rudi.ir>
Date: Thu, 14 Apr 2016 15:21:09 +0430
vi: switch to ISC
Suggested by Christian Neukirchen <chneukirchen@gmail.com>.
Diffstat:
M vi.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/vi.c b/vi.c
t@@ -1,9 +1,19 @@
/*
- * neatvi editor
+ * NEATVI Editor
*
* Copyright (C) 2015-2016 Ali Gholami Rudi <ali at rudi dot ir>
*
- * This program is released under the Modified BSD license.
+ * 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.
*/
#include <ctype.h>
#include <fcntl.h>