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 /xmake/rules/xcode | |
| parent | d7fefefea5959ae89694891b2a034ec274eb2fe3 (diff) | |
rename copyright
Diffstat (limited to 'xmake/rules/xcode')
| -rw-r--r-- | xmake/rules/xcode/application/build.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/application/install.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/application/load.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/application/package.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/application/run.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/application/uninstall.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/application/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/bundle/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/framework/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/info_plist/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/metal/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/storyboard/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/xcode/xcassets/xmake.lua | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua index a06477069..74a8b2431 100644 --- a/xmake/rules/xcode/application/build.lua +++ b/xmake/rules/xcode/application/build.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 build.lua diff --git a/xmake/rules/xcode/application/install.lua b/xmake/rules/xcode/application/install.lua index 13869e8ea..1f1578fe1 100644 --- a/xmake/rules/xcode/application/install.lua +++ b/xmake/rules/xcode/application/install.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 install.lua diff --git a/xmake/rules/xcode/application/load.lua b/xmake/rules/xcode/application/load.lua index 8be4077a3..a494a2401 100644 --- a/xmake/rules/xcode/application/load.lua +++ b/xmake/rules/xcode/application/load.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.lua diff --git a/xmake/rules/xcode/application/package.lua b/xmake/rules/xcode/application/package.lua index 78e703f8f..f6485d9f0 100644 --- a/xmake/rules/xcode/application/package.lua +++ b/xmake/rules/xcode/application/package.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 package.lua diff --git a/xmake/rules/xcode/application/run.lua b/xmake/rules/xcode/application/run.lua index 9859321bc..249558ffc 100644 --- a/xmake/rules/xcode/application/run.lua +++ b/xmake/rules/xcode/application/run.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 run.lua diff --git a/xmake/rules/xcode/application/uninstall.lua b/xmake/rules/xcode/application/uninstall.lua index 9c1a8f759..3a7285bbc 100644 --- a/xmake/rules/xcode/application/uninstall.lua +++ b/xmake/rules/xcode/application/uninstall.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 uninstall.lua diff --git a/xmake/rules/xcode/application/xmake.lua b/xmake/rules/xcode/application/xmake.lua index 7d5edc668..ecffaeeac 100644 --- a/xmake/rules/xcode/application/xmake.lua +++ b/xmake/rules/xcode/application/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 diff --git a/xmake/rules/xcode/bundle/xmake.lua b/xmake/rules/xcode/bundle/xmake.lua index 972d7d75e..9d697e3cf 100644 --- a/xmake/rules/xcode/bundle/xmake.lua +++ b/xmake/rules/xcode/bundle/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 diff --git a/xmake/rules/xcode/framework/xmake.lua b/xmake/rules/xcode/framework/xmake.lua index 46850c019..4e849f51b 100644 --- a/xmake/rules/xcode/framework/xmake.lua +++ b/xmake/rules/xcode/framework/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 diff --git a/xmake/rules/xcode/info_plist/xmake.lua b/xmake/rules/xcode/info_plist/xmake.lua index e58a1c1a8..4743995f7 100644 --- a/xmake/rules/xcode/info_plist/xmake.lua +++ b/xmake/rules/xcode/info_plist/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 diff --git a/xmake/rules/xcode/metal/xmake.lua b/xmake/rules/xcode/metal/xmake.lua index bf041c305..fe30b094d 100644 --- a/xmake/rules/xcode/metal/xmake.lua +++ b/xmake/rules/xcode/metal/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 diff --git a/xmake/rules/xcode/storyboard/xmake.lua b/xmake/rules/xcode/storyboard/xmake.lua index f17552ab0..31c52834a 100644 --- a/xmake/rules/xcode/storyboard/xmake.lua +++ b/xmake/rules/xcode/storyboard/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 diff --git a/xmake/rules/xcode/xcassets/xmake.lua b/xmake/rules/xcode/xcassets/xmake.lua index 4479b6b95..2250edc78 100644 --- a/xmake/rules/xcode/xcassets/xmake.lua +++ b/xmake/rules/xcode/xcassets/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 |
