diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/SMTPEmail.pro b/SMTPEmail.pro index 5f395fa..9d9a00d 100644 --- a/SMTPEmail.pro +++ b/SMTPEmail.pro @@ -38,7 +38,7 @@ HEADERS += \ OTHER_FILES += \ demos/demo2/printscreen.png \ - LICENCE + LICENSE FORMS += \ demos/demo2/sendemail.ui diff --git a/demos/demo2/demo2.cpp b/demos/demo2/demo2.cpp index 770ac0c..75893fd 100644 --- a/demos/demo2/demo2.cpp +++ b/demos/demo2/demo2.cpp @@ -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 diff --git a/demos/demo2/sendemail.cpp b/demos/demo2/sendemail.cpp index 0f71208..afee11a 100644 --- a/demos/demo2/sendemail.cpp +++ b/demos/demo2/sendemail.cpp @@ -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" diff --git a/src/SmtpMime b/src/SmtpMime index 38bd2f3..e7663fd 100644 --- a/src/SmtpMime +++ b/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 diff --git a/src/emailaddress.cpp b/src/emailaddress.cpp index 26b13a6..c4b780e 100644 --- a/src/emailaddress.cpp +++ b/src/emailaddress.cpp @@ -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" diff --git a/src/mimeattachment.cpp b/src/mimeattachment.cpp index dbcdf7d..922288e 100644 --- a/src/mimeattachment.cpp +++ b/src/mimeattachment.cpp @@ -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" diff --git a/src/mimeattachment.h b/src/mimeattachment.h index 59ef9e9..9fa6d61 100644 --- a/src/mimeattachment.h +++ b/src/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 diff --git a/src/mimefile.cpp b/src/mimefile.cpp index a0b6568..38d2be3 100644 --- a/src/mimefile.cpp +++ b/src/mimefile.cpp @@ -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" diff --git a/src/mimefile.h b/src/mimefile.h index 52ab24f..e34b075 100644 --- a/src/mimefile.h +++ b/src/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 diff --git a/src/mimehtml.cpp b/src/mimehtml.cpp index d85b25d..edc3779 100644 --- a/src/mimehtml.cpp +++ b/src/mimehtml.cpp @@ -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" diff --git a/src/mimehtml.h b/src/mimehtml.h index e65ec74..6dc4c1b 100644 --- a/src/mimehtml.h +++ b/src/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 diff --git a/src/mimeinlinefile.cpp b/src/mimeinlinefile.cpp index 38ec145..83930bd 100644 --- a/src/mimeinlinefile.cpp +++ b/src/mimeinlinefile.cpp @@ -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" diff --git a/src/mimeinlinefile.h b/src/mimeinlinefile.h index 1883323..e2930de 100644 --- a/src/mimeinlinefile.h +++ b/src/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 diff --git a/src/mimemessage.cpp b/src/mimemessage.cpp index 09c3464..65ea67a 100644 --- a/src/mimemessage.cpp +++ b/src/mimemessage.cpp @@ -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" diff --git a/src/mimemessage.h b/src/mimemessage.h index d21ed35..d449d0a 100644 --- a/src/mimemessage.h +++ b/src/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 diff --git a/src/mimepart.cpp b/src/mimepart.cpp index 1c0d10b..41cfdeb 100644 --- a/src/mimepart.cpp +++ b/src/mimepart.cpp @@ -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" diff --git a/src/mimepart.h b/src/mimepart.h index 551b0c5..ba9ee43 100644 --- a/src/mimepart.h +++ b/src/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 diff --git a/src/mimetext.cpp b/src/mimetext.cpp index 579a3ae..578fd74 100644 --- a/src/mimetext.cpp +++ b/src/mimetext.cpp @@ -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" diff --git a/src/mimetext.h b/src/mimetext.h index d905317..7f94d5c 100644 --- a/src/mimetext.h +++ b/src/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 diff --git a/src/smtpclient.cpp b/src/smtpclient.cpp index aadd0bc..cf9cf15 100644 --- a/src/smtpclient.cpp +++ b/src/smtpclient.cpp @@ -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" diff --git a/src/smtpclient.h b/src/smtpclient.h index 1269883..8a3c0ca 100644 --- a/src/smtpclient.h +++ b/src/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