diff options
author | DJ Delorie <dj@redhat.com> | 2000-12-07 02:06:09 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-12-07 02:06:09 +0000 |
commit | 324069ad94b907d0b0884e9b22a50a907d87095b (patch) | |
tree | 3391f3a4e97085d058936bc57db73ffbac6c8d25 /include/obstack.h | |
parent | a9922e52c74ef38d79817330f60af92b872e249a (diff) | |
download | gdb-324069ad94b907d0b0884e9b22a50a907d87095b.zip gdb-324069ad94b907d0b0884e9b22a50a907d87095b.tar.gz gdb-324069ad94b907d0b0884e9b22a50a907d87095b.tar.bz2 |
* getopt.h obstack.h: Standarize copyright statement.
Diffstat (limited to 'include/obstack.h')
-rw-r--r-- | include/obstack.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/obstack.h b/include/obstack.h index a20ab55..314a27a 100644 --- a/include/obstack.h +++ b/include/obstack.h @@ -1,5 +1,6 @@ /* obstack.h - object stack macros - Copyright (C) 1988,89,90,91,92,93,94,96,97,98 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998 + Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. |