comparison m4/mktime.m4 @ 5611:87c42e194f4a

Use an all-permissive copyright notice, recommended by RMS.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 23 Jan 2005 08:06:57 +0000
parents bb2816d0923f
children fd0ccce602e4
comparison
equal deleted inserted replaced
5610:8500aafc3d81 5611:87c42e194f4a
1 # mktime.m4 serial 4 1 # mktime.m4 serial 5
2 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. 2 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3 dnl This file is free software, distributed under the terms of the GNU 3 dnl This file is free software; the Free Software Foundation
4 dnl General Public License. As a special exception to the GNU General 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl Public License, this file may be distributed as part of a program 5 dnl with or without modifications, as long as this notice is preserved.
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8 6
9 dnl From Jim Meyering. 7 dnl From Jim Meyering.
10 8
11 # Redefine AC_FUNC_MKTIME, to fix a bug in Autoconf 2.57 and earlier. 9 # Redefine AC_FUNC_MKTIME, to fix a bug in Autoconf 2.57 and earlier.
12 # This redefinition can be removed once a new version of Autoconf comes out. 10 # This redefinition can be removed once a new version of Autoconf comes out.