18 19 20 21
# File 'lib/spdx_parser.rb', line 18 def self.parse_licenses(data) tree = parse_tree(data) tree.get_licenses end