Skip to content

Commit 9ffd3f0

Browse files
committed
Update comments. [ci skip]
1 parent eff44c9 commit 9ffd3f0

4 files changed

Lines changed: 31 additions & 5 deletions

File tree

src/lua/cURL.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
--
2+
-- Author: Alexey Melnichuk <mimir@newmail.ru>
3+
--
4+
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+
--
6+
-- Licensed according to the included 'LICENSE' document
7+
--
8+
-- This file is part of Lua-cURL library.
9+
--
10+
111
local curl = require "lcurl"
212
local impl = require "cURL.impl.cURL"
313

src/lua/cURL/impl/cURL.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
--
66
-- Licensed according to the included 'LICENSE' document
77
--
8-
-- This file is part of lua-lcurl library.
9-
--
10-
11-
--
12-
-- Implementation of Lua-cURL http://msva.github.io/lua-curl
8+
-- This file is part of Lua-cURL library.
139
--
1410

1511
local function clone(t, o)

src/lua/cURL/safe.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
--
2+
-- Author: Alexey Melnichuk <mimir@newmail.ru>
3+
--
4+
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+
--
6+
-- Licensed according to the included 'LICENSE' document
7+
--
8+
-- This file is part of Lua-cURL library.
9+
--
10+
111
local curl = require "lcurl.safe"
212
local impl = require "cURL.impl.cURL"
313

src/lua/cURL/utils.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
--
2+
-- Author: Alexey Melnichuk <mimir@newmail.ru>
3+
--
4+
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+
--
6+
-- Licensed according to the included 'LICENSE' document
7+
--
8+
-- This file is part of Lua-cURL library.
9+
--
10+
111
--- Returns path to cURL ca bundle
212
--
313
-- @tparam[opt="curl-ca-bundle.crt"] string name name of bundle

0 commit comments

Comments
 (0)