From dd21c0ac34e69b697588bbef1942bfe549390765 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 23 Feb 2010 18:59:07 +0000 Subject: [PATCH] Added public domain notice --- build/shared/examples/Analog/Smoothing/Smoothing.pde | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/shared/examples/Analog/Smoothing/Smoothing.pde b/build/shared/examples/Analog/Smoothing/Smoothing.pde index 881bb1317..52ea2e369 100644 --- a/build/shared/examples/Analog/Smoothing/Smoothing.pde +++ b/build/shared/examples/Analog/Smoothing/Smoothing.pde @@ -13,6 +13,8 @@ By David A. Mellis http://www.arduino.cc/en/Tutorial/Smoothing + + This example code is in the public domain. */