From: mdw Date: Thu, 8 Apr 2004 01:36:29 +0000 (+0000) Subject: Expunge revision histories in files. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mgLib/commitdiff_plain/c4f09bccc2a2659acff4c36779a7011d1f33d7af Expunge revision histories in files. --- diff --git a/Makefile.am b/Makefile.am index 00ffc31..0de062b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.7 2003/11/10 10:01:39 mdw Exp $ +## $Id: Makefile.am,v 1.8 2004/04/08 01:36:14 mdw Exp $ ## ## Makefile for mgLib ## @@ -26,31 +26,6 @@ ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ## MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.am,v $ -## Revision 1.7 2003/11/10 10:01:39 mdw -## Various Debian fixes. -## -## Revision 1.6 1999/11/11 19:54:37 mdw -## Prep for standalone release. -## -## Revision 1.5 1999/07/27 18:59:09 mdw -## Fix relative order of `automake' and `autoconf'. -## -## Revision 1.4 1999/05/06 19:51:47 mdw -## Reformatted the LGPL notice a little bit. -## -## Revision 1.3 1999/05/05 18:52:45 mdw -## Change licensing conditions to LGPL. -## -## Revision 1.2 1998/12/21 16:29:29 mdw -## Install the include files properly. -## -## Revision 1.1 1998/12/11 09:44:21 mdw -## Initial version. -## - AUTOMAKE_OPTIONS = foreign lib_LTLIBRARIES = libmgLib.la diff --git a/cancel.c b/cancel.c index 9ddcf92..9cd66e7 100644 --- a/cancel.c +++ b/cancel.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: cancel.c,v 1.5 1999/11/11 19:54:37 mdw Exp $ + * $Id: cancel.c,v 1.6 2004/04/08 01:36:14 mdw Exp $ * * Handle Escape keypresses, directing them to cancel buttons * @@ -27,27 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: cancel.c,v $ - * Revision 1.5 1999/11/11 19:54:37 mdw - * Prep for standalone release. - * - * Revision 1.4 1999/05/06 19:51:47 mdw - * Reformatted the LGPL notice a little bit. - * - * Revision 1.3 1999/05/05 18:52:45 mdw - * Change licensing conditions to LGPL. - * - * Revision 1.2 1999/03/25 23:36:07 mdw - * Compile to nothing in absence of GTK, for the benefit of parent packages - * which contain non-GTK-dependent parts. - * - * Revision 1.1 1998/12/11 09:44:21 mdw - * Initial version. - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/cancel.h b/cancel.h index 4c5f572..47e31ce 100644 --- a/cancel.h +++ b/cancel.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: cancel.h,v 1.4 2000/08/15 22:40:15 mdw Exp $ + * $Id: cancel.h,v 1.5 2004/04/08 01:36:14 mdw Exp $ * * Handle Escape keypresses, directing them to cancel buttons * @@ -27,23 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: cancel.h,v $ - * Revision 1.4 2000/08/15 22:40:15 mdw - * Change guard constants. - * - * Revision 1.3 1999/05/06 19:51:48 mdw - * Reformatted the LGPL notice a little bit. - * - * Revision 1.2 1999/05/05 18:52:45 mdw - * Change licensing conditions to LGPL. - * - * Revision 1.1 1998/12/11 09:44:21 mdw - * Initial version. - * - */ - #ifndef MGLIB_CANCEL_H #define MGLIB_CANCEL_H diff --git a/configure.in b/configure.in index 39b5802..8f2c22a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.11 2003/11/29 23:45:03 mdw Exp $ +dnl $Id: configure.in,v 1.12 2004/04/08 01:36:14 mdw Exp $ dnl dnl Configuration script for mgLib dnl @@ -26,44 +26,6 @@ dnl License along with mgLib; if not, write to the Free dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, dnl MA 02111-1307, USA. -dnl ----- Revision history -------------------------------------------------- -dnl -dnl $Log: configure.in,v $ -dnl Revision 1.11 2003/11/29 23:45:03 mdw -dnl Debianization fixes. -dnl -dnl Revision 1.10 2002/01/13 14:32:33 mdw -dnl Use the correct compiler flags. Maybe. -dnl -dnl Revision 1.9 2000/08/15 22:45:56 mdw -dnl Whoops. Use the right library initialization rune. -dnl -dnl Revision 1.8 2000/08/15 22:40:48 mdw -dnl New library configuration stuff from `common'. -dnl -dnl Revision 1.7 1999/11/11 19:54:37 mdw -dnl Prep for standalone release. -dnl -dnl Revision 1.6 1999/05/06 19:51:48 mdw -dnl Reformatted the LGPL notice a little bit. -dnl -dnl Revision 1.5 1999/05/05 18:52:45 mdw -dnl Change licensing conditions to LGPL. -dnl -dnl Revision 1.4 1999/03/25 23:36:08 mdw -dnl Compile to nothing in absence of GTK, for the benefit of parent packages -dnl which contain non-GTK-dependent parts. -dnl -dnl Revision 1.3 1999/03/24 22:22:59 mdw -dnl Remove redundant call to AC_PROG_INSTALL. -dnl -dnl Revision 1.2 1998/12/15 23:48:21 mdw -dnl Don't need to check for `vsnprintf' any more. -dnl -dnl Revision 1.1 1998/12/11 09:44:21 mdw -dnl Initial version. -dnl - AC_INIT(mdwfocus.c) mdw_INIT_LIB(mgLib, mgLib, 1.1.0) diff --git a/mdwfocus.c b/mdwfocus.c index b7ee5b0..376f899 100644 --- a/mdwfocus.c +++ b/mdwfocus.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mdwfocus.c,v 1.5 1999/11/11 19:54:37 mdw Exp $ + * $Id: mdwfocus.c,v 1.6 2004/04/08 01:36:14 mdw Exp $ * * Tell my hacked `fvwm' to focus this window * @@ -27,27 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: mdwfocus.c,v $ - * Revision 1.5 1999/11/11 19:54:37 mdw - * Prep for standalone release. - * - * Revision 1.4 1999/05/06 19:51:48 mdw - * Reformatted the LGPL notice a little bit. - * - * Revision 1.3 1999/05/05 18:52:45 mdw - * Change licensing conditions to LGPL. - * - * Revision 1.2 1999/03/25 23:36:09 mdw - * Compile to nothing in absence of GTK, for the benefit of parent packages - * which contain non-GTK-dependent parts. - * - * Revision 1.1 1998/12/11 09:44:21 mdw - * Initial version. - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/mdwfocus.h b/mdwfocus.h index 923e1dc..4b67fb2 100644 --- a/mdwfocus.h +++ b/mdwfocus.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mdwfocus.h,v 1.4 2000/08/15 22:40:15 mdw Exp $ + * $Id: mdwfocus.h,v 1.5 2004/04/08 01:36:14 mdw Exp $ * * Tell my hacked `fvwm' to focus this window * @@ -27,23 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: mdwfocus.h,v $ - * Revision 1.4 2000/08/15 22:40:15 mdw - * Change guard constants. - * - * Revision 1.3 1999/05/06 19:51:48 mdw - * Reformatted the LGPL notice a little bit. - * - * Revision 1.2 1999/05/05 18:52:45 mdw - * Change licensing conditions to LGPL. - * - * Revision 1.1 1998/12/11 09:44:21 mdw - * Initial version. - * - */ - #ifndef MGLIB_MDWFOCUS_H #define MGLIB_MDWFOCUS_H diff --git a/msg.c b/msg.c index d51fa21..d574060 100644 --- a/msg.c +++ b/msg.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: msg.c,v 1.10 2002/01/13 14:33:43 mdw Exp $ + * $Id: msg.c,v 1.11 2004/04/08 01:36:14 mdw Exp $ * * Display a message and get an answer * @@ -27,42 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: msg.c,v $ - * Revision 1.10 2002/01/13 14:33:43 mdw - * Track @dstr_vputf@ change. - * - * Revision 1.9 2002/01/13 14:32:22 mdw - * Allow control over the message box title. - * - * Revision 1.8 1999/11/11 19:54:37 mdw - * Prep for standalone release. - * - * Revision 1.7 1999/05/21 22:08:20 mdw - * Take advantage of new dynamic string macros. - * - * Revision 1.6 1999/05/06 19:51:48 mdw - * Reformatted the LGPL notice a little bit. - * - * Revision 1.5 1999/05/05 18:52:45 mdw - * Change licensing conditions to LGPL. - * - * Revision 1.4 1999/04/29 20:48:13 mdw - * Add documentation for `msg'. - * - * Revision 1.3 1999/03/25 23:36:10 mdw - * Compile to nothing in absence of GTK, for the benefit of parent packages - * which contain non-GTK-dependent parts. - * - * Revision 1.2 1998/12/15 23:48:06 mdw - * Use `dstr_putf' for formatting, rather than `sprintf'. - * - * Revision 1.1 1998/12/11 09:44:21 mdw - * Initial version. - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/msg.h b/msg.h index 8c973c5..ae2e929 100644 --- a/msg.h +++ b/msg.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: msg.h,v 1.6 2002/01/13 14:32:23 mdw Exp $ + * $Id: msg.h,v 1.7 2004/04/08 01:36:14 mdw Exp $ * * Display a message and get an answer * @@ -27,29 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: msg.h,v $ - * Revision 1.6 2002/01/13 14:32:23 mdw - * Allow control over the message box title. - * - * Revision 1.5 2000/08/15 22:40:15 mdw - * Change guard constants. - * - * Revision 1.4 1999/05/06 19:51:48 mdw - * Reformatted the LGPL notice a little bit. - * - * Revision 1.3 1999/05/05 18:52:45 mdw - * Change licensing conditions to LGPL. - * - * Revision 1.2 1999/04/29 20:48:13 mdw - * Add documentation for `msg'. - * - * Revision 1.1 1998/12/11 09:44:21 mdw - * Initial version. - * - */ - #ifndef MGLIB_MSG_H #define MGLIB_MSG_H