Skip to content

Commit 189bfa5

Browse files
committed
docs: add AXe and IDB third-party license notices
1 parent 7379a39 commit 189bfa5

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,3 @@ Please note that the UI automation features are an early preview and currently i
318318
## [v1.0.1] - 2025-04-02
319319
- Initial release of XcodeBuildMCP
320320
- Basic support for building iOS and macOS applications
321-

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,3 +368,4 @@ The CLI uses a per-workspace daemon for stateful operations (log capture, debugg
368368
## Licence
369369

370370
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
371+
Third-party licensing notices (including AXe and Meta's IDB MIT attributions) are in [THIRD_PARTY_LICENSES](THIRD_PARTY_LICENSES).

THIRD_PARTY_LICENSES

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
This project depends on third-party open source software.
2+
3+
---------------------------------------------------------------------
4+
5+
AXe
6+
https://github.com/cameroncooke/AXe
7+
8+
Copyright (c) Cameron Cooke
9+
10+
Licensed under the MIT License.
11+
12+
---------------------------------------------------------------------
13+
14+
Facebook IDB
15+
https://github.com/facebook/idb
16+
17+
Copyright (c) Meta Platforms, Inc. and affiliates.
18+
19+
Licensed under the MIT License:
20+
21+
Permission is hereby granted, free of charge, to any person obtaining a copy
22+
of this software and associated documentation files (the "Software"), to deal
23+
in the Software without restriction, including without limitation the rights
24+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25+
copies of the Software, and to permit persons to whom the Software is
26+
furnished to do so, subject to the following conditions:
27+
28+
The above copyright notice and this permission notice shall be included in all
29+
copies or substantial portions of the Software.
30+
31+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37+
SOFTWARE.

0 commit comments

Comments
 (0)