Expunge revision histories in files.
[become] / src / bcquery.c
index 9b92877..ddad501 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bcquery.c,v 1.5 2003/11/29 23:39:16 mdw Exp $
+ * $Id: bcquery.c,v 1.6 2004/04/08 01:36:20 mdw Exp $
  *
  * Query and dump Become's configuration file
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: bcquery.c,v $
- * Revision 1.5  2003/11/29 23:39:16  mdw
- * Debianization.
- *
- * Revision 1.4  2003/10/12 00:14:55  mdw
- * Major overhaul.  Now uses DSA signatures rather than the bogus symmetric
- * encrypt-and-hope thing.  Integrated with mLib and Catacomb.
- *
- * Revision 1.3  1999/05/04 16:17:11  mdw
- * Change to header file name for parser.  See log for `parse.h' for
- * details.
- *
- * Revision 1.2  1998/06/26  10:32:31  mdw
- * Cosmetic change: use sizeof(destination) in memcpy.
- *
- * Revision 1.1  1998/04/23 13:20:20  mdw
- * Added new program to verify and query Become configuration files.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */