aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/for.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-17 12:43:21 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-17 12:45:19 -0500
commit8cb17946097c3c9e8bf3165a9405d99f844e7282 (patch)
tree168f4552558e25b65c15115689d1ca9cb9eb916e /docs/source/arduino/for.rst
parent95783b750fda95f5f4c1fac00ab24da03b31b517 (diff)
downloadlibrambutan-8cb17946097c3c9e8bf3165a9405d99f844e7282.tar.gz
librambutan-8cb17946097c3c9e8bf3165a9405d99f844e7282.zip
arduino docs nearing completion; CC-BY-SA 3.0 notice appended to all of them
Diffstat (limited to 'docs/source/arduino/for.rst')
-rw-r--r--docs/source/arduino/for.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/arduino/for.rst b/docs/source/arduino/for.rst
index cc18722..43b82fa 100644
--- a/docs/source/arduino/for.rst
+++ b/docs/source/arduino/for.rst
@@ -137,3 +137,6 @@ See also
2. After the seventh iteration, the post-loop causes ``x`` to
equal 128. This is larger than 100, so the loop condition is
false, and the loop stops.
+
+
+.. include:: cc-attribution.txt \ No newline at end of file