diff options
| author | ruki <[email protected]> | 2025-08-26 22:46:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:53 +0800 |
| commit | 12b67495cd7114b10a1139a3ea81a45e402e7aba (patch) | |
| tree | cabc725956ad769578948cfa4bb276a2f8b74452 | |
| parent | f6c932570613b99b302eb2ed52067fc2a7b1752d (diff) | |
update copyright
| -rw-r--r-- | core/src/xmake/engine_pool.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/engine_pool.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/thread/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/thread/thread_exit.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/thread/thread_init.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/thread/thread_resume.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/thread/thread_suspend.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/thread/thread_wait.c | 2 | ||||
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/thread/thread.lua | 2 | ||||
| -rw-r--r-- | xmake/core/thread/thread.lua | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/core/src/xmake/engine_pool.c b/core/src/xmake/engine_pool.c index 0e9d1b8c1..78081399c 100644 --- a/core/src/xmake/engine_pool.c +++ b/core/src/xmake/engine_pool.c @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file engine_pool.c diff --git a/core/src/xmake/engine_pool.h b/core/src/xmake/engine_pool.h index 691338369..853856d1c 100644 --- a/core/src/xmake/engine_pool.h +++ b/core/src/xmake/engine_pool.h @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file engine_pool.h diff --git a/core/src/xmake/thread/prefix.h b/core/src/xmake/thread/prefix.h index 1199caa7a..9f64fd7e6 100644 --- a/core/src/xmake/thread/prefix.h +++ b/core/src/xmake/thread/prefix.h @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file prefix.h diff --git a/core/src/xmake/thread/thread_exit.c b/core/src/xmake/thread/thread_exit.c index dbdefdf90..9d2c8e908 100644 --- a/core/src/xmake/thread/thread_exit.c +++ b/core/src/xmake/thread/thread_exit.c @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file thread_exit.c diff --git a/core/src/xmake/thread/thread_init.c b/core/src/xmake/thread/thread_init.c index 09d7771f0..37db1871c 100644 --- a/core/src/xmake/thread/thread_init.c +++ b/core/src/xmake/thread/thread_init.c @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file thread_init.c diff --git a/core/src/xmake/thread/thread_resume.c b/core/src/xmake/thread/thread_resume.c index 25f72a767..9843ac2d7 100644 --- a/core/src/xmake/thread/thread_resume.c +++ b/core/src/xmake/thread/thread_resume.c @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file thread_resume.c diff --git a/core/src/xmake/thread/thread_suspend.c b/core/src/xmake/thread/thread_suspend.c index 7bc4ce11b..e21509413 100644 --- a/core/src/xmake/thread/thread_suspend.c +++ b/core/src/xmake/thread/thread_suspend.c @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file thread_suspend.c diff --git a/core/src/xmake/thread/thread_wait.c b/core/src/xmake/thread/thread_wait.c index 57de3667c..f2d7199ec 100644 --- a/core/src/xmake/thread/thread_wait.c +++ b/core/src/xmake/thread/thread_wait.c @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2015-present, TBOOX Open Source Group. + * Copyright (C) 2015-present, Xmake Open Source Community. * * @author ruki * @file thread_wait.c diff --git a/xmake/core/sandbox/modules/import/core/thread/thread.lua b/xmake/core/sandbox/modules/import/core/thread/thread.lua index 57fd10485..f90ec339f 100644 --- a/xmake/core/sandbox/modules/import/core/thread/thread.lua +++ b/xmake/core/sandbox/modules/import/core/thread/thread.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file thread.lua diff --git a/xmake/core/thread/thread.lua b/xmake/core/thread/thread.lua index a346566f8..a7f82fe29 100644 --- a/xmake/core/thread/thread.lua +++ b/xmake/core/thread/thread.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file thread.lua |
