aboutsummaryrefslogtreecommitdiff
path: root/lib/security.c
diff options
context:
space:
mode:
authorGergely Nagy <ngg@tresorit.com>2019-07-03 14:31:31 +0200
committerJay Satiro <raysatiro@yahoo.com>2019-07-06 23:25:20 -0400
commitcf4255c8476ba919456a69099d02245419ff6ac3 (patch)
treeb70100db4f27c5c2988618c32cfa7d1948dda5bd /lib/security.c
parent21e2df801556dcdc451c3372248c481552451d7f (diff)
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
Diffstat (limited to 'lib/security.c')
-rw-r--r--lib/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/security.c b/lib/security.c
index 82ae5c2cd..76951548d 100644
--- a/lib/security.c
+++ b/lib/security.c
@@ -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.