X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=time.c;h=6c8169f4a62c8174695598bd6c07bf756cd1b917;hb=6e42820324ffb57f3d1fc1e58e1ec5bbdf97c820;hp=b54e34c565f7be55b6370f468bc8e4c811809f70;hpb=222b3355ee441ab4a310ef2830181ffd4300223b;p=dss.git diff --git a/time.c b/time.c index b54e34c..6c8169f 100644 --- a/time.c +++ b/time.c @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2005-2008 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file time.c Helper functions for dealing with time values. */ + #include #include #include @@ -9,14 +17,6 @@ #include "string.h" #include "log.h" -/* - * Copyright (C) 2005-2008 Andre Noll - * - * 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. *