Skip to content

Commit b5ff0ea

Browse files
committed
Merge pull request #69 from moteus/master
Update copyright date/email [ci skip]
2 parents 03b4b9b + 2df3cd8 commit b5ff0ea

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Alexey Melnichuk
3+
Copyright (c) 2014-2016 Alexey Melnichuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/lua/cURL.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-2016 Alexey Melnichuk <[email protected]>
55
--
66
-- Licensed according to the included 'LICENSE' document
77
--

src/lua/cURL/impl/cURL.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-2016 Alexey Melnichuk <[email protected]>
55
--
66
-- Licensed according to the included 'LICENSE' document
77
--
@@ -12,7 +12,7 @@ local module_info = {
1212
_NAME = "Lua-cURL";
1313
_VERSION = "0.3.3-dev";
1414
_LICENSE = "MIT";
15-
_COPYRIGHT = "Copyright (c) 2014 Alexey Melnichuk";
15+
_COPYRIGHT = "Copyright (c) 2014-2016 Alexey Melnichuk";
1616
}
1717

1818
local function clone(t, o)

src/lua/cURL/safe.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-2016 Alexey Melnichuk <[email protected]>
55
--
66
-- Licensed according to the included 'LICENSE' document
77
--

src/lua/cURL/utils.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-2016 Alexey Melnichuk <[email protected]>
55
--
66
-- Licensed according to the included 'LICENSE' document
77
--

0 commit comments

Comments
 (0)