diff --git a/README.md b/README.md index 7a61e800d..cefe8fffb 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,11 @@ More examples can be found [here](https://github.com/crowcpp/crow/tree/master/ex ## Setting Up / Building Available [here](https://crowcpp.github.io/crow/getting_started/setup). +## Disclaimer +CrowCpp/Crow is a project based on ipkn/crow. Neither CrowCpp, it's members, or this projects have been associated with, or endorsed or supported by ipkn (Jaeseung Ha) in any way. We do use ipkn/crow's source code under the BSD-3 clause license and sometimes refer to the public comments available on the github repository. But we do not in any way claim to be associated with or in contact with ipkn (Jaeseung Ha) regarding CrowCpp or CrowCpp/Crow -### Attributions - -Crow uses the following libraries. +## Attributions +Crow has incorporated the following libraries into its source. http-parser (used for converting http strings to crow::request objects) diff --git a/docs/index.md b/docs/index.md index b934695fd..7e0d5865b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -100,3 +100,6 @@ More examples can be found [here](https://github.com/crowcpp/crow/tree/master/ex ## Setting Up / Building Available [here](https://crowcpp.github.io/crow/getting_started/setup). + +## Disclaimer +CrowCpp/Crow is a project based on ipkn/crow. Neither CrowCpp, it's members, or this projects have been associated with, or endorsed or supported by ipkn (Jaeseung Ha) in any way. We do use ipkn/crow's source code under the BSD-3 clause license and sometimes refer to the public comments available on the github repository. But we do not in any way claim to be associated with or in contact with ipkn (Jaeseung Ha) regarding CrowCpp or CrowCpp/Crow