simple menu: update copyright notices; clean whitespace
authorH. Peter Anvin <hpa@zytor.com>
Mon, 11 Feb 2008 06:35:00 +0000 (22:35 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 11 Feb 2008 06:35:00 +0000 (22:35 -0800)
com32/menu/Makefile
com32/menu/menu.c
com32/menu/menu.h
com32/menu/menumain.c
com32/menu/passwd.c
com32/menu/printmsg.c
com32/menu/readconfig.c
com32/menu/vesamenu.c

index 8d615ce..409b032 100644 (file)
@@ -4,8 +4,8 @@
 ##
 ##   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
-##   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
-##   Boston MA 02111-1307, USA; either version 2 of the License, or
+##   the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+##   Boston MA 02110-1301, USA; either version 2 of the License, or
 ##   (at your option) any later version; incorporated herein by reference.
 ##
 ## -----------------------------------------------------------------------
index 951048d..9a6ad89 100644 (file)
@@ -4,8 +4,8 @@
  *
  *   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
- *   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
- *   Boston MA 02111-1307, USA; either version 2 of the License, or
+ *   the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ *   Boston MA 02110-1301, USA; either version 2 of the License, or
  *   (at your option) any later version; incorporated herein by reference.
  *
  * ----------------------------------------------------------------------- */
index bf376aa..122a09d 100644 (file)
@@ -4,8 +4,8 @@
  *
  *   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
- *   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
- *   Boston MA 02111-1307, USA; either version 2 of the License, or
+ *   the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ *   Boston MA 02110-1301, USA; either version 2 of the License, or
  *   (at your option) any later version; incorporated herein by reference.
  *
  * ----------------------------------------------------------------------- */
index 2296e7a..3a5d712 100644 (file)
@@ -1,5 +1,5 @@
 /* ----------------------------------------------------------------------- *
- *   
+ *
  *   Copyright 2004-2008 H. Peter Anvin - All Rights Reserved
  *
  *   This program is free software; you can redistribute it and/or modify
index 4a42024..0016a0d 100644 (file)
@@ -1,5 +1,5 @@
 /* ----------------------------------------------------------------------- *
- *   
+ *
  *   Copyright 2004-2008 H. Peter Anvin - All Rights Reserved
  *
  *   This program is free software; you can redistribute it and/or modify
@@ -61,4 +61,3 @@ int passwd_compare(const char *passwd, const char *entry)
   else
     return 0;                  /* Invalid encryption algorithm */
 }
-
index 128bbc0..e07e395 100644 (file)
@@ -1,3 +1,15 @@
+/* ----------------------------------------------------------------------- *
+ *
+ *   Copyright 2004-2008 H. Peter Anvin - All Rights Reserved
+ *
+ *   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
+ *   the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ *   Boston MA 02110-1301, USA; either version 2 of the License, or
+ *   (at your option) any later version; incorporated herein by reference.
+ *
+ * ----------------------------------------------------------------------- */
+
 #define _GNU_SOURCE            /* Needed for asprintf() on Linux */
 #include <ctype.h>
 #include <string.h>
index 5de9a7d..3995be2 100644 (file)
@@ -4,8 +4,8 @@
  *
  *   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
- *   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
- *   Boston MA 02111-1307, USA; either version 2 of the License, or
+ *   the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ *   Boston MA 02110-1301, USA; either version 2 of the License, or
  *   (at your option) any later version; incorporated herein by reference.
  *
  * ----------------------------------------------------------------------- */
@@ -218,7 +218,7 @@ record(struct labeldata *ld, char *append)
               kernel_types[ld->type], ld->kernel, s, a, ipoptions);
     }
 
-    if ( ld->menuseparator ) 
+    if ( ld->menuseparator )
       me->displayname = "";
 
     if ( ld->menuseparator || ld->menudisabled ) {
@@ -226,7 +226,7 @@ record(struct labeldata *ld, char *append)
       me->passwd   = NULL;
       me->disabled = 1;
 
-      if ( me->cmdline ) 
+      if ( me->cmdline )
         free(me->cmdline);
 
       me->cmdline = NULL;
index 495cfb8..cebbb34 100644 (file)
@@ -4,8 +4,8 @@
  *
  *   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
- *   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
- *   Boston MA 02111-1307, USA; either version 2 of the License, or
+ *   the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ *   Boston MA 02110-1301, USA; either version 2 of the License, or
  *   (at your option) any later version; incorporated herein by reference.
  *
  * ----------------------------------------------------------------------- */