From e88511ba86b5e6f5d364a45d75d3a9d7f934cf1b Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Wed, 24 Feb 2010 03:05:49 +0000 Subject: [PATCH] Added public domain notice --- .../examples/Control/ForLoopIteration/ForLoopIteration.pde | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/shared/examples/Control/ForLoopIteration/ForLoopIteration.pde b/build/shared/examples/Control/ForLoopIteration/ForLoopIteration.pde index 4fd745d1e..ec60ec9a0 100644 --- a/build/shared/examples/Control/ForLoopIteration/ForLoopIteration.pde +++ b/build/shared/examples/Control/ForLoopIteration/ForLoopIteration.pde @@ -11,6 +11,8 @@ by David A. Mellis modified 5 Jul 2009 by Tom Igoe + +This example code is in the public domain. http://www.arduino.cc/en/Tutorial/ForLoop */