Skip to content

Commit becd5a1

Browse files
authored
Merge pull request #8 from deiteris/main
Fix issues and refactor script
2 parents d685fd6 + 5121a13 commit becd5a1

File tree

10 files changed

+196
-93
lines changed

10 files changed

+196
-93
lines changed

windows/web/plugins/NScurl/LICENSE.curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COPYRIGHT AND PERMISSION NOTICE
22

3-
Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se>, and many
3+
Copyright (c) 1996 - 2021, Daniel Stenberg, <daniel@haxx.se>, and many
44
contributors, see the THANKS file.
55

66
All rights reserved.

windows/web/plugins/NScurl/LICENSE.libcurl-devel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2020 by Marius Negrutiu <marius.negrutiu@protonmail.com>
1+
Copyright (C) 2020 - 2021 by Marius Negrutiu <marius.negrutiu@protonmail.com>
22

33
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
44

windows/web/plugins/NScurl/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2020 by Marius Negrutiu <marius.negrutiu@protonmail.com>, All rights reserved.
1+
Copyright (C) 2020 - 2021 , Marius Negrutiu <marius.negrutiu@protonmail.com>. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

windows/web/plugins/NScurl/LICENSE.zlib.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@
2222
Jean-loup Gailly Mark Adler
2323
jloup@gzip.org madler@alumni.caltech.edu
2424

25-
*/
25+
26+
The data format used by the zlib library is described by RFCs (Request for
27+
Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
28+
(zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
29+
*/

windows/web/plugins/NScurl/NScurl.Readme.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ <h2><a name="escape">NScurl::escape</a> &lt;string&gt;<br>
962962
<a name="unescape">NScurl::unescape</a> &lt;string&gt;</h2>
963963

964964
<h3>Description:</h3>
965-
Un/Escape URL strings (converts all letters consider illegal in URLs to/from their %XX versions).<br>
965+
Un/Escape URL strings (converts all illegal URLs characters to/from their %XX format).<br>
966966

967967
<h3>Return value:</h3>
968968
Un/Escaped string is pushed to the stack.<br>
-1 KB
Binary file not shown.
-1.5 KB
Binary file not shown.
-2 KB
Binary file not shown.

0 commit comments

Comments
 (0)