Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | upgrade package popt | Mark Brand | 2010-05-11 | 1 | -91/+10 |
| | | | | Much easier now that we don't need gnulib here. | ||||
* | point consequently to "doc/index.html" instead of "doc/index.html or doc/README" | Volker Grabsch | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | use the autotools for package popt | Volker Grabsch | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | simplified file markers | Volker Grabsch | 2010-01-16 | 1 | -20/+2 |
| | |||||
* | add a copyright notice and license to each source file | Volker Grabsch | 2009-08-21 | 1 | -0/+21 |
| | |||||
* | new package: popt (by Mark Brand) | Volker Grabsch | 2009-06-16 | 1 | -0/+148 |