Commit Graph

8 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
Tony Theodore f491562090 package hdf5: fix checksum and autoconf version patch 2013-11-23 14:49:33 +11:00
Niels Kristian Bech Jensen 239bc4f238 update package hdf5 2013-11-19 13:10:26 +11:00
Niels Kristian Bech Jensen 1253ce630d update package hdf5 2013-05-24 13:11:49 +10:00
Tony Theodore 74c61cb3f2 update packages hdf4 and hdf5 2013-02-14 22:22:16 +11:00
root 399a0157ef hdf5 fixes to build on debian squeeze 6.0 2013-02-06 14:09:28 +04:00
Tony Theodore 0b9a32d8d7 packages gdb graphicsmagick hdf5 ncurses: add patch headers 2012-12-14 21:55:29 +11:00
Luis Saavedra b727e2003f downgrade in the autoconf version requirement (2.69 --> 2.68), in both cases 2.69 is not necessary 2012-12-14 02:53:39 -03:00