From 27302abb9467f21a481fcc6b8eca53d34e04373b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Nov 2016 10:36:23 +0100 Subject: 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. --- packages/AIX/RPM/README | 2 +- packages/DOS/common.dj | 2 +- packages/Symbian/group/curl.mmp | 2 +- packages/Symbian/group/libcurl.mmp | 2 +- packages/Win32/cygwin/README | 10 +++++----- packages/vms/readme | 10 +++++----- packages/vms/vms_eco_level.h | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'packages') diff --git a/packages/AIX/RPM/README b/packages/AIX/RPM/README index 790beb80e..51615ad4c 100644 --- a/packages/AIX/RPM/README +++ b/packages/AIX/RPM/README @@ -29,5 +29,5 @@ Default is to build with ssl support. Lastly, the spec file expects the Curl source distribution file to be in .tar.bz2 format. -The nifty cURL header of this README is a ripoff of the vms/readme file. +The nifty curl header of this README is a ripoff of the vms/readme file. diff --git a/packages/DOS/common.dj b/packages/DOS/common.dj index 85b611c49..e069ce68a 100644 --- a/packages/DOS/common.dj +++ b/packages/DOS/common.dj @@ -1,7 +1,7 @@ # # Common defines for curl (djgpp/Watt-32) # -# Assumes you've unpacked cURL with long-file names +# Assumes you've unpacked curl with long-file names # I.e use "set LFN=y" before untaring on Win9x/XP. # Requires sed, yacc, rm and the usual stuff. # diff --git a/packages/Symbian/group/curl.mmp b/packages/Symbian/group/curl.mmp index b3d4d1c04..4b304a3d9 100644 --- a/packages/Symbian/group/curl.mmp +++ b/packages/Symbian/group/curl.mmp @@ -1,5 +1,5 @@ // -// cURL network retrieval client +// curl network retrieval client // TARGET curl.exe diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index c52fe4258..6388bbd73 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -1,5 +1,5 @@ // -// libcurl.dll cURL network retrieval client library +// libcurl.dll curl network retrieval client library // // Build-time options (uncomment these to enable) diff --git a/packages/Win32/cygwin/README b/packages/Win32/cygwin/README index a0811de76..60bb5e10d 100644 --- a/packages/Win32/cygwin/README +++ b/packages/Win32/cygwin/README @@ -12,7 +12,7 @@ Dependencies: - Cygwin - OpenSSL 0.9.6b-2+ (*) - (*) cURL can be built without SSL support, see below for details + (*) curl can be built without SSL support, see below for details Canonical Homepage and Downloads: @@ -41,7 +41,7 @@ Build Instructions (to recompile from the cygwin source tarball): (**) LibTool 1.4.2 had a bug related to cygwin's use of ".exe" extensions, such that "make install" blew up at curl.exe. See this URL for details: http://mail.gnu.org/pipermail/libtool/2001-September/005549.html - The copy of ltmain.sh that is distributed with cURL includes this patch. + The copy of ltmain.sh that is distributed with curl includes this patch. As of curl 7.9.1, the official source compiles (under Cygwin) and tests 100% cleanly OOTB (Out Of The Box) @@ -100,9 +100,9 @@ Packaging Instructions: requires: cygwin openssl @ curl-devel - sdesc: "(lib)cURL headers, static libraries, developer docs and samples" + sdesc: "(lib)curl headers, static libraries, developer docs and samples" ldesc: "curl-devel is the developer-oriented (non-run-time) parts - of the cURL package. It includes header files, static libraries, + of the curl package. It includes header files, static libraries, example source code snippets, and the libcurl man pages." category: Web Libs Devel requires: cygwin openssl curl @@ -110,5 +110,5 @@ Packaging Instructions: Cygwin port maintained by: Kevin Roth - Questions about cURL should be directed to curl-users@cool.haxx.se. + Questions about curl should be directed to curl-users@cool.haxx.se. Questions about this cygwin package go to cygwin@cygwin.com. diff --git a/packages/vms/readme b/packages/vms/readme index 1b2458053..5f116a554 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -83,13 +83,13 @@ curl_startup.com A procedure run at VMS startup to install the libcurl shared image and to set up the needed logical names. -curlmsg.h C header defining cURL status code macros. +curlmsg.h C header defining curl status code macros. curlmsg.msg Error message source for curlmsg.h and curlmsg.sdl. -curlmsg.sdl SDL source defining cURL status code constants. +curlmsg.sdl SDL source defining curl status code constants. -curlmsg_vms.h Mapping of cURL status codes to VMS-form codes. +curlmsg_vms.h Mapping of curl status codes to VMS-form codes. generate_config_vms_h_curl.com DCL procedure to generate the curl specific @@ -115,9 +115,9 @@ gnv_link_curl.com Links the libcurl shared image and then links a curl macro32_exactcase.patch The patch file needed to modify VAX Macro32 to be case sensitive and case preserving. -Makefile.am cURL kit file list for this directory. +Makefile.am curl kit file list for this directory. -Makefile.in cURL kit makefile source for this directory. +Makefile.in curl kit makefile source for this directory. make_gnv_curl_install.sh Script to do a make install using GNV after running diff --git a/packages/vms/vms_eco_level.h b/packages/vms/vms_eco_level.h index 435340775..354875bbb 100644 --- a/packages/vms/vms_eco_level.h +++ b/packages/vms/vms_eco_level.h @@ -19,7 +19,7 @@ */ /* This file should be incremented for each ECO that is kit */ -/* for a specific cURL x.y-z release. */ +/* for a specific curl x.y-z release. */ /* When any part of x.y-z is incremented, the ECO should be set back to 0 */ #ifndef _VMS_ECO_LEVEL_H -- cgit v1.2.3