X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwrap-json.md;h=a86d2a507ac937c1957a7716cdc159a22a3193c9;hb=refs%2Fchanges%2F33%2F14333%2F1;hp=97dc2f5042bfaab26f713e1efba26196f38e52e2;hpb=99720bff24a6cda13357dde624c4822c9a96d20e;p=src%2Fapp-framework-binder.git diff --git a/src/wrap-json.md b/src/wrap-json.md index 97dc2f50..a86d2a50 100644 --- a/src/wrap-json.md +++ b/src/wrap-json.md @@ -2,7 +2,7 @@ WRAP-JSON facility ================== The facility wrap-json is based on the pack/unpack API on the -libray jansson. The two chapters below are copied from the +library jansson. The two chapters below are copied from the documentation of jansson library copyrighted by Petri Lehtinen (see at end). @@ -298,7 +298,6 @@ Examples: "bar", &myint2, &myint3); /* myint1, myint2 or myint3 is no touched as "foo" and "bar" don't exist */ - Copyright --------- @@ -321,4 +320,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -