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
Mark Brand 27e666b567 update package netpbm 2013-02-24 14:48:18 +01:00
Martin Lambers 72d125c362 Netpbm: disable code generators.
This avoids building inttypes_netpbm.h with 'typegen'. Since MinGW has
inttypes.h, this header was not used anyway.

Also, we avoid 'endiangen' by generating its trivial output directly in
GNUmakefile.
2012-12-08 08:57:56 +01:00
Martin Lambers e0ad4a67b2 Add package netpbm. 2012-12-07 20:31:59 +01:00