From 1e6464e0e4c7584a05c302253041314eacaf41c4 Mon Sep 17 00:00:00 2001 From: Dennis Glatting Date: Thu, 7 Nov 1991 22:30:54 +0000 Subject: [PATCH] added copyleft From-SVN: r57 --- gcc/objc/hash.c | 26 ++++++++++++++++++++++---- 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 80719ce8058c..ae11ad98f1ec 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 34c77dcfa3ec..be009d02937f 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. + * */ -- 2.43.5