summaryrefslogtreecommitdiff
path: root/misc/sys
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-06-12 17:31:57 +0000
committerRoland McGrath <roland@gnu.org>1991-06-12 17:31:57 +0000
commit980648b6d2beb2638a607a3878c6452e1a931cc2 (patch)
tree64a5799e055d30841e1e4acd0dc3ab64ca541625 /misc/sys
parentc01d6522a1f06faf5810bd4340cd9f45bd802f9e (diff)
entered into RCS
Diffstat (limited to 'misc/sys')
-rw-r--r--misc/sys/dir.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/misc/sys/dir.h b/misc/sys/dir.h
index 162fa933ee..cd78d5d313 100644
--- a/misc/sys/dir.h
+++ b/misc/sys/dir.h
@@ -1,19 +1,20 @@
/* Copyright (C) 1991 Free Software Foundation, Inc.
This file is part of the GNU C Library.
-The GNU C Library 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 1, or (at your option)
-any later version.
+The GNU C Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
The GNU C Library 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.
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Library General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with the GNU C Library; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+You should have received a copy of the GNU Library General Public
+License along with the GNU C Library; see the file COPYING.LIB. If
+not, write to the Free Software Foundation, Inc., 675 Mass Ave,
+Cambridge, MA 02139, USA. */
#ifndef _SYS_DIR_H