OSDN Git Service

added copyleft
authordennisg <dennisg@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Nov 1991 22:30:54 +0000 (22:30 +0000)
committerdennisg <dennisg@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Nov 1991 22:30:54 +0000 (22:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/hash.c
gcc/objc/hash.h

index 80719ce..ae11ad9 100644 (file)
@@ -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.
+ *
 */
  
 
index 34c77dc..be009d0 100644 (file)
@@ -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.
+ *
 */