From 86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 31 Mar 2012 18:13:48 -0400 Subject: EMailRequest: Add license header. --- mail/e-mail-request.c | 18 ++++++++++++++++++ mail/e-mail-request.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'mail') diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c index 12c322c942..8923f1a7c7 100644 --- a/mail/e-mail-request.c +++ b/mail/e-mail-request.c @@ -1,3 +1,21 @@ +/* + * e-mail-request.c + * + * 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) version 3. + * + * This program 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 the program; if not, see + * + */ + #define LIBSOUP_USE_UNSTABLE_REQUEST_API #include "e-mail-request.h" diff --git a/mail/e-mail-request.h b/mail/e-mail-request.h index 923362101e..7825ad74c4 100644 --- a/mail/e-mail-request.h +++ b/mail/e-mail-request.h @@ -1,3 +1,21 @@ +/* + * e-mail-request.h + * + * 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) version 3. + * + * This program 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 the program; if not, see + * + */ + #ifndef E_MAIL_REQUEST_H #define E_MAIL_REQUEST_H -- cgit v1.2.3