File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2014-2016 Alexey Melnichuk
3+ Copyright (c) 2014-2017 Alexey Melnichuk
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11--
22-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
33--
4- -- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
4+ -- Copyright (C) 2014-2017 Alexey Melnichuk <alexeymelnichuck@gmail.com>
55--
66-- Licensed according to the included 'LICENSE' document
77--
1010
1111local module_info = {
1212 _NAME = " Lua-cURL" ;
13- _VERSION = " 0.3.6 " ;
13+ _VERSION = " 0.3.7-dev " ;
1414 _LICENSE = " MIT" ;
15- _COPYRIGHT = " Copyright (c) 2014-2016 Alexey Melnichuk" ;
15+ _COPYRIGHT = " Copyright (c) 2014-2017 Alexey Melnichuk" ;
1616}
1717
1818local function clone (t , o )
You can’t perform that action at this time.
0 commit comments