diff options
author | Karl Palsson <karlp@tweak.net.au> | 2018-08-29 13:54:16 +0000 |
---|---|---|
committer | Karl Palsson <karlp@tweak.net.au> | 2018-08-29 13:54:16 +0000 |
commit | 5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd (patch) | |
tree | 98c1e8046f16fbf4ab2e80e1a1bc2384bf3114dd | |
parent | 1574ee1b01cd197a8817e3c31f8b20ef05c7984e (diff) | |
download | stm32f103c8-examples-5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd.tar stm32f103c8-examples-5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd.tar.zst stm32f103c8-examples-5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd.zip |
Clarify readmes
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 9 insertions, 0 deletions
@@ -3,3 +3,6 @@ Where not possible, please consider it available under your choice of the MIT, ISC, Apache2 or BSD-2-clause licenses. This only applies to the template code. libopencm3 itself has it's own license. + +You should replace this file with the license of your _own_ project if you are +using this as a template! @@ -1 +1,7 @@ Easy clone and go repository for a libopencm3 based project. + +my-project contains your application +my-common-code contains something shared. + +You should replace this with your _own_ README if you are using this +as a template. |