diff --git a/.github/workflows/blackroad-operator.yml b/.github/workflows/blackroad-operator.yml new file mode 100644 index 0000000..4aab4bc --- /dev/null +++ b/.github/workflows/blackroad-operator.yml @@ -0,0 +1,21 @@ +name: BlackRoad Operator +on: + issues: + types: [opened, edited] + issue_comment: + types: [created] + +jobs: + blackroad: + runs-on: ubuntu-latest + if: contains(github.event.comment.body, '@blackroad') || contains(github.event.issue.body, '@blackroad') + steps: + - uses: actions/github-script@v7 + with: + script: | + await github.rest.issues.createComment({ + owner: context.repo.owner, + repo: context.repo.repo, + issue_number: context.issue.number, + body: '🤖 **@blackroad activated** - BlackRoad agents analyzing...' + }); diff --git a/LICENSE b/LICENSE index aa3176e..a0a9cd0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,48 +1,27 @@ -BLACKROAD OS, INC. PROPRIETARY SOFTWARE LICENSE +# BlackRoad OS, Inc. - Proprietary License -Copyright © 2025-2026 BlackRoad OS, Inc. -All Rights Reserved. +Copyright © 2024-2026 BlackRoad OS, Inc. All Rights Reserved. -NOTICE: This software and associated documentation files (the "Software") are -the proprietary and confidential property of BlackRoad OS, Inc. ("Company"). +## PROPRIETARY SOFTWARE -RESTRICTIONS: +This software and associated documentation files (the "Software") are proprietary +and confidential to BlackRoad OS, Inc. -1. NO OPEN SOURCE: This Software is NOT open source. This is proprietary, - closed-source software owned exclusively by BlackRoad OS, Inc. +## RESTRICTIONS -2. NO REDISTRIBUTION: You may NOT copy, modify, merge, publish, distribute, - sublicense, or sell copies of this Software without explicit written - permission from BlackRoad OS, Inc. +1. **Testing and evaluation purposes only** +2. **NO commercial use** without explicit written permission +3. **NO redistribution** in any form +4. **NO modification** or derivative works without permission +5. Software provided "AS IS" without warranty -3. NO DERIVATIVE WORKS: You may NOT create derivative works based on this - Software without explicit written permission from BlackRoad OS, Inc. +## PUBLIC VISIBILITY -4. NO REVERSE ENGINEERING: You may NOT reverse engineer, decompile, or - disassemble this Software. +While publicly visible for transparency: +- Viewing and learning is permitted +- Using code requires explicit permission +- All rights remain with BlackRoad OS, Inc. -5. AUTHORIZED USE ONLY: Use of this Software is restricted to authorized - personnel of BlackRoad OS, Inc. and explicitly licensed partners only. +**Contact**: blackroad.systems@gmail.com -6. CONFIDENTIALITY: This Software contains trade secrets and confidential - information. Unauthorized disclosure is prohibited. - -7. NO WARRANTY: This Software is provided "AS IS" without warranty of any - kind, express or implied. - -8. TERMINATION: Any violation of these terms results in immediate termination - of all rights to use this Software. - -OWNERSHIP: -All intellectual property rights, including but not limited to patents, -copyrights, trademarks, and trade secrets in the Software are and shall -remain the exclusive property of BlackRoad OS, Inc. - -CONTACT: -For licensing inquiries: blackroad.systems@gmail.com - -BY ACCESSING OR USING THIS SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS -LICENSE, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS. - -BlackRoad OS, Inc. -https://blackroad.io +🖤🛣️ BlackRoad OS - The AI Operating System Revolution