Add. Copyright notes to source files.
This commit is contained in:
parent
6ee9c8fc77
commit
09cd9c8e96
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#include "l52util.h"
|
||||
|
||||
#include <memory.h>
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _L52UTIL_H_
|
||||
#define _L52UTIL_H_
|
||||
|
||||
|
10
src/lceasy.c
10
src/lceasy.c
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#include "lcurl.h"
|
||||
#include "lceasy.h"
|
||||
#include "lcerror.h"
|
||||
|
10
src/lceasy.h
10
src/lceasy.h
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _LCEASY_H_
|
||||
#define _LCEASY_H_
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
/*
|
||||
Author: Alexey Melnichuk <mimir@newmail.ru>
|
||||
|
||||
Copyright (C) 2013-2014 Alexey Melnichuk <mimir@newmail.ru>
|
||||
|
||||
Licensed according to the included 'LICENCE' document
|
||||
|
||||
This file is part of lua-lcurl library.
|
||||
*/
|
||||
/******************************************************************************
|
||||
* 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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#include "lcurl.h"
|
||||
#include "lcerror.h"
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _LCERROR_H_
|
||||
#define _LCERROR_H_
|
||||
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#include "lcurl.h"
|
||||
#include "lchttppost.h"
|
||||
#include "lcerror.h"
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _LCHTTPPOST_H_
|
||||
#define _LCHTTPPOST_H_
|
||||
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#if defined(_WINDOWS) || defined(_WIN32)
|
||||
# define LCURL_WINDOWS
|
||||
#endif
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _LCMULTI_H_
|
||||
#define _LCMULTI_H_
|
||||
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#include "lcurl.h"
|
||||
#include "lcshare.h"
|
||||
#include "lcerror.h"
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _LCSHARE_H_
|
||||
#define _LCSHARE_H_
|
||||
|
||||
|
10
src/lcurl.c
10
src/lcurl.c
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#include "lcurl.h"
|
||||
#include "lceasy.h"
|
||||
#include "lcmulti.h"
|
||||
|
10
src/lcurl.h
10
src/lcurl.h
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _LCURL_H_
|
||||
#define _LCURL_H_
|
||||
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#include "lcurl.h"
|
||||
#include "lcutils.h"
|
||||
#include "lcerror.h"
|
||||
|
@ -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-lcurl library.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _LCUTILS_H_
|
||||
#define _LCUTILS_H_
|
||||
|
||||
|
@ -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-lcurl library.
|
||||
--
|
||||
|
||||
--
|
||||
-- Implementation of Lua-cURL http://msva.github.io/lua-curl
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user