Skip to content

Commit c8cd51e

Browse files
committed
Update email in copyright comments
1 parent 6a24770 commit c8cd51e

20 files changed

+60
-60
lines changed

src/l52util.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#include "l52util.h"

src/l52util.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#ifndef _L52UTIL_H_

src/lceasy.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#include "lcurl.h"

src/lceasy.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014-2017 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#ifndef _LCEASY_H_

src/lcerror.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#include "lcurl.h"

src/lcerror.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#ifndef _LCERROR_H_

src/lchttppost.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#include "lcurl.h"

src/lchttppost.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#ifndef _LCHTTPPOST_H_

src/lcmime.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2017-2018 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2017-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#include "lcurl.h"

src/lcmime.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/******************************************************************************
2-
* Author: Alexey Melnichuk <[email protected]>
2+
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2017 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2017-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*
8-
* This file is part of lua-lcurl library.
8+
* This file is part of Lua-cURL library.
99
******************************************************************************/
1010

1111
#ifndef _LCMIME_H_

0 commit comments

Comments
 (0)