Commit 27302abb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

s/cURL/curl

We're mostly saying just "curl" in lower case these days so here's a big
cleanup to adapt to this reality. A few instances are left as the
project could still formally be considered called cURL.
parent 0269f644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,4 +20,4 @@ Send your suggestions using one of these methods:

 3. as an [issue](https://github.com/curl/curl/issues)

/ The cURL team!
/ The curl team!
+1 −1
Original line number Diff line number Diff line
How cURL Became Like This
How curl Became Like This
=========================

Towards the end of 1996, Daniel Stenberg was spending time writing an IRC bot
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

                Things that could be nice to do in the future

 Things to do in project cURL. Please tell us what you think, contribute and
 Things to do in project curl. Please tell us what you think, contribute and
 send us patches that improve things!

 Be aware that these are things that we could do, or have once been considered
+1 −1
Original line number Diff line number Diff line
@@ -755,4 +755,4 @@ The Art Of Scripting HTTP Requests Using Curl

 14.2 Sites

 https://curl.haxx.se is the home of the cURL project
 https://curl.haxx.se is the home of the curl project
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ endif
TARGET  = examples
VERSION	= $(LIBCURL_VERSION)
COPYR	= Copyright (C) $(LIBCURL_COPYRIGHT_STR)
DESCR	= cURL ($(LIBARCH))
DESCR	= curl ($(LIBARCH))
MTSAFE	= YES
STACK	= 8192
SCREEN	= Example Program
Loading