diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-08-22 19:52:34 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-08-27 09:31:29 (GMT) |
commit | 6adb5ade12836064d271868ce5fe16a3e0cc779b (patch) | |
tree | 5418f3863325776e426643a8847c1551e4001eb5 /plugins/apps | |
parent | 1b4b98c918219c5b709f735ca6a4280cd74ee0f7 (diff) | |
download | mxe-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/apps')
-rw-r--r-- | plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch | 3 | ||||
-rw-r--r-- | plugins/apps/keepassx.mk | 3 | ||||
-rw-r--r-- | plugins/apps/luajit.mk | 3 | ||||
-rw-r--r-- | plugins/apps/qbittorrent-1-fixes.patch | 3 | ||||
-rw-r--r-- | plugins/apps/qbittorrent.mk | 3 | ||||
-rw-r--r-- | plugins/apps/tor-1-fixes.patch | 3 | ||||
-rw-r--r-- | plugins/apps/tor.mk | 3 | ||||
-rw-r--r-- | plugins/apps/wrk-1-fixes.patch | 3 | ||||
-rw-r--r-- | plugins/apps/wrk.mk | 3 |
9 files changed, 9 insertions, 18 deletions
diff --git a/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch b/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch index 2962b63..0d97f8c 100644 --- a/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch +++ b/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.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 e941cfd42870fe214f8c44cd5e4d8ee6893b0904 Mon Sep 17 00:00:00 2001 From: Boris Nagaev <bnagaev@gmail.com> diff --git a/plugins/apps/keepassx.mk b/plugins/apps/keepassx.mk index 111bb0b..2a9ad9c 100644 --- a/plugins/apps/keepassx.mk +++ b/plugins/apps/keepassx.mk @@ -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. PKG := keepassx $(PKG)_IGNORE := diff --git a/plugins/apps/luajit.mk b/plugins/apps/luajit.mk index 1fcfe9b..aa396fb 100644 --- a/plugins/apps/luajit.mk +++ b/plugins/apps/luajit.mk @@ -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. # enable native build of luajit for wrk # leave build rule in src/luajit.mk for other uses (i.e. build-pkg) diff --git a/plugins/apps/qbittorrent-1-fixes.patch b/plugins/apps/qbittorrent-1-fixes.patch index fe4c17a..4d9cbab 100644 --- a/plugins/apps/qbittorrent-1-fixes.patch +++ b/plugins/apps/qbittorrent-1-fixes.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. Contains ad hoc patches for cross building. diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk index 00a4019..0078607 100644 --- a/plugins/apps/qbittorrent.mk +++ b/plugins/apps/qbittorrent.mk @@ -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. PKG := qbittorrent $(PKG)_IGNORE := diff --git a/plugins/apps/tor-1-fixes.patch b/plugins/apps/tor-1-fixes.patch index 9d9b415..6316094 100644 --- a/plugins/apps/tor-1-fixes.patch +++ b/plugins/apps/tor-1-fixes.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. Contains ad hoc patches for cross building. diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk index f75933b..6b7e3f4 100644 --- a/plugins/apps/tor.mk +++ b/plugins/apps/tor.mk @@ -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. PKG := tor $(PKG)_IGNORE := diff --git a/plugins/apps/wrk-1-fixes.patch b/plugins/apps/wrk-1-fixes.patch index a01fced..7e6134f 100644 --- a/plugins/apps/wrk-1-fixes.patch +++ b/plugins/apps/wrk-1-fixes.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. Contains ad hoc patches for cross building. diff --git a/plugins/apps/wrk.mk b/plugins/apps/wrk.mk index 751d246..656040d 100644 --- a/plugins/apps/wrk.mk +++ b/plugins/apps/wrk.mk @@ -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. PKG := wrk $(PKG)_IGNORE := |