diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-03 07:10:19 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-03 07:10:19 +0000 |
commit | f1258370306ccbfddb425a268138dabf5f18ebd6 (patch) | |
tree | 1153d936d9c6eb07a464c9e73dac5a43038ede4e /m4 | |
parent | 5a6d8bdbb4dee335ac4611737c5cbbe65b12bf82 (diff) | |
download | coreutils-f1258370306ccbfddb425a268138dabf5f18ebd6.tar.xz |
Import from gnulib.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/restrict.m4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/restrict.m4 b/m4/restrict.m4 index 634293892..c8407782d 100644 --- a/m4/restrict.m4 +++ b/m4/restrict.m4 @@ -1,4 +1,11 @@ #serial 1002 +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + # This macro can be removed once we can rely on Autoconf 2.57a or later, # since we can then use its AC_C_RESTRICT. |