Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/cpp/civetweb/ReadMe.txt
2868 views
1
This project contains version 1.11 of the Civetweb web server project, as
2
found at http://github.com/bel2125/civetweb.
3
4
The Civetweb project is a fork of the previously used Mongoose project, which
5
changed its licensing. The Civetweb project is licensed using the MIT
6
License, as not built with Lua or SQLite support. The full license terms
7
can be found at https://github.com/bel2125/civetweb/blob/master/LICENSE.md.
8
9
To update the code in this project, pull the latest from the above GitHub
10
repository, and copy:
11
12
* the contents of the include directory
13
* the contents of the src directory, excluding main.c and the third_party
14
directory
15
16