Skip to content

Commit 08532d9

Browse files
eregonandrykonchin
authored andcommitted
Add Prism to legal.md
1 parent c4191e1 commit 08532d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/legal/legal.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ files.
168168
TruffleRuby includes parts of the FFI gem (version as described in [lib/truffle/ffi/version.rb](../../lib/truffle/ffi/version.rb)).
169169
The FFI gem is copyright 2008-2016, Ruby FFI project contributors, and covered by the three-clause BSD licence (see `ffi.txt`).
170170

171+
#### Prism
172+
173+
TruffleRuby uses the [Prism](https://github.com/ruby/prism) Ruby parser
174+
(version as described in [src/main/c/yarp/include/prism/version.h](../../src/main/c/yarp/include/prism/version.h)),
175+
copyright Shopify Inc. and is available under an MIT licence (see `src/main/c/yarp/LICENSE.md`).
176+
171177
# Java dependencies
172178

173179
TruffleRuby has Java dependencies on these modules, which are then included in

0 commit comments

Comments
 (0)