diff options
| author | ruki <[email protected]> | 2017-12-28 22:35:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-28 09:32:59 +0800 |
| commit | eb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (patch) | |
| tree | dc9c03c3b9a1cef3dcf9d029e5f7d6d64aa657e8 /xmake/core/base | |
| parent | c29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff) | |
update copyright date
Diffstat (limited to 'xmake/core/base')
| -rw-r--r-- | xmake/core/base/colors.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/coroutine.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/deprecated.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/deprecated/interpreter.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/dlist.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/emoji.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/filter.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/global.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/interpreter.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/io.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/log.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/object.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/option.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/os.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/path.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/privilege.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/process.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/profiler.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/string.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/table.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/task.lua | 2 | ||||
| -rw-r--r-- | xmake/core/base/utils.lua | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/xmake/core/base/colors.lua b/xmake/core/base/colors.lua index bd0c4bd69..06ddef3dc 100644 --- a/xmake/core/base/colors.lua +++ b/xmake/core/base/colors.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file colors.lua diff --git a/xmake/core/base/coroutine.lua b/xmake/core/base/coroutine.lua index e012db923..dca56423d 100644 --- a/xmake/core/base/coroutine.lua +++ b/xmake/core/base/coroutine.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file coroutine.lua diff --git a/xmake/core/base/deprecated.lua b/xmake/core/base/deprecated.lua index 6cfb35fa8..f9c58101e 100644 --- a/xmake/core/base/deprecated.lua +++ b/xmake/core/base/deprecated.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file deprecated.lua diff --git a/xmake/core/base/deprecated/interpreter.lua b/xmake/core/base/deprecated/interpreter.lua index a452342e0..d39356001 100644 --- a/xmake/core/base/deprecated/interpreter.lua +++ b/xmake/core/base/deprecated/interpreter.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file deprecated_interpreter.lua diff --git a/xmake/core/base/dlist.lua b/xmake/core/base/dlist.lua index e16518238..8aee8af2c 100644 --- a/xmake/core/base/dlist.lua +++ b/xmake/core/base/dlist.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file dlist.lua diff --git a/xmake/core/base/emoji.lua b/xmake/core/base/emoji.lua index 436df2e21..0dcb32b7c 100644 --- a/xmake/core/base/emoji.lua +++ b/xmake/core/base/emoji.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file emoji.lua diff --git a/xmake/core/base/filter.lua b/xmake/core/base/filter.lua index 3ab7cc2b4..9decdddc5 100644 --- a/xmake/core/base/filter.lua +++ b/xmake/core/base/filter.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file filter.lua diff --git a/xmake/core/base/global.lua b/xmake/core/base/global.lua index 1699a06e9..f041c759d 100644 --- a/xmake/core/base/global.lua +++ b/xmake/core/base/global.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file global.lua diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua index e796eaa8a..cb5b831d8 100644 --- a/xmake/core/base/interpreter.lua +++ b/xmake/core/base/interpreter.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file interpreter.lua diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua index f91e1bead..a07d127ea 100644 --- a/xmake/core/base/io.lua +++ b/xmake/core/base/io.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file io.lua diff --git a/xmake/core/base/log.lua b/xmake/core/base/log.lua index 332d267bb..eaccdeee6 100644 --- a/xmake/core/base/log.lua +++ b/xmake/core/base/log.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. --o -- @author ruki -- @file log.lua diff --git a/xmake/core/base/object.lua b/xmake/core/base/object.lua index ab4bf468f..6720cd8df 100644 --- a/xmake/core/base/object.lua +++ b/xmake/core/base/object.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file object.lua diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index c8a613d0e..565866514 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file option.lua diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index 00b38f60a..d8d439155 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file os.lua diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua index a76bd4525..4b8914ef5 100644 --- a/xmake/core/base/path.lua +++ b/xmake/core/base/path.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file path.lua diff --git a/xmake/core/base/privilege.lua b/xmake/core/base/privilege.lua index b53876713..94530502e 100644 --- a/xmake/core/base/privilege.lua +++ b/xmake/core/base/privilege.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author TitanSnow -- @file privilege.lua diff --git a/xmake/core/base/process.lua b/xmake/core/base/process.lua index 785c044ad..bf3241a21 100644 --- a/xmake/core/base/process.lua +++ b/xmake/core/base/process.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file process.lua diff --git a/xmake/core/base/profiler.lua b/xmake/core/base/profiler.lua index ee2ab9fb5..1f473f0f7 100644 --- a/xmake/core/base/profiler.lua +++ b/xmake/core/base/profiler.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file profiler.lua diff --git a/xmake/core/base/string.lua b/xmake/core/base/string.lua index 0f65232e9..5b8936360 100644 --- a/xmake/core/base/string.lua +++ b/xmake/core/base/string.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file string.lua diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua index 3b4013232..18c5199db 100644 --- a/xmake/core/base/table.lua +++ b/xmake/core/base/table.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file table.lua diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua index ad4b787ba..92a74ff3d 100644 --- a/xmake/core/base/task.lua +++ b/xmake/core/base/task.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file task.lua diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua index 8a31330e7..b3f143ba3 100644 --- a/xmake/core/base/utils.lua +++ b/xmake/core/base/utils.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2017, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2018, TBOOX Open Source Group. -- -- @author ruki -- @file utils.lua |
