aboutsummaryrefslogtreecommitdiff
path: root/RELICENSING
Commit message (Collapse)AuthorAgeFilesLines
* Relicensing TinyCC.gus knight2015-07-271-0/+1
| | | | I haven't contributed anything yet, but I might as well add this :)
* Convert some lines from ISO-8859-1 to UTF-8.Edmund Grimley Evans2015-03-111-4/+4
| | | | | | | | perl -i -pe 'use Text::Iconv; $c1 = Text::Iconv->new("utf-8", "utf-8"); $c2 = Text::Iconv->new("iso-8859-1", "utf-8"); if (!$c1->convert($_)) { $_ = $c2->convert($_); }' \ `find * -type f`
* Relicensing TinyCCEdmund Grimley Evans2015-02-251-0/+1
|
* Relicensing TinyCCDaniel Glöckner2014-01-041-0/+1
| | | | | I'm fine with relicensing all my contributions to files other than arm-gen.c.
* Relicensing TinyCCDaniel Glöckner2014-01-041-1/+1
|
* Relicensing TinyCCFrédéric Féret2013-06-221-1/+1
|
* Relicensing TinyCCFabrice Bellard2013-05-231-1/+1
|
* Relicensing TinyCCShinichiro Hamaji2013-05-061-1/+1
|
* Relicensing TinyCCThomas Preud'homme2013-05-051-1/+1
|
* Relicensing TinyCCgrischka2013-05-051-0/+48
It has been discussed on the list whether it would be good to relicense TinyCC under a more permissive BSD-like license. The discussion started here: http://lists.gnu.org/archive/html/tinycc-devel/2013-04/msg00052.html Opinions varied but mostly were positive so it appears to be worth to start the process and see how far we can get. For that purpose I've committed a new file RELICENSING with the suggested new license clause and a list for people to confirm their agreement (or disagreement). If you have contributed to TinyCC in the past, in particular if you are one of the copyright owners for an entire file, please add yourself to that file (rsp. replace the question mark) and commit the change to the "mob" brancn with log message: Relicensing TinyCC Thanks.