Add copyright notice.
authorJim Meyering <jim@meyering.net>
Sat, 2 Oct 2004 07:05:09 +0000 (07:05 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Oct 2004 07:05:09 +0000 (07:05 +0000)
lib/dirfd.h
lib/getpagesize.h

index 422f9766366bf239450642677ebbd2ecca8957d6..ef33166ebd831746f35603679dcab2a14de58f3f 100644 (file)
@@ -1,3 +1,22 @@
+/* Declare dirfd, if necessary.
+   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.
+
+   Written by Jim Meyering.  */
+
 #if HAVE_CONFIG_H
 # include <config.h>
 #endif
index fb5b91c0890d0169502ddac7186b4913763d83b6..8ccf3d62639715e51df823f64595081f68eb7e95 100644 (file)
@@ -1,4 +1,20 @@
-/* Emulate getpagesize on systems that lack it.  */
+/* Emulate getpagesize on systems that lack it.
+   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.  */
 
 #ifndef HAVE_GETPAGESIZE