Files
GenAIExamples/LEGAL_INFORMATION.md
David Kinder 3e796ba73d doc: fix missing references to README.md (#860)
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2024-09-24 21:40:42 +08:00

28 lines
867 B
Markdown

# Legal Information
1. [License](#license)
2. [Citation](#citation)
## License
Generative AI Examples is licensed under [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
This software includes components that have separate copyright notices and licensing terms.
Your use of the source code for these components is subject to the terms and conditions of the following licenses.
- [Third Party Programs](third-party-programs.txt)
See the accompanying [license](LICENSE) file for full license text and copyright notices.
## Citation
If you use Generative AI Examples in your research, use the following BibTeX entry.
```
@misc{Generative AI Examples,
author = {Liang Lv, Haihao Shen},
title = {Generative AI Examples},
howpublished = {\url{https://github.com/opea-project/GenAIExamples}},
year = {2024}
}
```