Skip to content

Commit 607137f

Browse files
committed
update license header line for all source files
1 parent e71b945 commit 607137f

49 files changed

Lines changed: 49 additions & 49 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/atoms/affine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/atoms/non_elementwise_full_dom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/problem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/subexpr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/utils/int_double_pair.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/utils/matrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

src/atoms/affine/add.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

src/atoms/affine/broadcast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

src/atoms/affine/diag_mat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2026 Daniel Cederberg and William Zhang
33
*
4-
* This file is part of the DNLP-differentiation-engine project.
4+
* This file is part of the SparseDiffEngine project.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)