[dovecot-cvs] dovecot/src/lib-ntlm ntlm-byteorder.h, 1.2.2.1,
1.2.2.2 ntlm-encrypt.c, 1.8, 1.8.2.1 ntlm-flags.h, 1.1,
1.1.2.1 ntlm-message.c, 1.9, 1.9.2.1 ntlm-types.h, 1.3, 1.3.2.1
cras at dovecot.org
cras at dovecot.org
Fri Jun 16 13:38:31 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/lib hmac-md5.c, 1.1,
1.1.2.1 ioloop-epoll.c, 1.11, 1.11.2.1
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-ntlm
In directory talvi:/tmp/cvs-serv9578/src/lib-ntlm
Modified Files:
Tag: branch_1_0
ntlm-byteorder.h ntlm-encrypt.c ntlm-flags.h ntlm-message.c
ntlm-types.h
Log Message:
Relicensed dovecot-auth to MIT.
Index: ntlm-byteorder.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-byteorder.h,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- ntlm-byteorder.h 16 Jun 2006 10:26:12 -0000 1.2.2.1
+++ ntlm-byteorder.h 16 Jun 2006 10:38:28 -0000 1.2.2.2
@@ -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.
*/
#ifndef __NTLM_BYTEORDER_H__
Index: ntlm-encrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-encrypt.c,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- ntlm-encrypt.c 13 Jan 2006 20:26:19 -0000 1.8
+++ ntlm-encrypt.c 16 Jun 2006 10:38:28 -0000 1.8.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.
*/
#include "lib.h"
Index: ntlm-flags.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-flags.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- ntlm-flags.h 28 Jul 2004 15:39:30 -0000 1.1
+++ ntlm-flags.h 16 Jun 2006 10:38:28 -0000 1.1.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.1 of the License, or (at your option) any later version.
+ * This software is released under the MIT license.
*/
#ifndef __NTLM_FLAGS_H__
Index: ntlm-message.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-message.c,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- ntlm-message.c 14 Feb 2006 18:59:19 -0000 1.9
+++ ntlm-message.c 16 Jun 2006 10:38:28 -0000 1.9.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.
*/
#include "lib.h"
Index: ntlm-types.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-types.h,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- ntlm-types.h 24 Feb 2006 10:20:32 -0000 1.3
+++ ntlm-types.h 16 Jun 2006 10:38:28 -0000 1.3.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.
*/
#ifndef __NTLM_TYPES_H__
- Previous message: [dovecot-cvs] dovecot/src/lib hmac-md5.c, 1.1,
1.1.2.1 ioloop-epoll.c, 1.11, 1.11.2.1
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list