Title: Chore: Implement Standardized Licensing Across Project Repositories
Description:
- Problem/Goal: Our project repositories currently lack explicit
LICENSE files, creating legal ambiguity for both our team and external developers viewing our code. The goal is to implement a clear, strategic licensing model across all projects to protect our intellectual property where necessary and encourage community engagement for portfolio pieces.
- Context/Background: Based on a recent analysis, we have decided on a tiered licensing strategy. The license for each project will depend on its primary goal—whether it's a core business asset, a simple portfolio piece, or a complex original game with commercial potential.
- Proposed Solution/Approach: We will audit and update our repositories according to the following guidelines:
- Main Websites & Game Hubs: These are proprietary business assets. They will remain "All Rights Reserved" by not including a license file and adding a copyright notice.
- Simple Arcade Games (e.g., Pong): These are portfolio pieces meant to showcase skills. They will be licensed under the permissive MIT License.
- Complex Original Games (e.g., Tower Defense): To protect potential commercial value, this will start as proprietary ("All Rights Reserved"). We can choose to apply a license later if we decide against commercialization.
Acceptance Criteria:
Labels: chore, legal, documentation, repo-management
Priority: High - Applying correct licenses is critical for protecting our intellectual property and setting clear expectations for our public-facing code.
Title: Chore: Implement Standardized Licensing Across Project Repositories
Description:
LICENSEfiles, creating legal ambiguity for both our team and external developers viewing our code. The goal is to implement a clear, strategic licensing model across all projects to protect our intellectual property where necessary and encourage community engagement for portfolio pieces.Acceptance Criteria:
onebuffalogames.com, etc.):LICENSEfile exists in the repository root.README.mdfile contains the notice:Copyright © 2025 One Buffalo Labs. All Rights Reserved.Pong,Snake, etc.):LICENSEfile containing the full, standard text of the MIT License is present in the repository root.Tower Defense):LICENSEfile exists in the repository root at this time.README.mdfile contains the notice:Copyright © 2025 One Buffalo Labs. All Rights Reserved.Labels:
chore,legal,documentation,repo-managementPriority: High - Applying correct licenses is critical for protecting our intellectual property and setting clear expectations for our public-facing code.