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/includes | |
| parent | c47ddba3dbc6ace6eb38535a33a7b1090b402a60 (diff) | |
update copyright date
Diffstat (limited to 'xmake/includes')
| -rw-r--r-- | xmake/includes/check_cflags.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_cfuncs.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_cincludes.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_csnippets.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_ctypes.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_cxxflags.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_cxxfuncs.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_cxxincludes.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_cxxsnippets.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_cxxtypes.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_features.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_links.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/check_syslinks.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/find_and_add_packages.lua | 2 | ||||
| -rw-r--r-- | xmake/includes/qt_add_static_plugins.lua | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/xmake/includes/check_cflags.lua b/xmake/includes/check_cflags.lua index 88a2f0c55..85ee65f8e 100644 --- a/xmake/includes/check_cflags.lua +++ b/xmake/includes/check_cflags.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_cflags.lua diff --git a/xmake/includes/check_cfuncs.lua b/xmake/includes/check_cfuncs.lua index a477e87f3..337a16fac 100644 --- a/xmake/includes/check_cfuncs.lua +++ b/xmake/includes/check_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 check_cfuncs.lua diff --git a/xmake/includes/check_cincludes.lua b/xmake/includes/check_cincludes.lua index 540088594..d5e4cf4a3 100644 --- a/xmake/includes/check_cincludes.lua +++ b/xmake/includes/check_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 check_cincludes.lua diff --git a/xmake/includes/check_csnippets.lua b/xmake/includes/check_csnippets.lua index 7c0766a97..6cd4ccdc9 100644 --- a/xmake/includes/check_csnippets.lua +++ b/xmake/includes/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/includes/check_ctypes.lua b/xmake/includes/check_ctypes.lua index bc1a4af8a..d6bf77f82 100644 --- a/xmake/includes/check_ctypes.lua +++ b/xmake/includes/check_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 check_ctypes.lua diff --git a/xmake/includes/check_cxxflags.lua b/xmake/includes/check_cxxflags.lua index 01f1d8250..c2881ecdc 100644 --- a/xmake/includes/check_cxxflags.lua +++ b/xmake/includes/check_cxxflags.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_cxxflags.lua diff --git a/xmake/includes/check_cxxfuncs.lua b/xmake/includes/check_cxxfuncs.lua index 76c29e4bc..bef5d8252 100644 --- a/xmake/includes/check_cxxfuncs.lua +++ b/xmake/includes/check_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 check_cxxfuncs.lua diff --git a/xmake/includes/check_cxxincludes.lua b/xmake/includes/check_cxxincludes.lua index 297e1ee51..4ef52b155 100644 --- a/xmake/includes/check_cxxincludes.lua +++ b/xmake/includes/check_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 check_cxxincludes.lua diff --git a/xmake/includes/check_cxxsnippets.lua b/xmake/includes/check_cxxsnippets.lua index 614d61c60..2e906100b 100644 --- a/xmake/includes/check_cxxsnippets.lua +++ b/xmake/includes/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/includes/check_cxxtypes.lua b/xmake/includes/check_cxxtypes.lua index 601cf7c96..859e26c4d 100644 --- a/xmake/includes/check_cxxtypes.lua +++ b/xmake/includes/check_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 check_cxxtypes.lua diff --git a/xmake/includes/check_features.lua b/xmake/includes/check_features.lua index 250cea386..1340d32f5 100644 --- a/xmake/includes/check_features.lua +++ b/xmake/includes/check_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 check_features.lua diff --git a/xmake/includes/check_links.lua b/xmake/includes/check_links.lua index 4fe9f8cd5..a17561f5e 100644 --- a/xmake/includes/check_links.lua +++ b/xmake/includes/check_links.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_links.lua diff --git a/xmake/includes/check_syslinks.lua b/xmake/includes/check_syslinks.lua index fcfe5c280..0dab1fa7f 100644 --- a/xmake/includes/check_syslinks.lua +++ b/xmake/includes/check_syslinks.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_syslinks.lua diff --git a/xmake/includes/find_and_add_packages.lua b/xmake/includes/find_and_add_packages.lua index 0daa086dc..21aa2f783 100644 --- a/xmake/includes/find_and_add_packages.lua +++ b/xmake/includes/find_and_add_packages.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_and_add_packages.lua diff --git a/xmake/includes/qt_add_static_plugins.lua b/xmake/includes/qt_add_static_plugins.lua index 7cece1b68..8ecb06056 100644 --- a/xmake/includes/qt_add_static_plugins.lua +++ b/xmake/includes/qt_add_static_plugins.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 qt_add_static_plugins.lua |
