summaryrefslogtreecommitdiff
path: root/m4/stdbool.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-22 06:25:53 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-22 06:25:53 +0000
commit15ac53209fcbbb55dfa6acdad49531d4cadcec5e (patch)
treed84a74ea31aefc9fbb29f48fce4f2d385f45a1a3 /m4/stdbool.m4
parent9e09c422a240d32bcb82e158e055c8ef326be1db (diff)
downloadcoreutils-15ac53209fcbbb55dfa6acdad49531d4cadcec5e.tar.xz
Sync from gnulib.
Diffstat (limited to 'm4/stdbool.m4')
-rw-r--r--m4/stdbool.m420
1 files changed, 4 insertions, 16 deletions
diff --git a/m4/stdbool.m4 b/m4/stdbool.m4
index b25b7d244..3f6b4bfcb 100644
--- a/m4/stdbool.m4
+++ b/m4/stdbool.m4
@@ -1,21 +1,9 @@
# Check for stdbool.h that conforms to C99.
-# Copyright (C) 2002-2004 Free Software Foundation, Inc.
-
-# 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.
-
-# 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-1307, USA.
+dnl Copyright (C) 2002-2004 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
# Prepare for substituting <stdbool.h> if it is not supported.