diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2022-11-22 08:45:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 08:45:53 -0600 |
commit | e3300cc040ad2d49ad1ee028308db6551424e69b (patch) | |
tree | 286dd0b56b8204b93e43ac53dfcb5880b4089a5b | |
parent | a209178ac046ae53f66b9dc723e160031747444c (diff) | |
parent | 7cc81abce019fe9748c6ab66ae895f8d642dec66 (diff) | |
download | Sensor-Watch-e3300cc040ad2d49ad1ee028308db6551424e69b.tar.gz Sensor-Watch-e3300cc040ad2d49ad1ee028308db6551424e69b.tar.bz2 Sensor-Watch-e3300cc040ad2d49ad1ee028308db6551424e69b.zip |
Merge pull request #138 from darigovresearch/main
docs: Adds License to readme
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,3 +73,7 @@ python3 -m http.server -d build-sim ``` Finally, visit [watch.html](http://localhost:8000/watch.html) to see your work. + +License +------- +Different components of the project are licensed differently, see [LICENSE.md](https://github.com/joeycastillo/Sensor-Watch/blob/main/LICENSE.md). |