Commit 3dae27c8 authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team Committed by Timothy Pearson

Fix copyright statement

parent 88c6045d
......@@ -268,6 +268,7 @@ int main(int argc, char** argv)
print_info("eeprog %s, a 24Cxx EEPROM reader/writer\n", VERSION);
print_info("Copyright (c) 2003-2004 by Stefano Barbato - All rights reserved.\n");
print_info("Copyright (c) 2021 Raptor Engineering, LLC - All rights reserved.\n");
print_info(" Bus: %s, Address: 0x%x, Mode: %dbit\n",
device, i2c_addr,
(eeprom_type == EEPROM_TYPE_8BIT_ADDR ? 8 : 16) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment