Parcourir la source

chore: update README and license.

Jared Dohrman il y a 4 mois
Parent
commit
9c32a94382
2 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 6 0
      README.md
  2. 2 1
      license.txt

+ 6 - 0
README.md

@@ -1,5 +1,11 @@
 # MeshCore-EastMesh
 
+MeshCore-EastMesh originates from the upstream MeshCore project:
+
+- <https://github.com/meshcore-dev/MeshCore>
+
+Credits to Scott Powell / Ripple Radios and the MeshCore contributors for the original firmware and project foundation.
+
 EastMesh firmware builds for MeshCore, with MQTT repeaters, WiFi companions, and simple release downloads for supported boards.
 
 This repository keeps the upstream MeshCore firmware intact and adds an EastMesh layer on top for packaging, release automation, WiFi-enabled companion builds, and MQTT-enabled repeater builds.

+ 2 - 1
license.txt

@@ -1,6 +1,7 @@
 MIT License
 
 Copyright (c) 2025 Scott Powell / rippleradios.com
+Copyright (c) 2026 Jared Dohrman
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +19,4 @@ 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.
+SOFTWARE.