summaryrefslogtreecommitdiff
path: root/lib/error.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-30 14:26:16 +0000
committerJim Meyering <jim@meyering.net>1996-03-30 14:26:16 +0000
commitac906fde2ffa277e3dc93193ae47459248180eb3 (patch)
tree1e66b05b24a6c23167b6b9e98d8207dfcb07c423 /lib/error.h
parent57dcd53d8610b03d3ebbc6d1e00b9da01971a997 (diff)
downloadcoreutils-ac906fde2ffa277e3dc93193ae47459248180eb3.tar.xz
update from FSF:/home/gd/gnu/lib
Diffstat (limited to 'lib/error.h')
-rw-r--r--lib/error.h26
1 files changed, 11 insertions, 15 deletions
diff --git a/lib/error.h b/lib/error.h
index 95ceb1aa8..3d658e28b 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -1,23 +1,19 @@
/* error.h -- declaration for error-reporting function
Copyright (C) 1995, 1996 Software Foundation, Inc.
-This file is part of the GNU C Library. Its master source is NOT part of
-the C library, however. The master source lives in /gd/gnu/lib.
+ 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.
-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.
+ 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.
-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
-Library General Public License for more details.
-
-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. */
+ 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., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef _error_h_
#define _error_h_