]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/README.txt
Added COPYING and README.txt to libcitadel
[citadel.git] / libcitadel / README.txt
diff --git a/libcitadel/README.txt b/libcitadel/README.txt
new file mode 100644 (file)
index 0000000..2246c13
--- /dev/null
@@ -0,0 +1,17 @@
+This is libcitadel, a library which contains code that is used in multiple
+components of the Citadel system -- the server, the text mode client, and
+WebCit.  It is not intended to be a general-purpose library for widespread
+use, although there are parts of it that may be useful for that purpose,
+such as the MIME parser and the vCard data type.
+
+Copyright (c) 1987-2007 by Art Cancro and others.
+This program is distributed under the terms of the GNU General Public
+License, version 3.
+
+To build and install libcitadel:
+
+./configure
+make
+make install
+
+For more information, please consult http://www.citadel.org