diff --git a/libraries/EEPROM/examples/eeprom_clear/eeprom_clear.pde b/libraries/EEPROM/examples/eeprom_clear/eeprom_clear.pde index 36af68e2a..d1e29bdbd 100644 --- a/libraries/EEPROM/examples/eeprom_clear/eeprom_clear.pde +++ b/libraries/EEPROM/examples/eeprom_clear/eeprom_clear.pde @@ -2,6 +2,8 @@ * EEPROM Clear * * Sets all of the bytes of the EEPROM to 0. + * This example code is in the public domain. + */ #include