diff --git a/src/lua/cURL.lua b/src/lua/cURL.lua index a3c5476..986b626 100644 --- a/src/lua/cURL.lua +++ b/src/lua/cURL.lua @@ -1,3 +1,13 @@ +-- +-- Author: Alexey Melnichuk +-- +-- Copyright (C) 2014 Alexey Melnichuk +-- +-- 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" diff --git a/src/lua/cURL/impl/cURL.lua b/src/lua/cURL/impl/cURL.lua index c1bb1f8..943d879 100644 --- a/src/lua/cURL/impl/cURL.lua +++ b/src/lua/cURL/impl/cURL.lua @@ -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) diff --git a/src/lua/cURL/safe.lua b/src/lua/cURL/safe.lua index 34c2cc5..5865be1 100644 --- a/src/lua/cURL/safe.lua +++ b/src/lua/cURL/safe.lua @@ -1,3 +1,13 @@ +-- +-- Author: Alexey Melnichuk +-- +-- Copyright (C) 2014 Alexey Melnichuk +-- +-- 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" diff --git a/src/lua/cURL/utils.lua b/src/lua/cURL/utils.lua index 045e9fc..2220d2a 100644 --- a/src/lua/cURL/utils.lua +++ b/src/lua/cURL/utils.lua @@ -1,3 +1,13 @@ +-- +-- Author: Alexey Melnichuk +-- +-- Copyright (C) 2014 Alexey Melnichuk +-- +-- 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