changeset 1:6d0a30d1197c HEAD

fixes
author Timo Sirainen <tss@iki.fi>
date Fri, 09 Aug 2002 12:18:52 +0300
parents 3b1985cbc908
children 3b288990eb37
files COPYING src/lib-storage/Makefile.am
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/COPYING	Fri Aug 09 12:18:52 2002 +0300
@@ -0,0 +1,10 @@
+Everything is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned at the
+beginning of the file. Almost everything in src/lib/ is with MIT license.
+
+The exceptions are:
+
+src/lib/
+  - base64.c : BSD-like (read it)
+  - hash.c, primes.c, strfuncs.c, tree.c : LGPL v2
+
+src/lib-imap/imap-match.c : BSD-like (read it)
--- a/src/lib-storage/Makefile.am	Fri Aug 09 12:15:38 2002 +0300
+++ b/src/lib-storage/Makefile.am	Fri Aug 09 12:18:52 2002 +0300
@@ -21,4 +21,4 @@
 DISTFILES = $(DIST_COMMON) $(real_sources) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 distclean-generic:
-	rm -f mail-storage-register.c
+	rm -f Makefile mail-storage-register.c