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