]> andersk Git - moira.git/blobdiff - clients/moira/menus.c
fix RCS IDs
[moira.git] / clients / moira / menus.c
index 7233bae9bda747e630516d58fa820b82cdadd5eb..7a4cf46251ec2d5cc232ca158a4cf8ce1fdd0218 100644 (file)
@@ -1,32 +1,28 @@
-#if (!defined(lint) && !defined(SABER))
-  static char rcsid_module_c[] = "$Header$";
-#endif
-
-/*     This is the file menus.c for the Moira Client, which allows users
+/* $Id$
+ *
+ *     This is the file menus.c for the Moira Client, which allows users
  *      to quickly and easily maintain most parts of the Moira database.
  *     It Contains: All menu definitions.
  *
  *     Created:        4/11/88
  *     By:             Chris D. Peterson
  *
- *      $Source$
- *      $Author$
- *      $Header$
- *
- *     Copyright 1988 by the Massachusetts Institute of Technology.
- *
- *     For further information on copyright and distribution
- *     see the file mit-copyright.h
+ * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
 #include <stdio.h>
-#include <menu.h>
 
 #include "mit-copyright.h"
+#include <moira.h>
 #include "defs.h"
 #include "f_defs.h"
 #include "globals.h"
 
+#include <stdio.h>
+
+RCSID("$Header$");
 
 /* ------------------------- Second Tier Menus ------------------------- */
 
This page took 0.061356 seconds and 4 git commands to generate.