[dovecot-cvs] dovecot/src/lib hmac-md5.c, 1.1, 1.1.2.1 ioloop-epoll.c, 1.11, 1.11.2.1

cras at dovecot.org cras at dovecot.org
Fri Jun 16 13:38:29 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv9578/src/lib

Modified Files:
      Tag: branch_1_0
	hmac-md5.c ioloop-epoll.c 
Log Message:
Relicensed dovecot-auth to MIT.



Index: hmac-md5.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/hmac-md5.c,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- hmac-md5.c	30 Jul 2004 01:57:04 -0000	1.1
+++ hmac-md5.c	16 Jun 2006 10:38:27 -0000	1.1.2.1
@@ -6,10 +6,7 @@
  * CRAM-MD5 (RFC 2195) compatibility code
  * Copyright (c) 2003 Joshua Goodall <joshua at roughtrade.net>
  *
- * This library is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published 
- * by the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This software is released under the MIT license.
  */
 
 #include "lib.h"

Index: ioloop-epoll.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ioloop-epoll.c,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- ioloop-epoll.c	10 Feb 2006 15:47:58 -0000	1.11
+++ ioloop-epoll.c	16 Jun 2006 10:38:27 -0000	1.11.2.1
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke at donpac.ru>
  *
- * This library is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published 
- * by the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This software is released under the MIT license.
  */
 
 /* @UNSAFE: whole file */



More information about the dovecot-cvs mailing list