Updated email and web addresses in comment header

This commit is contained in:
Thomas Jensen 2006-07-12 05:41:52 +00:00
parent 21594c1f50
commit b37c06c874
3 changed files with 21 additions and 11 deletions

View File

@ -2,10 +2,10 @@
* File: config.h
* Project Main: boxes.c
* Date created: July 4, 1999 (Sunday, 21:04h)
* Author: Copyright (C) 1999 Thomas Jensen
* tsjensen@stud.informatik.uni-erlangen.de
* Version: $Id: config.h,v 1.2 1999/08/18 18:23:06 tsjensen Exp tsjensen $
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
* Version: $Id: config.h,v 1.3 1999-08-25 06:38:37-07 tsjensen Exp tsjensen $
* Language: ANSI C
* World Wide Web: http://boxes.thomasjensen.com/
* Purpose: Please compiler and ease porting
*
* Remarks: o This program is free software; you can redistribute it and/or
@ -24,6 +24,10 @@
* Revision History:
*
* $Log: config.h,v $
* Revision 1.3 1999-08-25 06:38:37-07 tsjensen
* Bugfix: Changed empty #elif to #else (thanks Tommy Williams)
* Port to i386/FreeBSD by Tommy Williams
*
* Revision 1.2 1999/08/18 18:23:06 tsjensen
* Added Linux defines. Now compiles nicely on (my) Linux.
*

View File

@ -2,11 +2,10 @@
* File: generate.c
* Project Main: boxes.c
* Date created: June 23, 1999 (Wednesday, 20:10h)
* Author: Copyright (C) 1999 Thomas Jensen
* tsjensen@stud.informatik.uni-erlangen.de
* Version: $Id: generate.c,v 1.8 1999/08/22 11:36:45 tsjensen Exp tsjensen $
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
* Version: $Id: generate.c,v 1.9 1999-08-31 08:37:01-07 tsjensen Exp tsjensen $
* Language: ANSI C
* World Wide Web: http://home.pages.de/~jensen/boxes/
* World Wide Web: http://boxes.thomasjensen.com/
* Purpose: Box generation, i.e. the drawing of boxes
*
* Remarks: o This program is free software; you can redistribute it and/or
@ -25,6 +24,10 @@
* Revision History:
*
* $Log: generate.c,v $
* Revision 1.9 1999-08-31 08:37:01-07 tsjensen
* Applied Joe Zbiciak's patches to remove all snprintf()s and variants
* Replaced snprintf() calls with calls to concat_strings() in the process
*
* Revision 1.8 1999/08/22 11:36:45 tsjensen
* Removed const from 2nd parameter of justify_line() function
*
@ -70,7 +73,7 @@
static const char rcsid_generate_c[] =
"$Id: generate.c,v 1.8 1999/08/22 11:36:45 tsjensen Exp tsjensen $";
"$Id: generate.c,v 1.9 1999-08-31 08:37:01-07 tsjensen Exp tsjensen $";

View File

@ -2,10 +2,10 @@
* File: generate.h
* Project Main: boxes.c
* Date created: June 23, 1999 (Wednesday, 20:12h)
* Author: Copyright (C) 1999 Thomas Jensen
* tsjensen@stud.informatik.uni-erlangen.de
* Version: $Id: generate.h,v 1.2 1999/06/25 18:45:12 tsjensen Exp tsjensen $
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
* Version: $Id: generate.h,v 1.3 1999-08-14 12:30:01-07 tsjensen Exp tsjensen $
* Language: ANSI C
* World Wide Web: http://boxes.thomasjensen.com/
* Purpose: Box generation, i.e. the drawing of boxes
*
* Remarks: o This program is free software; you can redistribute it and/or
@ -24,6 +24,9 @@
* Revision History:
*
* $Log: generate.h,v $
* Revision 1.3 1999-08-14 12:30:01-07 tsjensen
* Added GNU GPL disclaimer
*
* Revision 1.2 1999/06/25 18:45:12 tsjensen
* Added output_box() function
*