mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
lib: Use UTF-8 encoding in comments
Some editors and IDEs assume that source files use UTF-8 file encodings. It also fixes the build with MSVC when /utf-8 command line option is used (this option is mandatory for some other open-source projects, this is useful when using the same options is desired for building all libraries of a project). Closes https://github.com/curl/curl/pull/4087
This commit is contained in:
parent
21e2df8015
commit
cf4255c847
4 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* rewrite to work around the paragraph 2 in the BSD licenses as explained
|
||||
* below.
|
||||
*
|
||||
* Copyright (c) 1998, 1999, 2017 Kungliga Tekniska Högskolan
|
||||
* Copyright (c) 1998, 1999, 2017 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
*
|
||||
* Copyright (C) 2001 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue