ssb-sprom: Add warnings.
[b43-tools.git] / ssb_sprom / ssb_sprom.c
index f03a4d73c4514faeb1a709a2b47cc2f9166038f5..10952775eec72e68028ebed4acd0c9e92efda88f 100644 (file)
@@ -2,7 +2,7 @@
 
   Broadcom Sonics Silicon Backplane bus SPROM data modification tool
 
-  Copyright (c) 2006-2007 Michael Buesch <mb@bu3sch.de>
+  Copyright (c) 2006-2008 Michael Buesch <mb@bu3sch.de>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -918,7 +918,12 @@ static int open_outfile(int *fd)
 
 static void print_banner(int forceprint)
 {
-       const char *str = "Broadcom-SSB SPROM data modification tool version " VERSION "\n";
+       const char *str = "Broadcom-SSB SPROM data modification tool.\n"
+                         "\n"
+                         "Copyright (C) Michael Buesch\n"
+                         "Licensed under the GNU/GPL version 2 or later\n"
+                         "\n"
+                         "DO NOT USE THIS TOOL. YOU WILL BRICK YOUR DEVICE.\n";
        if (forceprint)
                prdata(str);
        else