Who makes curl?
curl and libcurl are not made by any single individual. Daniel Stenberg is project leader and main developer, but other persons’ submissions are important and crucial. Anyone can contribute and post their changes and improvements and have them inserted in the main sources (of course on the condition that developers agree on that the fixes are good). The full list of all contributors is found in the docs/THANKS file. curl is developed by a community, with Daniel at the wheel.
199 200 curl and libcurl are not made by any single individual. Sure, Daniel 201 Stenberg writes the major parts, but other persons’ submissions are 202 important and crucial. Anyone can contribute and post their changes and 203 improvements and have them inserted in the main sources (of course on the 204 condition that developers agree on that the fixes are good). 205 206 The list of contributors in the docs/THANKS file is only a small part of all 207 the people that every day provide us with bug reports, suggestions, ideas 208 and source code. 209 210 curl is developed by a community, with Daniel at the wheel.