Skip to content

Commit 09cd9c8

Browse files
committed
Add. Copyright notes to source files.
1 parent 6ee9c8f commit 09cd9c8

17 files changed

Lines changed: 169 additions & 9 deletions

src/l52util.c

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-lcurl library.
9+
******************************************************************************/
10+
111
#include "l52util.h"
212

313
#include <memory.h>

src/l52util.h

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-lcurl library.
9+
******************************************************************************/
10+
111
#ifndef _L52UTIL_H_
212
#define _L52UTIL_H_
313

src/lceasy.c

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-lcurl library.
9+
******************************************************************************/
10+
111
#include "lcurl.h"
212
#include "lceasy.h"
313
#include "lcerror.h"

src/lceasy.h

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-lcurl library.
9+
******************************************************************************/
10+
111
#ifndef _LCEASY_H_
212
#define _LCEASY_H_
313

src/lcerror.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*
2-
Author: Alexey Melnichuk <mimir@newmail.ru>
3-
4-
Copyright (C) 2013-2014 Alexey Melnichuk <mimir@newmail.ru>
5-
6-
Licensed according to the included 'LICENCE' document
7-
8-
This file is part of lua-lcurl library.
9-
*/
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-lcurl library.
9+
******************************************************************************/
1010

1111
#include "lcurl.h"
1212
#include "lcerror.h"

src/lcerror.h

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-lcurl library.
9+
******************************************************************************/
10+
111
#ifndef _LCERROR_H_
212
#define _LCERROR_H_
313

src/lchttppost.c

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-lcurl library.
9+
******************************************************************************/
10+
111
#include "lcurl.h"
212
#include "lchttppost.h"
313
#include "lcerror.h"

src/lchttppost.h

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-lcurl library.
9+
******************************************************************************/
10+
111
#ifndef _LCHTTPPOST_H_
212
#define _LCHTTPPOST_H_
313

src/lcmulti.c

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-lcurl library.
9+
******************************************************************************/
10+
111
#if defined(_WINDOWS) || defined(_WIN32)
212
# define LCURL_WINDOWS
313
#endif

src/lcmulti.h

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-lcurl library.
9+
******************************************************************************/
10+
111
#ifndef _LCMULTI_H_
212
#define _LCMULTI_H_
313

0 commit comments

Comments
 (0)