summaryrefslogtreecommitdiff
path: root/m4/ullong_max.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/ullong_max.m4
parent9e09c422a240d32bcb82e158e055c8ef326be1db (diff)
downloadcoreutils-15ac53209fcbbb55dfa6acdad49531d4cadcec5e.tar.xz
Sync from gnulib.
Diffstat (limited to 'm4/ullong_max.m4')
-rw-r--r--m4/ullong_max.m419
1 files changed, 4 insertions, 15 deletions
diff --git a/m4/ullong_max.m4 b/m4/ullong_max.m4
index f51e3d66a..49fc3402d 100644
--- a/m4/ullong_max.m4
+++ b/m4/ullong_max.m4
@@ -1,20 +1,9 @@
# ullong_max.m4 - define ULLONG_MAX if necessary
-# Copyright (C) 2005 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) 2005 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.
# Written by Paul Eggert.