Expunge revision histories in files.
authormdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
committermdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
Makefile.am
checkpath.c
checkpath.h
chkpath.c
configure.in
tmpdir.c

index 166e2c6..0a6813d 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
 ## -*-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
 ##
 ##
 ## Makefile for chkpath
 ##
 ## along with chkpath; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 ## 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
 AUTOMAKE_OPTIONS = foreign
 
 lib_LTLIBRARIES = libcheckpath.la
index 993cce2..b6ee94e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-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
  *
  *
  * Check a path for safety
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
  * 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 <errno.h>
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index 726f9f8..5a7e35e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-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
  *
  *
  * Check a path for safety
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
  * 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
 
 #ifndef CHECKPATH_H
 #define CHECKPATH_H
 
index cf86c7f..5d7e01d 100644 (file)
--- a/chkpath.c
+++ b/chkpath.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-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
  *
  *
  * Check a user's file search path
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
  * 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 <errno.h>
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index 0cdfb67..f1c51c3 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
 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
 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 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
 AC_INIT(chkpath.c)
 mdw_INIT_LIB(checkpath, checkpath, 1.1.0, chkpath)
 AC_PROG_CC
index 943c4d4..0920341 100644 (file)
--- a/tmpdir.c
+++ b/tmpdir.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-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
  *
  *
  * Choose and check temporary directories
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
  * 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 <errno.h>
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>