Included First Party Code
This distribution contains software packages from Combine Control Systems AB.
These are available "as is" under the {{license.name}} license.
{%- for package in license.packages %}
- Package: {{package.name}}
- License: {{license.name}}
- Link: {{package.link}}
{%- if package.description is defined %}
- Description: {{package.description}}
{%- endif %}
- Copyright: {{package.copyright or 'See license text.'}}
{%- endfor %}
{% if feature_licenses %}
Included First Party Additional Code
This distribution contains additional software packages from Combine Control Systems AB
These are available "as is" and subject to their individual license agreements.
{%- for license in feature_licenses %}
{%- for package in license.packages %}
- Package: {{package.name}}
- License: {{license.name}}
- Link: {{package.link}}
{%- if package.description is defined %}
- Description: {{package.description}}
{%- endif %}
- Copyright: {{package.copyright or 'See license text.'}}
{%- endfor %}
{%- endfor %}
{% endif %}
Included Third Party Code
This distribution contains software packages from third parties.
These are available "as is" and subject to their individual license agreements.
{%- for license in third_party.licenses %}
{%- for package in license.packages %}
- Package: {{package.name}}
- License: {{license.name}}
- Link: {{package.link}}
{%- if package.description is defined %}
- Description: {{package.description}}
{%- endif %}
- Copyright: {{package.copyright or 'See license text.'}}
{%- endfor %}
{%- endfor %}
- Color scheme in Calculator Table(s) code editor based on Solarized color scheme by Ethan Schoonover