changeset 5298:45c149f6b6b9

Add copyright notice.
author Jim Meyering <jim@meyering.net>
date Sat, 02 Oct 2004 07:05:09 +0000
parents c0fb011695d9
children 9f55dbcbb16b
files lib/dirfd.h lib/getpagesize.h
diffstat 2 files changed, 36 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/dirfd.h
+++ b/lib/dirfd.h
@@ -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
--- a/lib/getpagesize.h
+++ b/lib/getpagesize.h
@@ -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