We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffd1a2 commit e4568b4Copy full SHA for e4568b4
2 files changed
Makefile
@@ -2,7 +2,9 @@
2
# binsparse-reference-c/Makefile
3
#-------------------------------------------------------------------------------
4
5
-# SPDX-License-Identifier: TODO
+# SPDX-FileCopyrightText: 2024 Binsparse Developers
6
+#
7
+# SPDX-License-Identifier: BSD-3-Clause
8
9
10
bindings/matlab/binsparse_read.m
@@ -1,3 +1,7 @@
1
+% SPDX-FileCopyrightText: 2024 Binsparse Developers
+%
+% SPDX-License-Identifier: BSD-3-Clause
+
function matrix = binsparse_read (filename, group)
%BINSPARSE_READ read a sparse matrix from a binsparse hd5 file
%
0 commit comments