diff options
| author | ruki <[email protected]> | 2019-12-19 22:30:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-19 09:01:52 +0800 |
| commit | 2e0445237493458e39d6ce44b81f7b1fa20940bc (patch) | |
| tree | be6adaa2e47967ecb5ca367e839abebd888778a9 /xmake/modules/lib/detect | |
| parent | 3e67c61cd338e9ad214590d24e6ad506ce5b57f6 (diff) | |
update the copyright date
Diffstat (limited to 'xmake/modules/lib/detect')
| -rw-r--r-- | xmake/modules/lib/detect/check_csnippets.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/check_cxsnippets.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/check_cxxsnippets.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/features.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/find_cudadevices.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/find_package.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/find_tool.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/find_toolname.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_cfuncs.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_cincludes.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_ctypes.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_cxxfuncs.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_cxxincludes.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_cxxtypes.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_features.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/has_flags.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/lib/detect/pkg_config.lua | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/xmake/modules/lib/detect/check_csnippets.lua b/xmake/modules/lib/detect/check_csnippets.lua index acaf6f7e8..7301d6b12 100644 --- a/xmake/modules/lib/detect/check_csnippets.lua +++ b/xmake/modules/lib/detect/check_csnippets.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file check_csnippets.lua diff --git a/xmake/modules/lib/detect/check_cxsnippets.lua b/xmake/modules/lib/detect/check_cxsnippets.lua index 6615c477c..9c6307f77 100644 --- a/xmake/modules/lib/detect/check_cxsnippets.lua +++ b/xmake/modules/lib/detect/check_cxsnippets.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file check_cxsnippets.lua diff --git a/xmake/modules/lib/detect/check_cxxsnippets.lua b/xmake/modules/lib/detect/check_cxxsnippets.lua index e0301ebc4..1aa26d312 100644 --- a/xmake/modules/lib/detect/check_cxxsnippets.lua +++ b/xmake/modules/lib/detect/check_cxxsnippets.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file check_cxxsnippets.lua diff --git a/xmake/modules/lib/detect/features.lua b/xmake/modules/lib/detect/features.lua index 3a9806b5e..e07c89923 100644 --- a/xmake/modules/lib/detect/features.lua +++ b/xmake/modules/lib/detect/features.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file features.lua diff --git a/xmake/modules/lib/detect/find_cudadevices.lua b/xmake/modules/lib/detect/find_cudadevices.lua index cb5781847..e36e633b2 100644 --- a/xmake/modules/lib/detect/find_cudadevices.lua +++ b/xmake/modules/lib/detect/find_cudadevices.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author OpportunityLiu -- @file find_cudadevices.lua diff --git a/xmake/modules/lib/detect/find_package.lua b/xmake/modules/lib/detect/find_package.lua index b928d722c..784920a2d 100644 --- a/xmake/modules/lib/detect/find_package.lua +++ b/xmake/modules/lib/detect/find_package.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file find_package.lua diff --git a/xmake/modules/lib/detect/find_tool.lua b/xmake/modules/lib/detect/find_tool.lua index 831884384..7e40c0b0e 100644 --- a/xmake/modules/lib/detect/find_tool.lua +++ b/xmake/modules/lib/detect/find_tool.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file find_tool.lua diff --git a/xmake/modules/lib/detect/find_toolname.lua b/xmake/modules/lib/detect/find_toolname.lua index 474732705..97c9c888a 100644 --- a/xmake/modules/lib/detect/find_toolname.lua +++ b/xmake/modules/lib/detect/find_toolname.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file find_toolname.lua diff --git a/xmake/modules/lib/detect/has_cfuncs.lua b/xmake/modules/lib/detect/has_cfuncs.lua index 86b67dce9..3d0accb36 100644 --- a/xmake/modules/lib/detect/has_cfuncs.lua +++ b/xmake/modules/lib/detect/has_cfuncs.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_cfuncs.lua diff --git a/xmake/modules/lib/detect/has_cincludes.lua b/xmake/modules/lib/detect/has_cincludes.lua index 7f4f67816..9139e2520 100644 --- a/xmake/modules/lib/detect/has_cincludes.lua +++ b/xmake/modules/lib/detect/has_cincludes.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_cincludes.lua diff --git a/xmake/modules/lib/detect/has_ctypes.lua b/xmake/modules/lib/detect/has_ctypes.lua index 9f1e5a57e..9afb9088d 100644 --- a/xmake/modules/lib/detect/has_ctypes.lua +++ b/xmake/modules/lib/detect/has_ctypes.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_ctypes.lua diff --git a/xmake/modules/lib/detect/has_cxxfuncs.lua b/xmake/modules/lib/detect/has_cxxfuncs.lua index e125d6151..b9a4c0aa6 100644 --- a/xmake/modules/lib/detect/has_cxxfuncs.lua +++ b/xmake/modules/lib/detect/has_cxxfuncs.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_cxxfuncs.lua diff --git a/xmake/modules/lib/detect/has_cxxincludes.lua b/xmake/modules/lib/detect/has_cxxincludes.lua index 9941331dc..41dcd5f94 100644 --- a/xmake/modules/lib/detect/has_cxxincludes.lua +++ b/xmake/modules/lib/detect/has_cxxincludes.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_cxxincludes.lua diff --git a/xmake/modules/lib/detect/has_cxxtypes.lua b/xmake/modules/lib/detect/has_cxxtypes.lua index 9db374260..286ed045c 100644 --- a/xmake/modules/lib/detect/has_cxxtypes.lua +++ b/xmake/modules/lib/detect/has_cxxtypes.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_cxxtypes.lua diff --git a/xmake/modules/lib/detect/has_features.lua b/xmake/modules/lib/detect/has_features.lua index d8fc8e051..12553ea71 100644 --- a/xmake/modules/lib/detect/has_features.lua +++ b/xmake/modules/lib/detect/has_features.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_features.lua diff --git a/xmake/modules/lib/detect/has_flags.lua b/xmake/modules/lib/detect/has_flags.lua index 266d224dd..1bb96e21d 100644 --- a/xmake/modules/lib/detect/has_flags.lua +++ b/xmake/modules/lib/detect/has_flags.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file has_flags.lua diff --git a/xmake/modules/lib/detect/pkg_config.lua b/xmake/modules/lib/detect/pkg_config.lua index 5bc63c18d..f6c8f74be 100644 --- a/xmake/modules/lib/detect/pkg_config.lua +++ b/xmake/modules/lib/detect/pkg_config.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file pkg_config.lua |
