[dovecot-cvs] dovecot/src/auth mech-apop.c, 1.20, 1.21 mech-gssapi.c, 1.5, 1.6 mech-login.c, 1.16, 1.17 mech-ntlm.c, 1.24, 1.25 mech-rpa.c, 1.24, 1.25

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


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

Modified Files:
	mech-apop.c mech-gssapi.c mech-login.c mech-ntlm.c mech-rpa.c 
Log Message:
Relicensed dovecot-auth to MIT.



Index: mech-apop.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-apop.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- mech-apop.c	13 Jan 2006 20:25:57 -0000	1.20
+++ mech-apop.c	16 Jun 2006 10:38:56 -0000	1.21
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke at donpac.ru>
  *
- * This program 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 "common.h"

Index: mech-gssapi.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-gssapi.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mech-gssapi.c	12 Feb 2006 09:51:01 -0000	1.5
+++ mech-gssapi.c	16 Jun 2006 10:38:56 -0000	1.6
@@ -9,10 +9,7 @@
  *
  * Some parts inspired by an older patch from Colin Walters
  *
- * This program 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 "common.h"

Index: mech-login.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-login.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- mech-login.c	16 Jun 2006 10:21:32 -0000	1.16
+++ mech-login.c	16 Jun 2006 10:38:56 -0000	1.17
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke at donpac.ru>
  *
- * This program 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 "common.h"

Index: mech-ntlm.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-ntlm.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- mech-ntlm.c	14 Feb 2006 18:59:09 -0000	1.24
+++ mech-ntlm.c	16 Jun 2006 10:38:56 -0000	1.25
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke at donpac.ru>
  *
- * This program 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 "common.h"

Index: mech-rpa.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-rpa.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- mech-rpa.c	14 Feb 2006 18:59:09 -0000	1.24
+++ mech-rpa.c	16 Jun 2006 10:38:56 -0000	1.25
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke at donpac.ru>
  *
- * This program 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 "common.h"



More information about the dovecot-cvs mailing list