boostorg / boost_install

8 stars 31 forks source link

boost_install license #65

Open rowaida1971 opened 1 year ago

rowaida1971 commented 1 year ago

Hi, We build boost offline and with newer boost versions, the submodules are not all available, so we need to have the packages for the submodules as well, but we have strict license rules and can't use unlicensed packages. Could you add LICENSE.txt file similar to https://github.com/boostorg/build?

Thank you.

pdimov commented 1 year ago

As a general rule, we don't add LICENSE files to boostorg submodules. Each file has a copyright preamble though. E.g.

https://github.com/boostorg/boost_install/blob/05799a9b0148bd67be52d3f0fe1576194523b63e/BoostConfig.cmake#L1-L3 https://github.com/boostorg/boost_install/blob/05799a9b0148bd67be52d3f0fe1576194523b63e/BoostDetectToolset.cmake#L1-L3 https://github.com/boostorg/boost_install/blob/05799a9b0148bd67be52d3f0fe1576194523b63e/Jamfile#L1-L3 https://github.com/boostorg/boost_install/blob/05799a9b0148bd67be52d3f0fe1576194523b63e/boost-install-dirs.jam#L1-L3 https://github.com/boostorg/boost_install/blob/05799a9b0148bd67be52d3f0fe1576194523b63e/boost-install.jam#L1-L3