changeset 4382:f8d37e26a2b3 HEAD

Relicensed dovecot-auth to MIT.
author Timo Sirainen <tss@iki.fi>
date Fri, 16 Jun 2006 13:38:56 +0300
parents 8ca061f80b41
children dc1f912bbf10
files COPYING src/auth/mech-apop.c src/auth/mech-gssapi.c src/auth/mech-login.c src/auth/mech-ntlm.c src/auth/mech-rpa.c src/lib-ntlm/ntlm-byteorder.h src/lib-ntlm/ntlm-encrypt.c src/lib-ntlm/ntlm-flags.h src/lib-ntlm/ntlm-message.c src/lib-ntlm/ntlm-types.h src/lib/hmac-md5.c src/lib/ioloop-epoll.c
diffstat 13 files changed, 16 insertions(+), 51 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Fri Jun 16 13:28:53 2006 +0300
+++ b/COPYING	Fri Jun 16 13:38:56 2006 +0300
@@ -1,5 +1,6 @@
-Everything in src/lib/ is under MIT license (see COPYING.MIT) unless
-otherwise mentioned at the beginning of the file.
+Everything in src/lib/, src/auth/, src/lib-sql/ and src/lib-ntlm/ is under
+MIT license (see COPYING.MIT) unless otherwise mentioned at the beginning
+of the file.
 
 Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned
 at the beginning of the file.
@@ -9,6 +10,6 @@
 src/lib/
   - md5.c : Public Domain
   - base64.c, utc-mktime.c : BSD-like (read it)
-  - primes.c, printf-upper-bound.c : LGPL v2
+  - printf-upper-bound.c : LGPL v2
 
 src/imap/imap-thread.c : merge sorting code is with MIT license.
--- a/src/auth/mech-apop.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/auth/mech-apop.c	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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"
--- a/src/auth/mech-gssapi.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/auth/mech-gssapi.c	Fri Jun 16 13:38:56 2006 +0300
@@ -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"
--- a/src/auth/mech-login.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/auth/mech-login.c	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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"
--- a/src/auth/mech-ntlm.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/auth/mech-ntlm.c	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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"
--- a/src/auth/mech-rpa.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/auth/mech-rpa.c	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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"
--- a/src/lib-ntlm/ntlm-byteorder.h	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/lib-ntlm/ntlm-byteorder.h	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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__
--- a/src/lib-ntlm/ntlm-encrypt.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/lib-ntlm/ntlm-encrypt.c	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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"
--- a/src/lib-ntlm/ntlm-flags.h	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/lib-ntlm/ntlm-flags.h	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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__
--- a/src/lib-ntlm/ntlm-message.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/lib-ntlm/ntlm-message.c	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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"
--- a/src/lib-ntlm/ntlm-types.h	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/lib-ntlm/ntlm-types.h	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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__
--- a/src/lib/hmac-md5.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/lib/hmac-md5.c	Fri Jun 16 13:38:56 2006 +0300
@@ -6,10 +6,7 @@
  * CRAM-MD5 (RFC 2195) compatibility code
  * Copyright (c) 2003 Joshua Goodall <joshua@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"
--- a/src/lib/ioloop-epoll.c	Fri Jun 16 13:28:53 2006 +0300
+++ b/src/lib/ioloop-epoll.c	Fri Jun 16 13:38:56 2006 +0300
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2004 Andrey Panin <pazke@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 */