diff --git a/README.md b/README.md index bbce26d7..023dd076 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # MeshCore-EastMesh +MeshCore-EastMesh originates from the upstream MeshCore project: + +- + +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. diff --git a/license.txt b/license.txt index 4b1f85ce..ef2bfb6e 100644 --- a/license.txt +++ b/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. \ No newline at end of file +SOFTWARE.