diff options
| author | ruki <[email protected]> | 2025-07-03 12:48:52 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-03 12:48:52 +0800 |
| commit | f916565457fdb3730eb134de3b0e9cd9637009b1 (patch) | |
| tree | 07bd43107d7aef209b4d702d1cc701758b6d4d19 /xmake/toolchains/xcode | |
| parent | d7fefefea5959ae89694891b2a034ec274eb2fe3 (diff) | |
| parent | 24fb7d4178c4cba07ad85687495b94dd6660c073 (diff) | |
Merge pull request #6602 from xmake-io/copyright
rename copyright
Diffstat (limited to 'xmake/toolchains/xcode')
| -rw-r--r-- | xmake/toolchains/xcode/check.lua | 2 | ||||
| -rw-r--r-- | xmake/toolchains/xcode/load_appletvos.lua | 2 | ||||
| -rw-r--r-- | xmake/toolchains/xcode/load_applexros.lua | 2 | ||||
| -rw-r--r-- | xmake/toolchains/xcode/load_iphoneos.lua | 2 | ||||
| -rw-r--r-- | xmake/toolchains/xcode/load_macosx.lua | 2 | ||||
| -rw-r--r-- | xmake/toolchains/xcode/load_watchos.lua | 2 | ||||
| -rw-r--r-- | xmake/toolchains/xcode/xmake.lua | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/xmake/toolchains/xcode/check.lua b/xmake/toolchains/xcode/check.lua index a06cb7a86..ad43e70a2 100644 --- a/xmake/toolchains/xcode/check.lua +++ b/xmake/toolchains/xcode/check.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 check.lua diff --git a/xmake/toolchains/xcode/load_appletvos.lua b/xmake/toolchains/xcode/load_appletvos.lua index 3833b8956..c4aea5953 100644 --- a/xmake/toolchains/xcode/load_appletvos.lua +++ b/xmake/toolchains/xcode/load_appletvos.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 load_appletvos.lua diff --git a/xmake/toolchains/xcode/load_applexros.lua b/xmake/toolchains/xcode/load_applexros.lua index 09805cdc3..9f1702ba5 100644 --- a/xmake/toolchains/xcode/load_applexros.lua +++ b/xmake/toolchains/xcode/load_applexros.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 load_applexros.lua diff --git a/xmake/toolchains/xcode/load_iphoneos.lua b/xmake/toolchains/xcode/load_iphoneos.lua index a36fa50b9..fd4cd4548 100644 --- a/xmake/toolchains/xcode/load_iphoneos.lua +++ b/xmake/toolchains/xcode/load_iphoneos.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 load_iphoneos.lua diff --git a/xmake/toolchains/xcode/load_macosx.lua b/xmake/toolchains/xcode/load_macosx.lua index 071f8ec6d..702d721f4 100644 --- a/xmake/toolchains/xcode/load_macosx.lua +++ b/xmake/toolchains/xcode/load_macosx.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 load_macosx.lua diff --git a/xmake/toolchains/xcode/load_watchos.lua b/xmake/toolchains/xcode/load_watchos.lua index cceabeb02..91503ff80 100644 --- a/xmake/toolchains/xcode/load_watchos.lua +++ b/xmake/toolchains/xcode/load_watchos.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 load_watchos.lua diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua index 2f9e6a053..87df96fa6 100644 --- a/xmake/toolchains/xcode/xmake.lua +++ b/xmake/toolchains/xcode/xmake.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 xmake.lua |
