diff options
| author | ruki <[email protected]> | 2020-12-19 00:41:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-19 00:41:06 +0800 |
| commit | 536f2bd6a092eba91315b7d1e120dff63392a11d (patch) | |
| tree | e3fb32d868ad4b11333033fd529e2c8b53d9c173 /xmake/modules/lib | |
| parent | c47ddba3dbc6ace6eb38535a33a7b1090b402a60 (diff) | |
update copyright date
Diffstat (limited to 'xmake/modules/lib')
| -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 096078498..adf2cea3d 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 ee817774d..ecf33aefc 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 110456bda..5ebb045b5 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 7366d0cee..19b6067cc 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 15df4396d..92ffcf5cd 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 a7781a6b9..e6f4c8f21 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 f0626c626..9d494d68f 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 8901af1c0..21b424fb7 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 6324ba13e..28d040cf7 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 3bd90a3e7..8a8e3804a 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 1371fbf33..7e50336d4 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 8a57c3392..86b7b72bc 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 72611e186..4f4a30e71 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 e820cc268..9cdf3dd36 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 ef989af0d..80dbc2ec7 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 1401a6306..4f151740f 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, 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 84da9c2f2..f9e1e9aeb 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-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file pkg_config.lua |
