Skip to content
Snippets Groups Projects
Commit 330572bd authored by jld's avatar jld
Browse files

* src/main.c: Update copyright notice.

parent f0834de9
No related branches found
No related merge requests found
2009-02-19 John Dallaway <john@dallaway.org.uk>
* src/main.c: Update copyright notice.
2009-02-19 Jonathan Larmour <jifl@eCosCentric.com>
* src/flash.c (do_flash_init): Update for minor flash API
......
......@@ -176,7 +176,7 @@ do_version(int argc, char *argv[])
#ifdef HAL_PLATFORM_CPU
diag_printf("Platform: %s (%s) %s\n", HAL_PLATFORM_BOARD, HAL_PLATFORM_CPU, HAL_PLATFORM_EXTRA);
#endif
diag_printf("Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.\n");
diag_printf("Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\nFree Software Foundation, Inc.\n");
/* The following line fulfils requirement 2(c) of the GPL. If you modify it, ensure
* you remain compliant with the GPL requirements. Removing it entirely constitutes
* a breach of the GPL, and you should note section 4 of the GPL as to what that means!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment