Skip to content

Commit d6d07ec

Browse files
committed
refactor: update documentation and references from MixtapeLabs API to Mixtape API across the codebase
1 parent 23b4aac commit d6d07ec

22 files changed

Lines changed: 54 additions & 54 deletions

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 'Bug report'
3-
about: 'Report a problem with MixtapeLabs API'
3+
about: 'Report a problem with Mixtape API'
44
labels: [bug]
55
title: '[Bug]: '
66
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 'Feature request'
3-
about: 'Suggest an enhancement for MixtapeLabs API'
3+
about: 'Suggest an enhancement for Mixtape API'
44
labels: [enhancement]
55
title: '[Feature]: '
66
---

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copilot Instructions
22

3-
MixtapeLabs API is an Express service that fronts `@mixtapelabs/engine`. Keep the service modular, dependency-injected, and ready for containerized deployment.
3+
Mixtape API is an Express service that fronts `@mixtapelabs/engine`. Keep the service modular, dependency-injected, and ready for containerized deployment.
44

55
## Architecture snapshot
66

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
Describe the core change and why it matters for the MixtapeLabs API.
5+
Describe the core change and why it matters for the Mixtape API.
66

77
## Changes
88

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Our Pledge
44

5-
We pledge to make participation in MixtapeLabs API a harassment-free experience for everyone, regardless of background, expertise, or role.
5+
We pledge to make participation in Mixtape API a harassment-free experience for everyone, regardless of background, expertise, or role.
66

77
## Our Standards
88

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to MixtapeLabs API
1+
# Contributing to Mixtape API
22

3-
This repository houses proprietary code for the MixtapeLabs Express service. Please keep all discussions and reviews within approved internal channels.
3+
This repository houses proprietary code for the Mixtape Express service. Please keep all discussions and reviews within approved internal channels.
44

55
## Getting Started
66

LICENSE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
MixtapeLabs API Proprietary License
1+
Mixtape API Proprietary License
22
================================
33

4-
Copyright (c) 2025 MixtapeLabs. All rights reserved.
4+
Copyright (c) 2025 Mixtape. All rights reserved.
55

66
This software, including all associated source code, documentation, binaries, and assets
7-
(collectively, the "Software"), is proprietary to MixtapeLabs.
7+
(collectively, the "Software"), is proprietary to Mixtape.
88

99
Permission is not granted to copy, distribute, sublicense, modify, merge, publish, or
1010
create derivative works of the Software, in whole or in part, unless you have received
11-
prior written authorization from MixtapeLabs. Use of the Software is restricted to the
12-
purpose and scope explicitly approved in writing by MixtapeLabs. Any unauthorized use is
11+
prior written authorization from Mixtape. Use of the Software is restricted to the
12+
purpose and scope explicitly approved in writing by Mixtape. Any unauthorized use is
1313
strictly prohibited.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
@@ -19,4 +19,4 @@ BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CO
1919
TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2020
OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
For licensing inquiries, please contact MixtapeLabs.
22+
For licensing inquiries, please contact Mixtape.

NOTICE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# MixtapeLabs API (@mixtapelabs/api)
1+
# Mixtape API (@mixtapelabs/api)
22

3-
Express REST service that orchestrates the MixtapeLabs engine.
3+
Express REST service that orchestrates the Mixtape engine.
44

5-
This project and its contents are proprietary to MixtapeLabs. All rights reserved.
5+
This project and its contents are proprietary to Mixtape. All rights reserved.
66
Refer to the LICENSE file for usage terms.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MixtapeLabs API (`@mixtapelabs/api`)
1+
# Mixtape API (`@mixtapelabs/api`)
22

33
Express MVC service that fronts `@mixtapelabs/engine` and exposes REST endpoints for the Next.js frontend.
44

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security Policy
22

3-
MixtapeLabs API is proprietary software distributed internally. If you discover a vulnerability or suspect a security issue, please:
3+
Mixtape API is proprietary software distributed internally. If you discover a vulnerability or suspect a security issue, please:
44

55
1. Do **not** disclose details publicly.
66
2. Capture as much diagnostic information as possible (stack traces, reproduction steps, affected clients).

0 commit comments

Comments
 (0)