diff options
author | Dennis Glatting <dennisg@gnu.org> | 1991-11-07 22:30:54 +0000 |
---|---|---|
committer | Dennis Glatting <dennisg@gnu.org> | 1991-11-07 22:30:54 +0000 |
commit | 1e6464e0e4c7584a05c302253041314eacaf41c4 (patch) | |
tree | 6f68fac177e1e6dc8c7aba936d881e7101eefb9b /gcc/objc | |
parent | 54dac99e07cc8d33e03e795da32337ec23aa0510 (diff) | |
download | gcc-1e6464e0e4c7584a05c302253041314eacaf41c4.zip gcc-1e6464e0e4c7584a05c302253041314eacaf41c4.tar.gz gcc-1e6464e0e4c7584a05c302253041314eacaf41c4.tar.bz2 |
added copyleft
From-SVN: r57
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/hash.c | 26 | ||||
-rw-r--r-- | gcc/objc/hash.h | 26 |
2 files changed, 44 insertions, 8 deletions
diff --git a/gcc/objc/hash.c b/gcc/objc/hash.c index 80719ce..ae11ad9 100644 --- a/gcc/objc/hash.c +++ b/gcc/objc/hash.c @@ -1,10 +1,28 @@ /* -*-c-*- * This file contains the hashing implementation. * - $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/lib/RCS/hash.c,v 0.1 1991/10/24 00:45:39 dennisg Exp dennisg $ + $Author: dennisg $ + $Date: 1991/10/24 00:45:39 $ + $Log: hash.c,v $ + * Revision 0.1 1991/10/24 00:45:39 dennisg + * Initial check in. Preliminary development stage. + * */ diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h index 34c77dc..be009d0 100644 --- a/gcc/objc/hash.h +++ b/gcc/objc/hash.h @@ -6,10 +6,28 @@ * void*. The hashing function converts the key to * an integer and computes it hash value. * - $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/lib/RCS/hash.h,v 0.1 1991/10/24 00:45:39 dennisg Exp dennisg $ + $Author: dennisg $ + $Date: 1991/10/24 00:45:39 $ + $Log: hash.h,v $ + * Revision 0.1 1991/10/24 00:45:39 dennisg + * Initial check in. Preliminary development stage. + * */ |