Commit 66297830 66297830a07808aff29fc3a69967aab79434dd8f by Jeff Bailey

Clean up wording of licensing. Include copy of LGPL, and the FDL.

Include README-alpha in 'make dist' targets.
1 parent c1a9e1dd
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
......@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4
# imap4d
SUBDIRS = include doc m4 lib mailbox from mail pop3d imap4d
EXTRA_DIST = mailutils.spec mailutils.spec.in
EXTRA_DIST = mailutils.spec mailutils.spec.in README-alpha COPYING.FDL
release:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%y%m%d"`
......
This is the GNU mailutils package
=================================
This package contains a POP3 server and a simple replacement for `/bin/mail'.
An IMAP4 server is being worked on. These applications are tied around a
central library that handles all mailbox activity called libmailbox, which is
LGPLd (See COPYING). If you want to use this in your own programs, see the
examples subdirectory.
This package contains a POP3 server and a simple replacement for
`/bin/mail'. An IMAP4 server is being worked on. These applications
are tied around a central library that handles all mailbox activity
called libmailbox. If you want to use this in your own programs, see
the examples subdirectory.
The library is licensed under the GNU LGPL. The documentation is
licensed under the GNU Free Documentation License. All other code is
licensed under the GNU GPL. See the files COPYING, COPYING.LIB, and
COPYING.FDL for details.
This software is part of the GNU project and belongs to the Free Software
Foundation.
......