aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-27 08:13:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-27 08:13:14 +0000
commit04429bc93f8c06ffd6dd43b9048c2743c237f0a7 (patch)
treee9f5d64c57e49c0a1c86b0edcee1a6ac4c72d7cc /readme.txt
parent73090da50cd049dc843d0fe177fb57ee31f38223 (diff)
downloadChibiOS-04429bc93f8c06ffd6dd43b9048c2743c237f0a7.tar.gz
ChibiOS-04429bc93f8c06ffd6dd43b9048c2743c237f0a7.tar.bz2
ChibiOS-04429bc93f8c06ffd6dd43b9048c2743c237f0a7.zip
Startup files relicensed under Apache 2.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8957 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 3974620d3..53632cbcd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,7 @@
*****************************************************************************
*** Next ***
+- ALL: Startup files relicensed under Apache 2.0.
- VAR: The shell now accepts quoted arguments.
- VAR: Centralized all usual shell commands into a single shell_cmd.c
file. This will allow to update all demos with a single change.