diff --git a/src/l52util.c b/src/l52util.c index 2b569e3..70dc7b9 100644 --- a/src/l52util.c +++ b/src/l52util.c @@ -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-lcurl library. +******************************************************************************/ + #include "l52util.h" #include diff --git a/src/l52util.h b/src/l52util.h index 91c89a6..7533cc1 100644 --- a/src/l52util.h +++ b/src/l52util.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _L52UTIL_H_ #define _L52UTIL_H_ diff --git a/src/lceasy.c b/src/lceasy.c index 6019731..f5cf22b 100644 --- a/src/lceasy.c +++ b/src/lceasy.c @@ -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-lcurl library. +******************************************************************************/ + #include "lcurl.h" #include "lceasy.h" #include "lcerror.h" diff --git a/src/lceasy.h b/src/lceasy.h index 1cd9189..ee28bb1 100644 --- a/src/lceasy.h +++ b/src/lceasy.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _LCEASY_H_ #define _LCEASY_H_ diff --git a/src/lcerror.c b/src/lcerror.c index 3a806e9..50050b4 100644 --- a/src/lcerror.c +++ b/src/lcerror.c @@ -1,12 +1,12 @@ -/* - Author: Alexey Melnichuk - - Copyright (C) 2013-2014 Alexey Melnichuk - - Licensed according to the included 'LICENCE' document - - This file is part of lua-lcurl library. - */ +/****************************************************************************** +* Author: Alexey Melnichuk +* +* Copyright (C) 2014 Alexey Melnichuk +* +* Licensed according to the included 'LICENSE' document +* +* This file is part of lua-lcurl library. +******************************************************************************/ #include "lcurl.h" #include "lcerror.h" diff --git a/src/lcerror.h b/src/lcerror.h index 7a8d42c..7c255f5 100644 --- a/src/lcerror.h +++ b/src/lcerror.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _LCERROR_H_ #define _LCERROR_H_ diff --git a/src/lchttppost.c b/src/lchttppost.c index 373793e..cebecbd 100644 --- a/src/lchttppost.c +++ b/src/lchttppost.c @@ -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-lcurl library. +******************************************************************************/ + #include "lcurl.h" #include "lchttppost.h" #include "lcerror.h" diff --git a/src/lchttppost.h b/src/lchttppost.h index 6052ad1..cf618b8 100644 --- a/src/lchttppost.h +++ b/src/lchttppost.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _LCHTTPPOST_H_ #define _LCHTTPPOST_H_ diff --git a/src/lcmulti.c b/src/lcmulti.c index 1b5f6f6..c2c017c 100644 --- a/src/lcmulti.c +++ b/src/lcmulti.c @@ -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-lcurl library. +******************************************************************************/ + #if defined(_WINDOWS) || defined(_WIN32) # define LCURL_WINDOWS #endif diff --git a/src/lcmulti.h b/src/lcmulti.h index 000f5c8..3e866de 100644 --- a/src/lcmulti.h +++ b/src/lcmulti.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _LCMULTI_H_ #define _LCMULTI_H_ diff --git a/src/lcshare.c b/src/lcshare.c index dcccff2..e310603 100644 --- a/src/lcshare.c +++ b/src/lcshare.c @@ -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-lcurl library. +******************************************************************************/ + #include "lcurl.h" #include "lcshare.h" #include "lcerror.h" diff --git a/src/lcshare.h b/src/lcshare.h index fda8bda..8ee3233 100644 --- a/src/lcshare.h +++ b/src/lcshare.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _LCSHARE_H_ #define _LCSHARE_H_ diff --git a/src/lcurl.c b/src/lcurl.c index 09aaa3f..0645e24 100644 --- a/src/lcurl.c +++ b/src/lcurl.c @@ -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-lcurl library. +******************************************************************************/ + #include "lcurl.h" #include "lceasy.h" #include "lcmulti.h" diff --git a/src/lcurl.h b/src/lcurl.h index e29fa5d..1aa7478 100644 --- a/src/lcurl.h +++ b/src/lcurl.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _LCURL_H_ #define _LCURL_H_ diff --git a/src/lcutils.c b/src/lcutils.c index 8916ccc..d41b480 100644 --- a/src/lcutils.c +++ b/src/lcutils.c @@ -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-lcurl library. +******************************************************************************/ + #include "lcurl.h" #include "lcutils.h" #include "lcerror.h" diff --git a/src/lcutils.h b/src/lcutils.h index 341d28b..cfef314 100644 --- a/src/lcutils.h +++ b/src/lcutils.h @@ -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-lcurl library. +******************************************************************************/ + #ifndef _LCUTILS_H_ #define _LCUTILS_H_ diff --git a/src/lua/cURL.lua b/src/lua/cURL.lua index 7a5a25a..d2a388d 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-lcurl library. +-- + -- -- Implementation of Lua-cURL http://msva.github.io/lua-curl --