From 194363d495588e161e933f4254d3a85ad441ff2b Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 8 Apr 2004 01:36:29 +0000 Subject: [PATCH] Expunge revision histories in files. --- Makefile.am | 21 +-------------------- checkpath.c | 22 +--------------------- checkpath.h | 16 +--------------- chkpath.c | 16 +--------------- configure.in | 18 +----------------- tmpdir.c | 19 +------------------ 6 files changed, 6 insertions(+), 106 deletions(-) diff --git a/Makefile.am b/Makefile.am index 166e2c6..0a6813d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.5 2003/11/10 10:02:02 mdw Exp $ +## $Id: Makefile.am,v 1.6 2004/04/08 01:36:22 mdw Exp $ ## ## Makefile for chkpath ## @@ -25,25 +25,6 @@ ## along with chkpath; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.am,v $ -## Revision 1.5 2003/11/10 10:02:02 mdw -## Debianization\! -## -## Revision 1.4 2003/01/25 23:58:44 mdw -## Make guts into official library. -## -## Revision 1.3 1999/11/11 19:10:52 mdw -## Build separately from mLib. -## -## Revision 1.2 1999/04/07 21:11:01 mdw -## Make sure path.h and the manpages get distributed. -## -## Revision 1.1.1.1 1999/04/06 20:12:07 mdw -## Import new project. -## - AUTOMAKE_OPTIONS = foreign lib_LTLIBRARIES = libcheckpath.la diff --git a/checkpath.c b/checkpath.c index 993cce2..b6ee94e 100644 --- a/checkpath.c +++ b/checkpath.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: checkpath.c,v 1.5 2003/01/25 23:58:44 mdw Exp $ + * $Id: checkpath.c,v 1.6 2004/04/08 01:36:22 mdw Exp $ * * Check a path for safety * @@ -26,26 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: checkpath.c,v $ - * Revision 1.5 2003/01/25 23:58:44 mdw - * Make guts into official library. - * - * Revision 1.4 2001/01/25 22:16:02 mdw - * Make flags be unsigned. - * - * Revision 1.3 1999/05/21 22:07:20 mdw - * Take advantage of new dynamic string macros. - * - * Revision 1.2 1999/05/18 20:49:12 mdw - * Use a dynamic string for reading symlinks. - * - * Revision 1.1.1.1 1999/04/06 20:12:07 mdw - * Import new project. - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/checkpath.h b/checkpath.h index 726f9f8..5a7e35e 100644 --- a/checkpath.h +++ b/checkpath.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: checkpath.h,v 1.3 2003/01/25 23:58:44 mdw Exp $ + * $Id: checkpath.h,v 1.4 2004/04/08 01:36:22 mdw Exp $ * * Check a path for safety * @@ -26,20 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: checkpath.h,v $ - * Revision 1.3 2003/01/25 23:58:44 mdw - * Make guts into official library. - * - * Revision 1.2 2001/01/25 22:16:02 mdw - * Make flags be unsigned. - * - * Revision 1.1.1.1 1999/04/06 20:12:07 mdw - * Import new project. - * - */ - #ifndef CHECKPATH_H #define CHECKPATH_H diff --git a/chkpath.c b/chkpath.c index cf86c7f..5d7e01d 100644 --- a/chkpath.c +++ b/chkpath.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: chkpath.c,v 1.3 2003/01/25 23:58:44 mdw Exp $ + * $Id: chkpath.c,v 1.4 2004/04/08 01:36:22 mdw Exp $ * * Check a user's file search path * @@ -26,20 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: chkpath.c,v $ - * Revision 1.3 2003/01/25 23:58:44 mdw - * Make guts into official library. - * - * Revision 1.2 2001/01/25 22:16:02 mdw - * Make flags be unsigned. - * - * Revision 1.1.1.1 1999/04/06 20:12:07 mdw - * Import new project. - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/configure.in b/configure.in index 0cdfb67..f1c51c3 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.4 2003/11/29 23:39:59 mdw Exp $ +dnl $Id: configure.in,v 1.5 2004/04/08 01:36:22 mdw Exp $ dnl dnl Configurator for chkpath dnl @@ -25,22 +25,6 @@ dnl You should have received a copy of the GNU General Public License dnl along with chkpath; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -dnl ----- Revision history -------------------------------------------------- -dnl -dnl $Log: configure.in,v $ -dnl Revision 1.4 2003/11/29 23:39:59 mdw -dnl Debianization. -dnl -dnl Revision 1.3 2003/01/25 23:58:44 mdw -dnl Make guts into official library. -dnl -dnl Revision 1.2 1999/11/11 19:10:52 mdw -dnl Build separately from mLib. -dnl -dnl Revision 1.1.1.1 1999/04/06 20:12:08 mdw -dnl Import new project. -dnl - AC_INIT(chkpath.c) mdw_INIT_LIB(checkpath, checkpath, 1.1.0, chkpath) AC_PROG_CC diff --git a/tmpdir.c b/tmpdir.c index 943c4d4..0920341 100644 --- a/tmpdir.c +++ b/tmpdir.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tmpdir.c,v 1.4 2003/01/25 23:58:44 mdw Exp $ + * $Id: tmpdir.c,v 1.5 2004/04/08 01:36:22 mdw Exp $ * * Choose and check temporary directories * @@ -26,23 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: tmpdir.c,v $ - * Revision 1.4 2003/01/25 23:58:44 mdw - * Make guts into official library. - * - * Revision 1.3 1999/05/21 22:07:20 mdw - * Take advantage of new dynamic string macros. - * - * Revision 1.2 1999/05/19 20:37:28 mdw - * Track gratuitous change in mdwopt interface. - * - * Revision 1.1.1.1 1999/04/06 20:12:07 mdw - * Import new project. - * - */ - /*----- Header files ------------------------------------------------------*/ #include -- 2.11.0