Skip to content

Commit c4191e1

Browse files
eregonandrykonchin
authored andcommitted
Correct FFI version in legal.md and 3rd_party_licenses.txt
1 parent d6dec92 commit c4191e1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

3rd_party_licenses.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ of
13081308
*/
13091309
================================================================================
13101310

1311-
ffi 1.14.2
1311+
ffi 1.15.5
13121312

13131313
Copyright (c) 2008-2016, Ruby FFI project contributors
13141314
All rights reserved.

doc/legal/legal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ files.
165165

166166
#### FFI
167167

168-
TruffleRuby includes parts of the FFI gem 1.14.2. The FFI gem is copyright
169-
2008-2016, Ruby FFI project contributors, and covered by the three-clause BSD
170-
licence (see `ffi.txt`).
168+
TruffleRuby includes parts of the FFI gem (version as described in [lib/truffle/ffi/version.rb](../../lib/truffle/ffi/version.rb)).
169+
The FFI gem is copyright 2008-2016, Ruby FFI project contributors, and covered by the three-clause BSD licence (see `ffi.txt`).
171170

172171
# Java dependencies
173172

0 commit comments

Comments
 (0)