Introduction
Introduction Statistics Contact Development Disclaimer Help
tvi: switch to ISC - neatvi - [fork] simple vi-type editor with UTF-8 support
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit 76a36a5a78f420961f660f1f10067587fd39463e
parent a31794862811a9d7f32ea15eefe36dc0ced578e8
Author: Ali Gholami Rudi <[email protected]>
Date: Thu, 14 Apr 2016 15:21:09 +0430
vi: switch to ISC
Suggested by Christian Neukirchen <[email protected]>.
Diffstat:
M vi.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
---
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>
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.