summaryrefslogtreecommitdiff
path: root/m4/openat.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/openat.m4')
-rw-r--r--m4/openat.m421
1 files changed, 5 insertions, 16 deletions
diff --git a/m4/openat.m4 b/m4/openat.m4
index 3c30d8ae3..27b0e59e6 100644
--- a/m4/openat.m4
+++ b/m4/openat.m4
@@ -1,21 +1,10 @@
-#serial 2
+#serial 3
# See if we need to use our replacement for Solaris' openat function.
-# Copyright (C) 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) 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.
# Written by Jim Meyering.