]> andersk Git - moira.git/blobdiff - clients/moira/globals.c
s/user/sponsor/. Fix pasto.
[moira.git] / clients / moira / globals.c
index ec16936682c7621be67bcc7f563eaf63c0c50b12..20137053ca8f0e142d6abd175e42d8c15e344429 100644 (file)
@@ -1,30 +1,27 @@
-#ifndef lint
-  static char rcsid_module_c[] = "$Header$";
-#endif lint
-
-/*     This is the file globals.h for allmaint, the SMS client that allows
- *      a user to maintaint most important parts of the SMS database.
- *     It Contains: globals variable definitions
- *     
- *     Created:        4/12/88
- *     By:             4/12/88
+/* $Id$
  *
- *      $Source$
- *      $Author$
- *      $Header$
- *     
- *     Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ *     This is the file globals.c for the Moira Client, which allows users
+ *      to quickly and easily maintain most parts of the Moira database.
+ *     It Contains:  globals variable definitions.
  *
- *     For further information on copyright and distribution 
- *     see the file mit-copyright.h
+ *     Created:        4/12/88
+ *     By:             Chris D. Peterson
+ *
+ * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
-#include "mit-copyright.h"
-#include "allmaint.h"
+#include <mit-copyright.h>
+#include <moira.h>
+#include "defs.h"
+
+RCSID("$Header$");
 
 Bool verbose;                  /* TRUE if verbose mode is active (default). */
-Bool found_some;               /* used by lists.c for determining if there 
+Bool found_some;               /* used by lists.c for determining if there
                                   are any members of a given type. */
-char *user;                    /* The name of the user executing allmaint. */
+char *user;                    /* The name of the user executing this
+                                  program. */
 char *program_name;            /* The name of this instance of the program. */
 
This page took 0.040872 seconds and 4 git commands to generate.