mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Source code licence clarification (#340)
This commit is contained in:
parent
127543a425
commit
c6d70d51f4
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
## Examples Index {#examples_page}
|
## Examples Index {#examples_page}
|
||||||
|
|
||||||
This page links to the various example code fragments in this documentation. For more complete examples, please see the pico_examples repository, which contains complete buildable projects.
|
This page links to the various example code fragments in this documentation. For more complete examples, please see the [pico-examples](https://github.com/raspberrypi/pico-examples) repository, which contains complete buildable projects.
|
||||||
|
|
||||||
- [RTC example](@ref rtc_example)
|
- [RTC example](@ref rtc_example)
|
||||||
- [UART example](@ref uart_example)
|
- [UART example](@ref uart_example)
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ The SDK builds an executable which is bare metal, i.e. it includes the entirety
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
||||||
This SDK contains a number of example code fragments. An index of these examples can be found [here](@ref examples_page)
|
This SDK documentation contains a number of example code fragments. An index of these examples can be found [here](@ref examples_page). These examples, and any other source code included in this documentation, is Copyright © 2020 Raspberry Pi (Trading) Ltd. and licensed under the [3-Clause BSD](https://opensource.org/licenses/BSD-3-Clause) license.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue