X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/5b59e2273110cd2173669a3fcf519de3c956ac36..16454c3aa0179bc494885e7b9ce18d5722be4d32:/mdwopt.c diff --git a/mdwopt.c b/mdwopt.c index e8e167c..33f41a7 100644 --- a/mdwopt.c +++ b/mdwopt.c @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: mdwopt.c,v 1.2 1999/05/13 22:57:23 mdw Exp $ + * $Id: mdwopt.c,v 1.4 1999/05/15 10:25:38 mdw Exp $ * * Options parsing, similar to GNU @getopt_long@ * - * (c) 1996 Mark Wooding + * (c) 1996 Straylight/Edgeware */ /*----- Licensing notice --------------------------------------------------* @@ -22,13 +22,20 @@ * GNU Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with `mdwopt'; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * License along with `mdwopt'; if not, write to the Free + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. */ /*----- Revision history --------------------------------------------------* * * $Log: mdwopt.c,v $ + * Revision 1.4 1999/05/15 10:25:38 mdw + * Fix copyright information. + * + * Revision 1.3 1999/05/14 18:51:42 mdw + * Reformat the LGPL notice slightly. + * * Revision 1.2 1999/05/13 22:57:23 mdw * Change `-ise' to `-ize' throughout. *