summaryrefslogtreecommitdiff
path: root/core/src/xmake/path
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-03 23:03:12 +0800
committerruki <[email protected]>2025-07-03 23:03:12 +0800
commit5670477e415e24962c57eac21194c63946ee5e1e (patch)
tree21be6b741f382debc9916e366d9b120cb4d496db /core/src/xmake/path
parentd7fefefea5959ae89694891b2a034ec274eb2fe3 (diff)
rename copyright
Diffstat (limited to 'core/src/xmake/path')
-rw-r--r--core/src/xmake/path/absolute.c2
-rw-r--r--core/src/xmake/path/directory.c2
-rw-r--r--core/src/xmake/path/is_absolute.c2
-rw-r--r--core/src/xmake/path/prefix.h2
-rw-r--r--core/src/xmake/path/relative.c2
-rw-r--r--core/src/xmake/path/translate.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c
index d8489d25f..a780cdce8 100644
--- a/core/src/xmake/path/absolute.c
+++ b/core/src/xmake/path/absolute.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 absolute.c
diff --git a/core/src/xmake/path/directory.c b/core/src/xmake/path/directory.c
index b8ec7476d..2af805d45 100644
--- a/core/src/xmake/path/directory.c
+++ b/core/src/xmake/path/directory.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 directory.c
diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c
index 04f1af580..7ced8d3fe 100644
--- a/core/src/xmake/path/is_absolute.c
+++ b/core/src/xmake/path/is_absolute.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 is_absolute.c
diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h
index 82a2c3a76..3fe86b204 100644
--- a/core/src/xmake/path/prefix.h
+++ b/core/src/xmake/path/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/path/relative.c b/core/src/xmake/path/relative.c
index 543dd5b11..ec1dcc215 100644
--- a/core/src/xmake/path/relative.c
+++ b/core/src/xmake/path/relative.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 relative.c
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index 3074c0b2a..ecb545098 100644
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.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 translate.c