diff options
author | Andre Heinecke <[email protected]> | 2016-04-11 16:16:05 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-04-11 16:16:05 +0000 |
commit | d2b55101195efe9702e855a48fc6e21839fb98cc (patch) | |
tree | e4cbb819473759cb3a55984ddc6406f3f72d2109 | |
parent | Qt: Add doc generation with doxygen (diff) | |
download | gpgme-d2b55101195efe9702e855a48fc6e21839fb98cc.tar.gz gpgme-d2b55101195efe9702e855a48fc6e21839fb98cc.zip |
Qt / Cpp: Mention coding style in READMES
* src/lang/cpp/README, src/lang/qt/README: Add hacking note.
-rw-r--r-- | lang/cpp/README | 12 | ||||
-rw-r--r-- | lang/qt/README | 8 |
2 files changed, 16 insertions, 4 deletions
diff --git a/lang/cpp/README b/lang/cpp/README index 22b440cc..d5f4093b 100644 --- a/lang/cpp/README +++ b/lang/cpp/README @@ -7,7 +7,7 @@ modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -GPGME++ is distributed in the hope that it will be useful, +GPGMEpp 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 Library General Public License for more details. @@ -42,10 +42,16 @@ The design principles of this library are as follows: no-virtuals rule is the use of abstract classes to cover C-callbacks. -GpgME was originally developed as part of the KDEPIM community -in KDE 4 it was part of kdepimlibs/gpgme++ for KF5 Gpgme++ was +GpgMEpp was originally developed as part of the KDEPIM community +in KDE 4 it was part of kdepimlibs/gpgme++ for KF5 Gpgmepp was renamed to KF5GpgMEpp and moved into it's own repository. +Hacking +------- +GpgMEpp follows KDE Coding styles. See: +https://techbase.kde.org/Policies/Frameworks_Coding_Style +for more info. + License ------- diff --git a/lang/qt/README b/lang/qt/README index bc619ebc..a6b133f5 100644 --- a/lang/qt/README +++ b/lang/qt/README @@ -21,4 +21,10 @@ Overview -------- QGpgme provides Qt API bindings around Gpgmepp. It depends on Gpgmepp. -See the generated documentation for more info +See the generated documentation for more info. + +Hacking +------- +QGpgME comes from a KDE background. As such it does not use +GNU Coding styles but KDE Coding styles. See: +https://techbase.kde.org/Policies/Frameworks_Coding_Style |