summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks/luasocket-1-build-on-mxe.patch
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-08-22 19:52:34 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-08-27 09:31:29 (GMT)
commit6adb5ade12836064d271868ce5fe16a3e0cc779b (patch)
tree5418f3863325776e426643a8847c1551e4001eb5 /plugins/luarocks/luasocket-1-build-on-mxe.patch
parent1b4b98c918219c5b709f735ca6a4280cd74ee0f7 (diff)
downloadmxe-6adb5ade12836064d271868ce5fe16a3e0cc779b.zip
mxe-6adb5ade12836064d271868ce5fe16a3e0cc779b.tar.gz
mxe-6adb5ade12836064d271868ce5fe16a3e0cc779b.tar.bz2
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
Diffstat (limited to 'plugins/luarocks/luasocket-1-build-on-mxe.patch')
-rw-r--r--plugins/luarocks/luasocket-1-build-on-mxe.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/luarocks/luasocket-1-build-on-mxe.patch b/plugins/luarocks/luasocket-1-build-on-mxe.patch
index c6e6db5..1845a0a 100644
--- a/plugins/luarocks/luasocket-1-build-on-mxe.patch
+++ b/plugins/luarocks/luasocket-1-build-on-mxe.patch
@@ -1,5 +1,4 @@
-This file is part of MXE.
-See index.html for further information.
+This file is part of MXE. See LICENSE.md for licensing information.
From 11c943734757cf703daa6768b3919b7a580fe8b0 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>