]> andersk Git - moira.git/blobdiff - server/mr_sbrk.c
added copyright message
[moira.git] / server / mr_sbrk.c
index 22320892421f41417404ae00c5f0387002c8b17a..565a567e6edb8c1253747e2ebd14163460a5ec88 100644 (file)
@@ -4,17 +4,16 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     Revision 1.1  1987-06-21 16:42:40  wesommer
- *     Initial revision
- *
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_sms_sbrk_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
+
 /*
  * The following routine is a kludge around a deficiency in the Ingres
  * memory allocator; it likes to call sbrk(0) a lot to check on the
This page took 0.228533 seconds and 4 git commands to generate.