diff --git a/LICENSE b/LICENSE index fa04d7d..7ecdea1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Alexey Melnichuk +Copyright (c) 2014-2016 Alexey Melnichuk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/lua/cURL.lua b/src/lua/cURL.lua index 986b626..c546cf4 100644 --- a/src/lua/cURL.lua +++ b/src/lua/cURL.lua @@ -1,7 +1,7 @@ -- --- Author: Alexey Melnichuk +-- Author: Alexey Melnichuk -- --- Copyright (C) 2014 Alexey Melnichuk +-- Copyright (C) 2014-2016 Alexey Melnichuk -- -- Licensed according to the included 'LICENSE' document -- diff --git a/src/lua/cURL/impl/cURL.lua b/src/lua/cURL/impl/cURL.lua index 94c39e1..460f0f4 100644 --- a/src/lua/cURL/impl/cURL.lua +++ b/src/lua/cURL/impl/cURL.lua @@ -1,7 +1,7 @@ -- --- Author: Alexey Melnichuk +-- Author: Alexey Melnichuk -- --- Copyright (C) 2014 Alexey Melnichuk +-- Copyright (C) 2014-2016 Alexey Melnichuk -- -- Licensed according to the included 'LICENSE' document -- @@ -12,7 +12,7 @@ local module_info = { _NAME = "Lua-cURL"; _VERSION = "0.3.3-dev"; _LICENSE = "MIT"; - _COPYRIGHT = "Copyright (c) 2014 Alexey Melnichuk"; + _COPYRIGHT = "Copyright (c) 2014-2016 Alexey Melnichuk"; } local function clone(t, o) diff --git a/src/lua/cURL/safe.lua b/src/lua/cURL/safe.lua index 5865be1..cc46cfb 100644 --- a/src/lua/cURL/safe.lua +++ b/src/lua/cURL/safe.lua @@ -1,7 +1,7 @@ -- --- Author: Alexey Melnichuk +-- Author: Alexey Melnichuk -- --- Copyright (C) 2014 Alexey Melnichuk +-- Copyright (C) 2014-2016 Alexey Melnichuk -- -- Licensed according to the included 'LICENSE' document -- diff --git a/src/lua/cURL/utils.lua b/src/lua/cURL/utils.lua index 2220d2a..ea7dcae 100644 --- a/src/lua/cURL/utils.lua +++ b/src/lua/cURL/utils.lua @@ -1,7 +1,7 @@ -- --- Author: Alexey Melnichuk +-- Author: Alexey Melnichuk -- --- Copyright (C) 2014 Alexey Melnichuk +-- Copyright (C) 2014-2016 Alexey Melnichuk -- -- Licensed according to the included 'LICENSE' document --