diff options
author | Dennis Glatting <dennisg@gnu.org> | 1991-11-07 22:31:42 +0000 |
---|---|---|
committer | Dennis Glatting <dennisg@gnu.org> | 1991-11-07 22:31:42 +0000 |
commit | eed5ef66e7953fcf7eb1e63740ed90cb9483624e (patch) | |
tree | 5ac69ed309838ba4e32d1d7ecbb81b72985bb835 /gcc/objc | |
parent | 1e6464e0e4c7584a05c302253041314eacaf41c4 (diff) | |
download | gcc-eed5ef66e7953fcf7eb1e63740ed90cb9483624e.zip gcc-eed5ef66e7953fcf7eb1e63740ed90cb9483624e.tar.gz gcc-eed5ef66e7953fcf7eb1e63740ed90cb9483624e.tar.bz2 |
added copyleft.
From-SVN: r58
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/objc.h | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/gcc/objc/objc.h b/gcc/objc/objc.h index 7b1c117..3303e1f 100644 --- a/gcc/objc/objc.h +++ b/gcc/objc/objc.h @@ -4,10 +4,28 @@ * Most of these declarations are defined by virtue of data * structures produced by the compiler. * - $Header$ - $Author$ - $Date$ - $Log$ + * Copyright (C) 1991 Threaded Technologies 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 1, or 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 receive 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. + * + $Header: /usr/user/dennis_glatting/ObjC/c-runtime/include/RCS/ObjC.h,v 0.1 1991/10/24 00:19:24 dennisg Exp dennisg $ + $Author: dennisg $ + $Date: 1991/10/24 00:19:24 $ + $Log: ObjC.h,v $ + * Revision 0.1 1991/10/24 00:19:24 dennisg + * Initial check in. Preliminary development stage. + * */ |