source: EcnlProtoTool/trunk/tcc-0.9.27/RELICENSING@ 331

Last change on this file since 331 was 331, checked in by coas-nagasima, 6 years ago

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

File size: 2.6 KB
Line 
1
2 Relicensing TinyCC
3 ------------------
4
5 The authors listed below hereby confirm their agreement to relicense TinyCC
6 including their past contributions under the following terms:
7
8
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.
26
27
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 Edmund Grimley Evans YES arm64
34 Fabrice Bellard YES original author
35 Fr辿d辿ric F辿ret YES x86 64/16 bit asm
36 grischka YES tccpe.c
37 Henry Kroll YES
38 Joe Soroka YES
39 Kirill Smelkov YES
40 mingodad YES
41 Pip Cet YES
42 Shinichiro Hamaji YES x86_64-gen.c
43 Vincent Lef竪vre YES
44 Thomas Preud'homme YES arm-gen.c
45 Timo VJ L辰hde (Timppa) ? tiny_libmaker.c
46 TK ? tcccoff.c c67-gen.c
47 Urs Janssen YES
48 waddlesplash YES
49 Christian Jullien YES Windows Cygwin build and tests
50
51
52 ------------------------------------------------------------------------------
53
54 Please add yourself to the list above (rsp. replace the question mark)
55 and (after fetching the latest version) commit to the "mob" branch with
56 commit message:
57
58 Relicensing TinyCC
59
60 Thanks.
Note: See TracBrowser for help on using the repository browser.