Skip to content

Commit c845ff7

Browse files
committed
Change file header to SparseBench
1 parent 5ae38bf commit c845ff7

29 files changed

Lines changed: 29 additions & 29 deletions

src/CCRSMatrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#ifndef __CCRSMATRIX_H_

src/CGSolver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#include <math.h>

src/CRSMatrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#ifndef __CRSMATRIX_H_

src/SCSMatrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#ifndef __SCSMATRIX_H_

src/affinity.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#ifdef __linux__

src/affinity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#ifndef AFFINITY_H

src/allocate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#include <errno.h>

src/allocate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#ifndef __ALLOCATE_H_

src/bstree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55

src/bstree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
2-
* All rights reserved. This file is part of CG-Bench.
2+
* All rights reserved. This file is part of SparseBench.
33
* Use of this source code is governed by a MIT style
44
* license that can be found in the LICENSE file. */
55
#ifndef __BSTREE_H

0 commit comments

Comments
 (0)