summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-08-29 13:54:16 +0000
committerKarl Palsson <karlp@tweak.net.au>2018-08-29 13:54:16 +0000
commit5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd (patch)
tree98c1e8046f16fbf4ab2e80e1a1bc2384bf3114dd
parent1574ee1b01cd197a8817e3c31f8b20ef05c7984e (diff)
downloadstm32f103c8-examples-5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd.tar
stm32f103c8-examples-5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd.tar.zst
stm32f103c8-examples-5dabebbf8c0cd9758fb7b8c5205aa130a25d77dd.zip
Clarify readmes
-rw-r--r--LICENSE3
-rw-r--r--README.md6
2 files changed, 9 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 94e1f5c..01ddbf2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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!
diff --git a/README.md b/README.md
index d0acc36..964b8de 100644
--- a/README.md
+++ b/README.md
@@ -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.