Skip to content

Commit dc843c0

Browse files
committed
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]>
1 parent c37a482 commit dc843c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxy/node/generators/yuidoc/tmpl/layouts/main.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<p>
1919
The UPM API is a high level sensor library for IoT devices using MRAA. See examples <a href="https://github.com/intel-iot-devkit/upm/tree/master/examples/javascript">here</a>.
2020
Back to <a href="http://iotdk.intel.com/docs/master/upm/node/"> index </a> page.
21-
<br><em>SparkFun sensor images provided under <a href=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 <a href=https://creativecommons.org/licenses/by/2.0/>CC BY 2.0</a>.</em>
2222
</p>
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)