summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorruki <[email protected]>2025-08-26 22:46:45 +0800
committerruki <[email protected]>2025-08-28 11:35:53 +0800
commit12b67495cd7114b10a1139a3ea81a45e402e7aba (patch)
treecabc725956ad769578948cfa4bb276a2f8b74452 /core
parentf6c932570613b99b302eb2ed52067fc2a7b1752d (diff)
update copyright
Diffstat (limited to 'core')
-rw-r--r--core/src/xmake/engine_pool.c2
-rw-r--r--core/src/xmake/engine_pool.h2
-rw-r--r--core/src/xmake/thread/prefix.h2
-rw-r--r--core/src/xmake/thread/thread_exit.c2
-rw-r--r--core/src/xmake/thread/thread_init.c2
-rw-r--r--core/src/xmake/thread/thread_resume.c2
-rw-r--r--core/src/xmake/thread/thread_suspend.c2
-rw-r--r--core/src/xmake/thread/thread_wait.c2
8 files changed, 8 insertions, 8 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