Use an all-permissive copyright notice, recommended by RMS.
[gnulib.git] / m4 / utimecmp.m4
1 dnl Copyright (C) 2004 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 AC_DEFUN([gl_UTIMECMP],
7 [
8   dnl Prerequisites of lib/utimecmp.c.
9   AC_REQUIRE([gl_TIMESPEC])
10   AC_REQUIRE([gl_FUNC_UTIMES])
11   :
12 ])