1
0
Fork 0
Commit Graph

21 Commits

Author SHA1 Message Date
Steffen Nurpmeso 2c1c20a48c Relicensing TinyCC 2023-10-31 22:59:44 +01:00
Reimar Döffinger 1bfed06c2a Relicensing TinyCC 2023-10-29 14:53:06 +01:00
Tyge Løvset 3564c47e52 Relicensing TinyCC 2021-04-27 11:56:43 +02:00
Danny Milosavljevic 431a74a446 Relicensing TinyCC 2021-04-26 19:34:27 +02:00
Danny Milosavljevic d6f2d58158
Relicensing TinyCC 2021-02-02 14:07:43 +01:00
herman ten brugge 1c255baad5 test coverage update
Add myself to RELICENSING file
    Use locking when writing tcov file
    Fixed sometimes last line of function not shown
    Merge tcc_tcov_add_file and tcc_add_tcov
    Allow absolute file names
    Count case labels with no code better
2021-01-27 13:27:10 +01:00
Christian Jullien 576bee9a37 Add note about native Windows bootstrap using Cygwin. 2017-02-23 06:45:26 +01:00
gus knight 8f620c8af8 Adding two more people to the RELICENSING file.
They also responded to my mail with a YES.
2015-07-31 16:56:23 -04:00
gus knight 770fd39bd1 Relicensing TinyCC.
I've been sending a lot of mails out asking contributors if they
approve the license change, so I'm adding the ones who reply here.
2015-07-29 09:58:59 -04:00
Vincent Lefevre 07c6263732 typo in RELICENSING 2015-07-29 15:29:22 +02:00
Vincent Lefevre e667d0cc9c Relicensing TinyCC 2015-07-29 15:24:56 +02:00
gus knight 5e67f24e6b Relicensing TinyCC.
I haven't contributed anything yet, but I might as well add this :)
2015-07-27 12:39:54 -04:00
Edmund Grimley Evans aa812e8745 Convert some lines from ISO-8859-1 to UTF-8.
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`
2015-03-11 07:30:03 +00:00
Edmund Grimley Evans 36bb8994dd Relicensing TinyCC 2015-02-25 07:52:39 +00:00
Daniel Glöckner 5078a06e91 Relicensing TinyCC
I'm fine with relicensing all my contributions to files other than
arm-gen.c.
2014-01-04 15:35:26 +01:00
Daniel Glöckner 9e9e5c2929 Relicensing TinyCC 2014-01-04 10:59:04 +01:00
Frédéric Féret 8c033a1461 Relicensing TinyCC 2013-06-22 16:18:49 +02:00
Fabrice Bellard 47d9f08c6f Relicensing TinyCC 2013-05-23 10:40:12 +02:00
Shinichiro Hamaji 47305d427d Relicensing TinyCC 2013-05-06 06:55:16 +09:00
Thomas Preud'homme 6f512a7f1c Relicensing TinyCC 2013-05-05 23:51:58 +02:00
grischka e670435500 Relicensing TinyCC
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.
2013-05-05 23:45:51 +02:00