Update comments. [ci skip]

This commit is contained in:
Alexey Melnichuk 2014-09-16 13:45:27 +05:00
parent eff44c9aa8
commit 9ffd3f01de
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +1,13 @@
--
-- Author: Alexey Melnichuk <mimir@newmail.ru>
--
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
--
-- Licensed according to the included 'LICENSE' document
--
-- This file is part of Lua-cURL library.
--
local curl = require "lcurl"
local impl = require "cURL.impl.cURL"

View File

@ -5,11 +5,7 @@
--
-- Licensed according to the included 'LICENSE' document
--
-- This file is part of lua-lcurl library.
--
--
-- Implementation of Lua-cURL http://msva.github.io/lua-curl
-- This file is part of Lua-cURL library.
--
local function clone(t, o)

View File

@ -1,3 +1,13 @@
--
-- Author: Alexey Melnichuk <mimir@newmail.ru>
--
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
--
-- Licensed according to the included 'LICENSE' document
--
-- This file is part of Lua-cURL library.
--
local curl = require "lcurl.safe"
local impl = require "cURL.impl.cURL"

View File

@ -1,3 +1,13 @@
--
-- Author: Alexey Melnichuk <mimir@newmail.ru>
--
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
--
-- Licensed according to the included 'LICENSE' document
--
-- This file is part of Lua-cURL library.
--
--- Returns path to cURL ca bundle
--
-- @tparam[opt="curl-ca-bundle.crt"] string name name of bundle