re-insert copyright information

This commit is contained in:
dwarning 2023-06-14 11:12:24 +02:00
parent 242a4fb6b5
commit 2e233e9173
7 changed files with 51 additions and 0 deletions

View File

@ -43,6 +43,13 @@
* 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
/*

View File

@ -42,6 +42,13 @@
* 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

View File

@ -41,6 +41,13 @@
* 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
/*

View File

@ -33,6 +33,13 @@
* 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

View File

@ -78,6 +78,15 @@
*
* 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
/*

View File

@ -32,6 +32,13 @@
* 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
/*

View File

@ -44,6 +44,13 @@
* 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
/*