Files
flock-you/LICENSE
T
Colonel Panic 48d3f1fa9c housekeeping: MIT license, region note, refresh-state restore
- LICENSE: MIT (closes #24). Chosen so forks can iterate freely; upstream
  research credits in README should be preserved.
- README: adds a short "Region" callout noting Flock is US-first, so
  users outside North America know why the OUI list may not match
  anything locally (closes #6).
- Dashboard: fix state restoration on page refresh (closes #46).
  loadStatus() now injects the connected port back into the dropdown,
  locks the port controls, hides the refresh button, and for gpsd
  repopulates the host:port inputs from the reported endpoint.
  updateFlockStatus/updateGpsStatus centralize the connected/idle
  toggles (dot + buttons + control lock + extra controls) so all
  entry points converge.
2026-07-29 11:51:23 -04:00

22 lines
1.0 KiB
Plaintext

MIT License
Copyright (c) 2026 colonelpanichacks
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.