From 75db6c17158337cbcc7139790a9939b225aabe67 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 23 Feb 2010 19:11:46 +0000 Subject: [PATCH] Added public domain notice --- build/shared/examples/Communication/Graph/Graph.pde | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/shared/examples/Communication/Graph/Graph.pde b/build/shared/examples/Communication/Graph/Graph.pde index 1f2fadd4c..69bc6838e 100644 --- a/build/shared/examples/Communication/Graph/Graph.pde +++ b/build/shared/examples/Communication/Graph/Graph.pde @@ -15,14 +15,14 @@ The circuit: Any analog input sensor is attached to analog in pin 0. - - http://www.arduino.cc/en/Tutorial/Graph - + created 2006 by David A. Mellis modified 14 Apr 2009 by Tom Igoe and Scott Fitzgerald + This example code is in the public domain. + http://www.arduino.cc/en/Tutorial/Graph */ @@ -51,6 +51,7 @@ void loop() { // Created 20 Apr 2005 // Updated 18 Jan 2008 // by Tom Igoe + // This example code is in the public domain. import processing.serial.*;