"Parrot licenses"



Hi. Is there a way to find which files are listen on Parrot - Code - Licenses as: * GNU General Public License 2.0 ... 10 files, * Artistic License ... 1 files.

Thanks.

Avatar

mj41

over 5 years ago
 

Hi mj41,

I ran a database query and it looks like GPL was found in these files:

compilers/imcc/imcparser.c
compilers/imcc/imcparser.h
compilers/pirc/macro/macroparser.c
compilers/pirc/macro/macroparser.h
compilers/pirc/new/pirparser.c
compilers/pirc/new/pirparser.h
languages/cola/parser.c
languages/cola/parser.h
languages/plumhead/src/yacc/plumhead_parser.c
languages/plumhead/src/yacc/plumhead_parser.h

Artistic turned up here:

editor/pasm.el

From a casual glance, it looks like the GPL citations are false positives caused by Bison. This was discussed previously in this thread. Our license parser isn't smart enough to recognize that GPL doesn't apply when you are using Bison in this way, so there will need to be some work on our end to make these licensing flags go away.

Thanks, Robin

Avatar

Robin Luckey

over 5 years ago
 

License of editor/pasm.el is Artistic License 2.0 not Artistic License. It is probably another license parser problem.

Thanks, Michal Jurosz.

Avatar

mj41

over 5 years ago
 



 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.