diff options
| author | ruki <[email protected]> | 2025-07-03 23:03:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-03 23:03:12 +0800 |
| commit | 5670477e415e24962c57eac21194c63946ee5e1e (patch) | |
| tree | 21be6b741f382debc9916e366d9b120cb4d496db /core/src/xmake/string | |
| parent | d7fefefea5959ae89694891b2a034ec274eb2fe3 (diff) | |
rename copyright
Diffstat (limited to 'core/src/xmake/string')
| -rw-r--r-- | core/src/xmake/string/convert.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/endswith.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/lastof.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/split.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/startswith.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/trim.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/core/src/xmake/string/convert.c b/core/src/xmake/string/convert.c index bf77af2bc..0001b7f9c 100644 --- a/core/src/xmake/string/convert.c +++ b/core/src/xmake/string/convert.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 convert.c diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c index 8f64dbda6..e6bb8b9c4 100644 --- a/core/src/xmake/string/endswith.c +++ b/core/src/xmake/string/endswith.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 endswith.c diff --git a/core/src/xmake/string/lastof.c b/core/src/xmake/string/lastof.c index e9f2f0fbb..8e6f42300 100644 --- a/core/src/xmake/string/lastof.c +++ b/core/src/xmake/string/lastof.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 lastof.c diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h index 85d34b16e..8f9e53d94 100644 --- a/core/src/xmake/string/prefix.h +++ b/core/src/xmake/string/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/string/split.c b/core/src/xmake/string/split.c index 43e949ace..c035a5fab 100644 --- a/core/src/xmake/string/split.c +++ b/core/src/xmake/string/split.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 split.c diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c index 9146ce89b..d904de3cb 100644 --- a/core/src/xmake/string/startswith.c +++ b/core/src/xmake/string/startswith.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 startswith.c diff --git a/core/src/xmake/string/trim.c b/core/src/xmake/string/trim.c index de88d0672..42a4b846c 100644 --- a/core/src/xmake/string/trim.c +++ b/core/src/xmake/string/trim.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 OpportunityLiu * @file trim.c |
