Changeset f71e8f1 in git
- Timestamp:
- Jun 10, 2008, 5:44:50 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 6abef12c7e042fe5a344829eb882b2b98e768ea8
- Parents:
- 7aae75d5f1a2b06869890ce4c0247d10993a2779
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ndbm.cc
r7aae75 rf71e8f1 5 5 //**************************************************************************/ 6 6 // 7 // $Id: ndbm.cc,v 1.2 0 2008-01-07 13:54:11Singular Exp $7 // $Id: ndbm.cc,v 1.21 2008-06-10 15:44:50 Singular Exp $ 8 8 // 9 9 //**************************************************************************/ … … 24 24 * All rights reserved. The Berkeley software License Agreement 25 25 * specifies the terms and conditions for redistribution. 26 * for details see ndbm.h 26 27 */ 27 28 -
Singular/ndbm.h
r7aae75 rf71e8f1 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ndbm.h,v 1. 2 1999-11-15 17:20:36 obachmanExp $ */6 /* $Id: ndbm.h,v 1.3 2008-06-10 15:44:50 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: DBM … … 24 24 * notice, this list of conditions and the following disclaimer in the 25 25 * documentation and/or other materials provided with the distribution. 26 * 3. All advertising materials mentioning features or use of this software27 * must display the following acknowledgement:28 * This product includes software developed by the University of29 * California, Berkeley and its contributors.30 26 * 4. Neither the name of the University nor the names of its contributors 31 27 * may be used to endorse or promote products derived from this software … … 45 41 * 46 42 * @(#)ndbm.h 5.1 (Berkeley) 5/30/85 43 * 44 * Par. 3 removed due to a license change (1999) 45 * see ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change 47 46 */ 48 47
Note: See TracChangeset
for help on using the changeset viewer.