|
@@ -14,7 +14,7 @@ Uncomment the `#define DEBUG` at the beginning of the Sketch to enable very verb
|
14
|
14
|
|
15
|
15
|
## Mac OS X App
|
16
|
16
|
|
17
|
|
-The CaseLights XCode project includes the JSystemInfoKit project from the submodule in this repository. Just run `xcodebuild` on the command line or open the project in XCode and click `Run` to start the App.
|
|
17
|
+The CaseLights XCode project includes the projects from the submodules in this repository. Just run `xcodebuild` on the command line or open the project in XCode and click `Run` to start the App.
|
18
|
18
|
|
19
|
19
|
![Screenshot](https://i.imgur.com/K7HuJPK.png)
|
20
|
20
|
|
|
@@ -36,7 +36,9 @@ When pulling changes from this repository, you may need to update the submodule:
|
36
|
36
|
|
37
|
37
|
## Licensing
|
38
|
38
|
|
39
|
|
-The included [JSystemInfoKit](https://github.com/jBot-42/JSystemInfoKit) project is licensed under the GPLv2.
|
|
39
|
+The included [JSystemInfoKit](https://github.com/jBot-42/JSystemInfoKit) project is licensed under the GPLv2. See the LICENSE file in the submodule directory.
|
|
40
|
+
|
|
41
|
+The included [EZAudio](https://github.com/syedhali/EZAudio) project is licensed under the MIT license. See the LICENSE file in the submodule directory.
|
40
|
42
|
|
41
|
43
|
CaseLights itself is made by Thomas Buck <xythobuz@xythobuz.de> and released under a BSD 2-Clause License. See the accompanying COPYING file.
|
42
|
44
|
|