index.html.in: Remove Link to top of the page.
[dss.git] / time.c
diff --git a/time.c b/time.c
index b54e34c565f7be55b6370f468bc8e4c811809f70..6c8169f4a62c8174695598bd6c07bf756cd1b917 100644 (file)
--- a/time.c
+++ b/time.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2005-2008 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file time.c Helper functions for dealing with time values. */
+
 #include <sys/time.h>
 #include <time.h>
 #include <inttypes.h>
@@ -9,14 +17,6 @@
 #include "string.h"
 #include "log.h"
 
-/*
- * Copyright (C) 2005-2008 Andre Noll <maan@systemlinux.org>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
-
-/** \file time.c Helper functions for dealing with time values. */
-
 /**
  * Convert struct timeval to milliseconds.
  *