Skip to content

Commit e4568b4

Browse files
committed
Update licensing
1 parent 8ffd1a2 commit e4568b4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# binsparse-reference-c/Makefile
33
#-------------------------------------------------------------------------------
44

5-
# SPDX-License-Identifier: TODO
5+
# SPDX-FileCopyrightText: 2024 Binsparse Developers
6+
#
7+
# SPDX-License-Identifier: BSD-3-Clause
68

79
#-------------------------------------------------------------------------------
810

bindings/matlab/binsparse_read.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
% SPDX-FileCopyrightText: 2024 Binsparse Developers
2+
%
3+
% SPDX-License-Identifier: BSD-3-Clause
4+
15
function matrix = binsparse_read (filename, group)
26
%BINSPARSE_READ read a sparse matrix from a binsparse hd5 file
37
%

0 commit comments

Comments
 (0)