From 664a070d368a58b221fa1fb42a07684b9d38fe46 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 23 Feb 2010 22:30:41 +0000 Subject: [PATCH] Added public domain notice --- .../examples/Communication/PhysicalPixel/PhysicalPixel.pde | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/shared/examples/Communication/PhysicalPixel/PhysicalPixel.pde b/build/shared/examples/Communication/PhysicalPixel/PhysicalPixel.pde index b5006ec9b..f7371c95c 100644 --- a/build/shared/examples/Communication/PhysicalPixel/PhysicalPixel.pde +++ b/build/shared/examples/Communication/PhysicalPixel/PhysicalPixel.pde @@ -18,6 +18,8 @@ modified 14 Apr 2009 by Tom Igoe and Scott Fitzgerald + This example code is in the public domain. + http://www.arduino.cc/en/Tutorial/PhysicalPixel */ @@ -59,6 +61,8 @@ void loop() { // based on examples by Casey Reas and Hernando Barragan // modified 18 Jan 2009 // by Tom Igoe + // This example code is in the public domain. + import processing.serial.*;