Commit Graph

4 Commits

Author SHA1 Message Date
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Thomas Mayer 8b5ef44806 json-c update to 0.11 2013-04-26 00:21:09 +02:00
Tony Theodore 7337ea85ee run make cleanup-style 2012-12-05 18:18:54 +11:00
Thomas Mayer 5763978027 Test application for json-c.
Squashed commit of the following:

commit 1ad29ec164b9f07781f68fbe39276428105e3d8e
Author: Thomas Mayer <thomas@residuum.org>
Date:   Fri Aug 10 20:51:42 2012 +0200

    Test for json-c actually outputs something instead of just return 0 or 1.

commit 2650c38c79a627f25c7dda9e89dd1acaca8d3663
Author: Thomas Mayer <thomas@residuum.org>
Date:   Sat Aug 4 16:46:28 2012 +0200

    Test case for json-c.
2012-08-10 21:05:20 +02:00