Module: wine
Branch: master
Commit: 1e344db7a67e71d45cee74d20bf246d57a9f5675
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1e344db7a67e71d45cee74d20…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Oct 2 10:30:55 2008 -0500
inetcomm: Add missing license header.
---
dlls/inetcomm/imaptransport.c | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/dlls/inetcomm/imaptransport.c b/dlls/inetcomm/imaptransport.c
index 99011b2..4cef083 100644
--- a/dlls/inetcomm/imaptransport.c
+++ b/dlls/inetcomm/imaptransport.c
@@ -2,7 +2,20 @@
* IMAP Transport
*
* Copyright 2008 Hans Leidekker for CodeWeavers
- *
+ *
+ * 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 library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COBJMACROS