[dovecot-cvs] dovecot/src/auth mech-apop.c, 1.20, 1.20.2.1 mech-gssapi.c, 1.5, 1.5.2.1 mech-login.c, 1.15.2.1, 1.15.2.2 mech-ntlm.c, 1.24, 1.24.2.1 mech-rpa.c, 1.24, 1.24.2.1

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


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

Modified Files:
      Tag: branch_1_0
	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.20.2.1
diff -u -d -r1.20 -r1.20.2.1
--- mech-apop.c	13 Jan 2006 20:25:57 -0000	1.20
+++ mech-apop.c	16 Jun 2006 10:38:25 -0000	1.20.2.1
@@ -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.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- mech-gssapi.c	12 Feb 2006 09:51:01 -0000	1.5
+++ mech-gssapi.c	16 Jun 2006 10:38:25 -0000	1.5.2.1
@@ -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.15.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- mech-login.c	16 Jun 2006 10:21:32 -0000	1.15.2.1
+++ mech-login.c	16 Jun 2006 10:38:25 -0000	1.15.2.2
@@ -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.24.2.1
diff -u -d -r1.24 -r1.24.2.1
--- mech-ntlm.c	14 Feb 2006 18:59:09 -0000	1.24
+++ mech-ntlm.c	16 Jun 2006 10:38:25 -0000	1.24.2.1
@@ -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.24.2.1
diff -u -d -r1.24 -r1.24.2.1
--- mech-rpa.c	14 Feb 2006 18:59:09 -0000	1.24
+++ mech-rpa.c	16 Jun 2006 10:38:25 -0000	1.24.2.1
@@ -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