]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added readme for libcfg.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 20 Apr 2011 17:31:11 +0000 (19:31 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 20 Apr 2011 17:31:41 +0000 (19:31 +0200)
src/cfg/Makefile.am
src/cfg/README [new file with mode: 0644]

index 9d47df07adf81d63a9b6a5ee75a5483f8433a316..bb0b25abadb709ce4960c3374ae6242e74ac3788 100644 (file)
@@ -1,4 +1,4 @@
-EXTRA_DIST = cfg+.h  cfgfile.h  cmdline.h  shared.h \
+EXTRA_DIST = cfg+.h  cfgfile.h  cmdline.h  shared.h README \
        cfg+.c  cfgfile.c  cmdline.c  parse.c  props.c  shared.c
 
 SUBDIRS = platon
diff --git a/src/cfg/README b/src/cfg/README
new file mode 100644 (file)
index 0000000..bbe901a
--- /dev/null
@@ -0,0 +1,6 @@
+The libcfg+ library is not part of the GnuTLS library, but is 
+used by GnuTLS programs. It is licensed under the GNU GPL v2.
+
+Original site:
+http://platon.sk/projects/libcfg+/
+