X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fmtime.h;h=e721c96493390dc535556909c72211d410620ea0;hb=d4c55a87145cf539bbeeb9356c9a016c0d3fcb50;hp=a3bc2a0d837f3dffe5cea848c6b8458691121645;hpb=2ad5fa640d389a2261699c0b657484b436aef23e;p=vlc diff --git a/include/mtime.h b/include/mtime.h index a3bc2a0d83..e721c96493 100644 --- a/include/mtime.h +++ b/include/mtime.h @@ -1,7 +1,5 @@ /***************************************************************************** - * mtime.h: high rezolution time management functions - * (c)1999 VideoLAN - ***************************************************************************** + * mtime.h: high resolution time management functions * This header provides portable high precision time management functions, * which should be the only ones used in other segments of the program, since * functions like gettimeofday() and ftime() are not always supported. @@ -10,6 +8,26 @@ * 'm' stands for 'micro', since maximum resolution is the microsecond. * Functions prototyped are implemented in interface/mtime.c. ***************************************************************************** + * Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN + * + * Authors: Vincent Seguin + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + *****************************************************************************/ + +/***************************************************************************** * Required headers: * none * this header includes inline functions