docs: Anduril Connected Warfare positioning + MIT license - #3
Merged
Merged
Conversation
…Warfare concept - Add hero tagline and inspiration banner pointing at anduril.com/connected-warfare - New 'Inspiration & scope' section: scope-honest comparison table vs Lattice, clear non-affiliation - Frame AR overlay section explicitly as 'EagleEye-inspired' - Replace 'proprietary' badge with 'source publicly available' - Rewrite License section: source-available not OSI; trademark attribution for Anduril/Lattice/Connected Warfare/EagleEye and other third parties - Closing line updated to credit the inspiration
- Replace proprietary LICENSE with standard MIT terms (copyright preserved) - Update README badge from 'source publicly available' to 'license MIT' - Update README License section to reflect MIT (open source, OSI-approved) - Trademark attribution for Anduril/Lattice/EagleEye and third parties retained
There was a problem hiding this comment.
Pull request overview
Updates the repository’s README messaging to position OVERWATCH as a publicly visible reference implementation inspired by Anduril’s Connected Warfare / Lattice concepts, with clearer scope/disclaimer language and expanded trademark attribution.
Changes:
- Adds a new “Inspiration & scope” section with an inspiration disclaimer and a comparison table.
- Rebrands the hero/tagline and AR overlay section as “EagleEye-inspired” (visual style only) with non-affiliation language.
- Rewrites the license section into “License & trademarks” with “source publicly available” framing and trademark attributions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+14
to
+20
| <strong>An open, hackable take on connected-warfare-style perception — running on a $500 dev kit.</strong><br/> | ||
| <em>Multi-sensor fusion · Cross-camera tracking · Tactical AR HUD · Edge inference on Jetson Orin Nano</em> | ||
| </p> | ||
|
|
||
| <p align="center"> | ||
| Inspired by <a href="https://www.anduril.com/connected-warfare">Anduril Connected Warfare</a> & the Lattice OS concept —<br/> | ||
| built as a community reference implementation, not affiliated with Anduril Industries. |
Comment on lines
+719
to
+723
| OVERWATCH is released under the **[MIT License](LICENSE)** — copyright © 2024–2026 Mandar Wagh. You're free to use, copy, modify, merge, publish, distribute, sublicense, and sell copies of the software, subject to the conditions in the license file. If you build something cool with it, a link back is appreciated but not required. | ||
|
|
||
| This project is **proprietary software**. Copyright © 2024–2026 Mandar Wagh. All rights reserved. | ||
| **"Anduril," "Lattice," "Connected Warfare," and "EagleEye"** are trademarks of Anduril Industries, Inc. This project is an independent community implementation **inspired by publicly-shown concepts** of those products. It is not affiliated with, endorsed by, or sponsored by Anduril Industries. No proprietary information, code, or assets from Anduril are used. | ||
|
|
||
| Unauthorized use, copying, modification, or distribution is strictly prohibited. See [LICENSE](LICENSE) for full terms. | ||
| All other third-party trademarks (NVIDIA, Jetson, TensorRT, React, FastAPI, etc.) belong to their respective owners. |
| <img src="https://img.shields.io/badge/Jetson_Orin_Nano-Edge-76B900?style=for-the-badge&logo=nvidia&logoColor=white" alt="Jetson" /> | ||
| <img src="https://github.com/mandarwagh9/overwatch/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI" /> | ||
| <img src="https://img.shields.io/badge/license-Proprietary-red?style=for-the-badge" alt="License" /> | ||
| <img src="https://img.shields.io/badge/license-MIT-00ffc8?style=for-the-badge" alt="License: MIT" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reposition the README so it's clear this project is a publicly-available reference implementation of the multi-sensor situational-awareness concept popularised by Anduril's Connected Warfare / Lattice OS — running on a $500 Jetson Orin Nano with off-the-shelf cameras and open code.
What changed
Why the careful trademark wording
Anduril, Lattice, Connected Warfare, and EagleEye are trademarks of Anduril Industries. The README now uses them only as referential / nominative descriptions ("inspired by," "EagleEye-style HUD"), avoids any logos or assets, and adds a clear "not affiliated, not endorsed, not sponsored" disclaimer. This is the standard editorial pattern for "homage" projects and keeps the framing safe.
Heads-up: license still says proprietary
The
LICENSEfile is unchanged in this PR. If you want OVERWATCH to be genuinely open source (not just source-available), the LICENSE needs to swap to MIT / Apache-2.0 / GPL — say the word and I'll do that as a follow-up PR.Test plan
#-features,#-quick-start, etc.) still resolve