aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-01 06:13:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-04-01 06:13:48 +0800
commit86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3 (patch)
treeb058472ca7e92a3934318d37121527888ebe296e /mail
parentbfb1d53650e81405792091827dd937182367cd6c (diff)
downloadgsoc2013-evolution-86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3.tar
gsoc2013-evolution-86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3.tar.gz
gsoc2013-evolution-86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3.tar.bz2
gsoc2013-evolution-86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3.tar.lz
gsoc2013-evolution-86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3.tar.xz
gsoc2013-evolution-86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3.tar.zst
gsoc2013-evolution-86aa5a3c1ac51a4f088e64f4d1fd07fa190bb6e3.zip
EMailRequest: Add license header.
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-request.c18
-rw-r--r--mail/e-mail-request.h18
2 files changed, 36 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>
+ *
+ */
+
#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 <http://www.gnu.org/licenses/>
+ *
+ */
+
#ifndef E_MAIL_REQUEST_H
#define E_MAIL_REQUEST_H