Skip to content

Commit

Permalink
Use common security content for OPEA projects (#151)
Browse files Browse the repository at this point in the history
* add python coverage

Signed-off-by: chensuyue <[email protected]>

* docs update

Signed-off-by: chensuyue <[email protected]>

* Revert "add python coverage"

This reverts commit 69615b1.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: chensuyue <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
chensuyue and pre-commit-ci[bot] authored Jun 11, 2024
1 parent 7975aa9 commit 7f4f1b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 69 deletions.
53 changes: 0 additions & 53 deletions CONTRIBUTING.md

This file was deleted.

10 changes: 5 additions & 5 deletions LEGAL_INFORMATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## License

Generative AI Examples is licensed under [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
Generative AI Components 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.

Expand All @@ -15,13 +15,13 @@ See the accompanying [license](/LICENSE) file for full license text and copyrigh

## Citation

If you use Generative AI Examples in your research, use the following BibTeX entry.
If you use Generative AI Components in your research, use the following BibTeX entry.

```
@misc{Generative AI Examples,
@misc{Generative AI Components,
author = {Liang Lv, Haihao Shen},
title = {Generative AI Examples},
howpublished = {\url{https://github.com/opea-project/GenAIExamples}},
title = {Generative AI Components},
howpublished = {\url{https://github.com/opea-project/GenAIComps}},
year = {2024}
}
```
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ self.gateway = ChatQnAGateway(megaservice=self.megaservice, host="0.0.0.0", port

## Additional Content

- [Contribution](/CONTRIBUTING.md)
- [Code of Conduct](https://github.com/opea-project/docs/tree/main/community/CODE_OF_CONDUCT.md)
- [Contribution](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md)
- [Security Policy](https://github.com/opea-project/docs/tree/main/community/SECURITY.md)
- [Legal Information](/LEGAL_INFORMATION.md)
- [Security Policy](/SECURITY.md)
9 changes: 0 additions & 9 deletions SECURITY.md

This file was deleted.

0 comments on commit 7f4f1b1

Please sign in to comment.