More ordering & layout fixes

This commit is contained in:
Vale
2016-02-26 10:33:51 -05:00
parent cfe8d82c32
commit f8aeb53372
257 changed files with 375 additions and 561 deletions

View File

@@ -5,8 +5,7 @@ the implementation, using plugins known as Providers. The advantage of this \
model is to allow applications to avoid linking to or explicitly depending \
on any particular cryptographic library. This allows one to easily change or \
upgrade crypto implementations without even needing to recompile the \
application!
"
application!"
HOMEPAGE="http://delta.affinix.com/qca/"
COPYRIGHT="2003-2014 Justin Karneges"
LICENSE="GNU LGPL v2.1"

View File

@@ -5,8 +5,7 @@ ordered sequence of value, and a collection of name/value pairs.
QJson is a Qt-based library that maps JSON data to QVariant objects. \
JSON arrays will be mapped to QVariantList instances, while JSON's objects \
will be mapped to QVariantMap.
"
will be mapped to QVariantMap."
HOMEPAGE="http://qjson.sourceforge.net/"
COPYRIGHT="2008 Flavio Castelli"
LICENSE="GNU LGPL v2.1"