fix: change to MIT License

This commit is contained in:
Ralph Khreish
2025-03-31 09:36:47 +02:00
parent aaca4253a6
commit 4a169dec1f
9 changed files with 70 additions and 432 deletions

View File

@@ -1,20 +1,18 @@
#!/usr/bin/env node
/**
* Task Master AI
* https://github.com/eyaltoledano/claude-task-master
*
* Copyright (c) 2025 Eyal Toledano and Ralph
*
* This source code is licensed under a dual license:
* - Business Source License 1.1 (BSL 1.1) for commercial use of Task Master itself
* - Apache License 2.0 for all other uses
*
* See LICENSE.md for details.
*
* You may use this software to create and commercialize your own projects,
* but you may not create competing products or sell Task Master itself as a service
* without explicit permission from the copyright holders.
* Task Master
* Copyright (c) 2025 Eyal Toledano, Ralph Khreish
*
* This software is licensed under the MIT License with Commons Clause.
* You may use this software for any purpose, including commercial applications,
* and modify and redistribute it freely, subject to the following restrictions:
*
* 1. You may not sell this software or offer it as a service.
* 2. The origin of this software must not be misrepresented.
* 3. Altered source versions must be plainly marked as such.
*
* For the full license text, see the LICENSE file in the root directory.
*/
console.log('Starting task-master-ai...');