license modified

This commit is contained in:
Your Name 2011-09-02 18:24:39 +03:00
parent f217c1bab8
commit 2409bce571
22 changed files with 36 additions and 20 deletions

View File

View File

@ -38,7 +38,7 @@ HEADERS += \
OTHER_FILES += \ OTHER_FILES += \
demos/demo2/printscreen.png \ demos/demo2/printscreen.png \
LICENCE LICENSE
FORMS += \ FORMS += \
demos/demo2/sendemail.ui demos/demo2/sendemail.ui

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include <QtGui/QApplication> #include <QtGui/QApplication>

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "sendemail.h" #include "sendemail.h"

View File

@ -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 #ifndef SMTPMIME_H
#define SMTPMIME_H #define SMTPMIME_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "emailaddress.h" #include "emailaddress.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "mimeattachment.h" #include "mimeattachment.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef MIMEATTACHMENT_H #ifndef MIMEATTACHMENT_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "mimefile.h" #include "mimefile.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef MIMEFILE_H #ifndef MIMEFILE_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "mimehtml.h" #include "mimehtml.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef MIMEHTML_H #ifndef MIMEHTML_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "mimeinlinefile.h" #include "mimeinlinefile.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef MIMEINLINEFILE_H #ifndef MIMEINLINEFILE_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "mimemessage.h" #include "mimemessage.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef MIMEMESSAGE_H #ifndef MIMEMESSAGE_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "mimepart.h" #include "mimepart.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef MIMEPART_H #ifndef MIMEPART_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "mimetext.h" #include "mimetext.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef MIMETEXT_H #ifndef MIMETEXT_H

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#include "smtpclient.h" #include "smtpclient.h"

View File

@ -11,7 +11,7 @@
SmtpClient for Qt is distributed in the hope that it will be useful, SmtpClient for Qt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. but WITHOUT ANY WARRANTY.
See the LICENCE file for more details. See the LICENSE file for more details.
*/ */
#ifndef SMTPCLIENT_H #ifndef SMTPCLIENT_H