Update copyright date/email [ci skip]

This commit is contained in:
Alexey Melnichuk 2016-04-20 11:23:43 +03:00
parent 29f28ffe87
commit 2df3cd8538
5 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
--
-- Author: Alexey Melnichuk <mimir@newmail.ru>
-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
-- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Licensed according to the included 'LICENSE' document
--

View File

@ -1,7 +1,7 @@
--
-- Author: Alexey Melnichuk <mimir@newmail.ru>
-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
-- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- 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)

View File

@ -1,7 +1,7 @@
--
-- Author: Alexey Melnichuk <mimir@newmail.ru>
-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
-- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Licensed according to the included 'LICENSE' document
--

View File

@ -1,7 +1,7 @@
--
-- Author: Alexey Melnichuk <mimir@newmail.ru>
-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
-- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Licensed according to the included 'LICENSE' document
--