From c1305299cb6fdc4af4f63906a1fc26238bc0c74d Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Wed, 24 Feb 2010 03:49:48 +0000 Subject: [PATCH] Added public domain notice --- libraries/EEPROM/examples/eeprom_read/eeprom_read.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/EEPROM/examples/eeprom_read/eeprom_read.pde b/libraries/EEPROM/examples/eeprom_read/eeprom_read.pde index 2e30708fc..88e3488e9 100644 --- a/libraries/EEPROM/examples/eeprom_read/eeprom_read.pde +++ b/libraries/EEPROM/examples/eeprom_read/eeprom_read.pde @@ -3,6 +3,7 @@ * * Reads the value of each byte of the EEPROM and prints it * to the computer. + * This example code is in the public domain. */ #include