changeset 2821:b5a12bb6a634 ecos-v3_0-branchpoint

* src/main.c: Update copyright notice.
author jld
date Thu, 19 Feb 2009 11:44:47 +0000
parents 3616656e48ea
children baf24a92db0a
files packages/redboot/current/ChangeLog packages/redboot/current/src/main.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,7 @@
+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
--- 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!