mxe/tools
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
..
build-pkg.lua Copyright headers: point to LICENSE.md and shorten 2016-08-27 12:31:29 +03:00
compat-init.sh tools: use a "compat-init.sh" for all compatibility variables 2014-09-23 14:28:47 -07:00
copydlldeps.md tools/copydlldeps: introducing excludepattern and whitelist of DLLs 2016-07-15 22:50:09 +10:00
copydlldeps.py minizip, tools/copydlldeps: Run "make cleanup-style" 2015-01-11 10:03:13 -05:00
copydlldeps.sh tools/copydlldeps: removing exit 0 at the end 2016-07-15 22:50:17 +10:00
create-screenshot-for-doc Cleanup coding style via "make cleanup-style" 2012-03-29 13:02:06 +02:00
fake-editor Copyright headers: point to LICENSE.md and shorten 2016-08-27 12:31:29 +03:00
install-deps install-deps: install bc to compare versions 2016-06-29 01:42:19 +03:00
make-shared-from-static tools: note source of make-shared-from-static 2015-10-22 18:15:46 +11:00
mxe-activate mxe-activate: update completions and change alias to mxe-make 2016-01-11 01:10:25 +11:00
nonetwork.c nonetwork: new line before the message and flush 2016-03-26 14:17:36 +03:00
patch-tool-mxe patch-tool-mxe can import all patches of a package 2016-01-08 15:39:41 +03:00
s3-fetch-and-sync Copyright headers: point to LICENSE.md and shorten 2016-08-27 12:31:29 +03:00
skeleton.py Copyright headers: point to LICENSE.md and shorten 2016-08-27 12:31:29 +03:00
travis-push.sh Make Travis CI build build-matrix.html 2016-01-03 20:29:54 +11:00
update-config-guess Copyright headers: point to LICENSE.md and shorten 2016-08-27 12:31:29 +03:00
update-gmsl Copyright headers: point to LICENSE.md and shorten 2016-08-27 12:31:29 +03:00