]> mj.ucw.cz Git - libucw.git/blobdiff - lib/timer.c
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / timer.c
index 802945187c4b2fbd0582924117fa2e00fbea13b6..42cc9ebc366ff59b00c6fd1ad67b172e0710a95a 100644 (file)
@@ -1,15 +1,18 @@
 /*
  *     Sherlock Library -- Execution Timing
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
+#include "lib/lib.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/time.h>
 
-#include "lib/lib.h"
-
 static struct timeval last_tv;
 
 uns