Skip to content

Commit 23b4aac

Browse files
committed
fix: correct casing of "MixtapeLabs" in documentation and scripts
1 parent 32276b5 commit 23b4aac

22 files changed

Lines changed: 55 additions & 55 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 MixtapeLabs 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 MixtapeLabs 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+
MixtapeLabs 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 MixtapeLabs 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 MixtapeLabs 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 MixtapeLabs 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 MixtapeLabs Express service. Please keep all discussions and reviews within approved internal channels.
44

55
## Getting Started
66

LICENSE

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

4-
Copyright (c) 2025 Mixtapelabs. All rights reserved.
4+
Copyright (c) 2025 MixtapeLabs. 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 MixtapeLabs.
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 MixtapeLabs. Use of the Software is restricted to the
12+
purpose and scope explicitly approved in writing by MixtapeLabs. Any unauthorized use is
1313
strictly prohibited.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1616
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17-
PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL AURALYZE OR ITS LICENSORS
17+
PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL MIXTAPELABS OR ITS LICENSORS
1818
BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
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 MixtapeLabs.

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+
# MixtapeLabs API (@mixtapelabs/api)
22

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

5-
This project and its contents are proprietary to Mixtapelabs. All rights reserved.
5+
This project and its contents are proprietary to MixtapeLabs. 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+
# MixtapeLabs 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+
MixtapeLabs 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)