license modified
This commit is contained in:
parent
f217c1bab8
commit
2409bce571
@ -38,7 +38,7 @@ HEADERS += \
|
||||
|
||||
OTHER_FILES += \
|
||||
demos/demo2/printscreen.png \
|
||||
LICENCE
|
||||
LICENSE
|
||||
|
||||
FORMS += \
|
||||
demos/demo2/sendemail.ui
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "sendemail.h"
|
||||
|
16
src/SmtpMime
16
src/SmtpMime
@ -1,3 +1,19 @@
|
||||
/*
|
||||
Copyright (c) 2011 - Tőkés Attila
|
||||
|
||||
This file is part of SmtpClient for Qt.
|
||||
|
||||
SmtpClient for Qt is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef SMTPMIME_H
|
||||
#define SMTPMIME_H
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "emailaddress.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "mimeattachment.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef MIMEATTACHMENT_H
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "mimefile.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef MIMEFILE_H
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "mimehtml.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef MIMEHTML_H
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "mimeinlinefile.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef MIMEINLINEFILE_H
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "mimemessage.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef MIMEMESSAGE_H
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "mimepart.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef MIMEPART_H
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "mimetext.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef MIMETEXT_H
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#include "smtpclient.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the LICENCE file for more details.
|
||||
See the LICENSE file for more details.
|
||||
*/
|
||||
|
||||
#ifndef SMTPCLIENT_H
|
||||
|
Loading…
Reference in New Issue
Block a user