# HG changeset patch # User jld # Date 1235043887 0 # Node ID b5a12bb6a63459c6cb34ae23c3ddf773af4e144b # Parent 3616656e48ead50ddd97728f7fbf3eaac86f9adc * src/main.c: Update copyright notice. diff --git a/packages/redboot/current/ChangeLog b/packages/redboot/current/ChangeLog --- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,7 @@ +2009-02-19 John Dallaway + + * src/main.c: Update copyright notice. + 2009-02-19 Jonathan Larmour * src/flash.c (do_flash_init): Update for minor flash API diff --git a/packages/redboot/current/src/main.c b/packages/redboot/current/src/main.c --- a/packages/redboot/current/src/main.c +++ b/packages/redboot/current/src/main.c @@ -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!