riscv: Add full `fence` instruction support
[tinycc.git] / RELICENSING
blob7890d2b4b45025eb84e4578c24daa71e571c8fd4
2  Relicensing TinyCC
3  ------------------
5  The authors listed below hereby confirm their agreement to relicense TinyCC
6  including their past contributions under the following terms:
9  * Permission is hereby granted, free of charge, to any person obtaining a copy
10  * of this software and associated documentation files (the "Software"), to deal
11  * in the Software without restriction, including without limitation the rights
12  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13  * copies of the Software, and to permit persons to whom the Software is
14  * furnished to do so, subject to the following conditions:
15  *
16  * The above copyright notice and this permission notice shall be included in
17  * all copies or substantial portions of the software.
18  *
19  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
22  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25  * THE SOFTWARE.
28  Author (name)              I agree (YES/NO)    Files/Features (optional)
29  ------------------------------------------------------------------------------
30  Adam Sampson               YES                 makefiles
31  Daniel Glöckner            NO                  arm-gen.c
32  Daniel Glöckner            YES                 not arm-gen.c
33  Danny Milosavljevic        YES                 arm-asm.c riscv64-asm.c
34  Edmund Grimley Evans       YES                 arm64
35  Fabrice Bellard            YES                 original author
36  Frédéric Féret             YES                 x86 64/16 bit asm
37  grischka                   YES                 tccpe.c
38  Henry Kroll                YES
39  Herman ten Brugge          YES
40  Joe Soroka                 YES
41  Kirill Smelkov             YES
42  mingodad                   YES
43  Pip Cet                    YES
44  Shinichiro Hamaji          YES                 x86_64-gen.c
45  Steffen Nurpmeso           YES
46  Vincent Lefèvre            YES
47  Thomas Preud'homme         YES                 arm-gen.c
48  Timo VJ Lähde (Timppa)     ?                   tiny_libmaker.c
49  TK                         ?                   tcccoff.c c67-gen.c
50  Tyge Løvset                YES                 tgmath.h, Windows tcc_libm.h math.h
51  Urs Janssen                YES
52  waddlesplash               YES
53  Christian Jullien          YES                 Windows Cygwin build and tests
54  Reimar Döffinger           YES
57  ------------------------------------------------------------------------------
59  Please add yourself to the list above (rsp. replace the question mark)
60  and (after fetching the latest version) commit to the "mob" branch with
61  commit message:
63      Relicensing TinyCC
65  Thanks.