re-insert copyright information
This commit is contained in:
parent
242a4fb6b5
commit
2e233e9173
|
|
@ -43,6 +43,13 @@
|
||||||
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef notdef
|
||||||
|
static char copyright[] =
|
||||||
|
"Sparse1.4: Copyright (c) 1985-2003 by Kenneth S. Kundert";
|
||||||
|
static char RCSid[] =
|
||||||
|
"@(#)$Header: /cvsroot/sparse/src/spAllocate.c,v 1.3 2003/06/29 04:19:52 kundert Exp $";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,13 @@
|
||||||
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef notdef
|
||||||
|
static char copyright[] =
|
||||||
|
"Sparse1.4: Copyright (c) 1985-2003 by Kenneth S. Kundert";
|
||||||
|
static char RCSid[] =
|
||||||
|
"@(#)$Header: /cvsroot/sparse/src/spBuild.c,v 1.3 2003/06/29 04:19:52 kundert Exp $";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,13 @@
|
||||||
* by Kenneth S. Kundert
|
* by Kenneth S. Kundert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef notdef
|
||||||
|
static char copyright[] =
|
||||||
|
"Sparse1.4: Copyright (c) 1985-2003 by Kenneth S. Kundert";
|
||||||
|
static char RCSid[] =
|
||||||
|
"@(#)$Header: /cvsroot/sparse/src/spFactor.c,v 1.3 2003/06/29 04:19:52 kundert Exp $";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,13 @@
|
||||||
* by Kenneth S. Kundert
|
* by Kenneth S. Kundert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef notdef
|
||||||
|
static char copyright[] =
|
||||||
|
"Sparse1.4: Copyright (c) 1985-2003 by Kenneth S. Kundert";
|
||||||
|
static char RCSid[] =
|
||||||
|
"$Header: /cvsroot/sparse/src/spOutput.c,v 1.3 2003/06/29 04:19:52 kundert Exp $";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,15 @@
|
||||||
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef notdef
|
||||||
|
static char copyright[] =
|
||||||
|
"Sparse1.4: Copyright (c) 1985-2003 by Kenneth S. Kundert";
|
||||||
|
static char RCSid[] =
|
||||||
|
"@(#)$Header: /cvsroot/sparse/src/spSMP.c,v 1.3 2003/06/30 19:40:51 kundert Exp $";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IMPORTS
|
* IMPORTS
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,13 @@
|
||||||
* by Kenneth S. Kundert
|
* by Kenneth S. Kundert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef notdef
|
||||||
|
static char copyright[] =
|
||||||
|
"Sparse1.4: Copyright (c) 1985-2003 by Kenneth S. Kundert";
|
||||||
|
static char RCSid[] =
|
||||||
|
"@(#)$Header: /cvsroot/sparse/src/spSolve.c,v 1.3 2003/06/29 04:19:52 kundert Exp $";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,13 @@
|
||||||
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
* Copyright (c) 1985-2003 by Kenneth S. Kundert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef notdef
|
||||||
|
static char copyright[] =
|
||||||
|
"Sparse1.4: Copyright (c) 1985-2003 by Kenneth S. Kundert";
|
||||||
|
static char RCSid[] =
|
||||||
|
"@(#)$Header: /cvsroot/sparse/src/spUtils.c,v 1.4 2003/06/30 19:40:52 kundert Exp $";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue