You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to package this utility in order to properly include Firebird SQL in Conan. Current pending PR: conan-io/conan-center-index#8947
Some things are not clear though. The README says this project is "freeware", while the README.BYACC says public domain. What exactly is the license for this project?
Packaging for Conan is also why #27 was opened. CMake trivializes building this utility across all platforms.
The text was updated successfully, but these errors were encountered:
There's no "official" license for Berkeley Yacc which btyacc is based on. Robert Corbett (the original author) has disclaimed any copyright claims in the past and I do as well. There are (to my knowledge) no patent claims on any of the algorithms involved, but, as I'm not a lawyer, that is not a legal statement.
So that means you may redistribute the code as you see fit, modified or unmodified, with any licensing terms you choose. It can be incorporated into any other project without encumberance.
Thanks for clearing that up, I greatly appreciate it! IANAL, but hopefully the Conan team will have a better idea on how to approach this with that information.
Hey there.
I need to package this utility in order to properly include Firebird SQL in Conan. Current pending PR: conan-io/conan-center-index#8947
Some things are not clear though. The README says this project is "freeware", while the README.BYACC says public domain. What exactly is the license for this project?
Packaging for Conan is also why #27 was opened. CMake trivializes building this utility across all platforms.
The text was updated successfully, but these errors were encountered: