X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-gettimeofday.c;h=892b18829c96d1b6cc90ff2234d923d156f40faf;hb=ff4e8f6b53d7b8c53856ba8ba2adaad3251e6a88;hp=f4735d6c0a02cf76c548d494dd1d2d22508ef9a8;hpb=5661ab9d49512b4cf3c19caa11bb581d8ce561ba;p=gnulib.git diff --git a/tests/test-gettimeofday.c b/tests/test-gettimeofday.c index f4735d6c0..892b18829 100644 --- a/tests/test-gettimeofday.c +++ b/tests/test-gettimeofday.c @@ -2,10 +2,10 @@ * Copyright (C) 2005, 2007 Free Software Foundation * Written by Jim Meyering. * - * This program is free software; you can redistribute it and/or modify + * 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, or (at your option) - * any later version. + * the Free Software Foundation; either version 3 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 @@ -13,19 +13,16 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. */ + * along with this program. If not, see . */ #include #include +#include #include #include -suseconds_t dummy = 0; /* just to test if this type is available */ - int main (int argc, char *argv[]) {