You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doxy: fix sparkfun image license version in template
Sparkfun provided images are covered under CC BY 2.0, update license on documentation template to reflect correct license.
Signed-off-by: Mihai Tudor Panu <[email protected]>
Copy file name to clipboardExpand all lines: doxy/node/generators/yuidoc/tmpl/layouts/main.handlebars
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
<p>
19
19
The UPM API is a high level sensor library for IoT devices using MRAA. See examples <ahref="https://github.com/intel-iot-devkit/upm/tree/master/examples/javascript">here</a>.
20
20
Back to <ahref="http://iotdk.intel.com/docs/master/upm/node/"> index </a> page.
21
-
<br><em>SparkFun sensor images provided under <ahref=https://creativecommons.org/licenses/by-nc-sa/3.0/>CC BY-NC-SA-3.0</a>.</em>
21
+
<br><em>SparkFun sensor images provided under <ahref=https://creativecommons.org/licenses/by/2.0/>CC BY 2.0</a>.</em>
0 commit comments