diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-18 09:53:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-18 09:53:33 +0000 |
commit | 6e3bd39c14af3ae5df06e830c56e32a08b91a6b1 (patch) | |
tree | 2e1a510ba0f0e8e6f3dfc854dd5761f1d44d9b1d /lib | |
parent | cf59735d7bce341d373a70c7012fc91b78f44a6f (diff) | |
download | coreutils-6e3bd39c14af3ae5df06e830c56e32a08b91a6b1.tar.xz |
tweak a comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/obstack.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/obstack.h b/lib/obstack.h index 09c263f4d..c949730e5 100644 --- a/lib/obstack.h +++ b/lib/obstack.h @@ -1,10 +1,11 @@ /* obstack.h - object stack macros Copyright (C) 1988,89,90,91,92,93,94,96,97,98,99 Free 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. NOTE: The canonical source of this file is maintained with the GNU C Library. - Bugs can be reported to bug-glibc@prep.ai.mit.edu. + Bugs can be reported to bug-glibc@gnu.org. 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 |