open-simulation-platform / cosim-cli

Command-line interface for libcosim
https://open-simulation-platform.github.io/cosim
Mozilla Public License 2.0
10 stars 4 forks source link

Include license files in release bundles #71

Closed kyllingstad closed 4 years ago

kyllingstad commented 4 years ago

This includes both our own LICENSE file (and our README.md, incidentally) together with the license files of all dependencies. These include files like LICENSE*, AUTHORS*, COPYING* and licenses/* (case insensitive), grabbed from the Conan packages. The resulting installation tree looks like this:

bin/
doc/
  LICENSE
  README.md
  <dependency1>/
    LICENSE
    ...
  <dependency2>/
    LICENSE
    ...
  ...

This fixes #70.