]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
add README
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 14 Feb 2014 16:52:24 +0000 (17:52 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Feb 2014 16:49:56 +0000 (17:49 +0100)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..c728393
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+Newt
+----
+
+Newt is a programming library for color text mode, widget based user
+interfaces.  Newt can be used to add stacked windows, entry widgets,
+checkboxes, radio buttons, labels, plain text fields, scrollbars,
+etc., to text mode user interfaces.  Newt is based on the slang library.
+
+Homepage:
+    https://fedorahosted.org/newt/
+
+Copyright (C) 1996-2014  Red Hat, Inc.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public
+License version 2 as published by the Free Software Foundation.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA