diff options
-rw-r--r-- | mail/e-mail-request.c | 18 | ||||
-rw-r--r-- | mail/e-mail-request.h | 18 |
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 |