This repo contains the "In-Flight Entertainment System" sample model, originally maintained by the Capella developers at https://github.com/eclipse-capella/capella/tree/master/samples/In-Flight%20Entertainment%20System.
This repo also contains some adjustments to the model as well as additional configuration to showcase some features of py-capellambse.
The repo history was extracted from the upstream Capella model using git subtree
, and can be updated by repeating the process.
# Clone the upstream repo
git clone https://github.com/eclipse-capella/capella.git
cd capella
git subtree split -P "samples/In-Flight Entertainment System" -b ife-demo
# In this repo:
git pull ../capella ife-demo
The model itself is licensed under the Eclipse Public License 2.0.
Most other files are licensed under the Apache-2.0 license. For details, please refer to the copyright statements attached to each file, as described by the REUSE Specification Version 3.2.