Skip to content

Commit 411c739

Browse files
ssget Copyright and SPDX comments
1 parent 150ab39 commit 411c739

Some content is hidden

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

48 files changed

+84
-135
lines changed

CSparse/MATLAB/ssget/Contents.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
% Example:
1616
% help ssget
1717

18-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
18+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
1919
% SPDX-License-Identifier: BSD-3-clause

CSparse/MATLAB/ssget/Doc/License.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ssget, Copyright (c), 2009-2019, Timothy A. Davis, All Rights Reserved.
1+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2+
SPDX-License-Identifier: BSD-3-clause
23

34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions are met:

CSparse/MATLAB/ssget/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ssget/Makefile
2-
# Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
2+
3+
# ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
34
# SPDX-License-Identifier: BSD-3-clause
45

56
ssgui.jar: ssgui.java sshelp.html

CSparse/MATLAB/ssget/README.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
ssget: MATLAB and Java interfaces to the SuiteSparse Matrix Collection
22
(Formerly the University of Florida Sparse Matrix Collection).
3-
Copyright 2005-2019, Timothy A. Davis, http://www.suitesparse.com,
4-
Texas A&M University.
53

4+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
65
SPDX-License-Identifier: BSD-3-clause
76

87
REQUIREMENTS:

CSparse/MATLAB/ssget/UFget.m

Lines changed: 0 additions & 18 deletions
This file was deleted.

CSparse/MATLAB/ssget/UFkinds.m

Lines changed: 0 additions & 10 deletions
This file was deleted.

CSparse/MATLAB/ssget/ssget.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
%
2424
% See also ssgrep, ssweb, ssget_example, ssget_defaults, websave.
2525

26-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
26+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2727
% SPDX-License-Identifier: BSD-3-clause
2828

2929
%-------------------------------------------------------------------------------

CSparse/MATLAB/ssget/ssget_defaults.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%
2727
% See also ssget.
2828

29-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
29+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
3030
% SPDX-License-Identifier: BSD-3-clause
3131

3232
% decode the current directory for this M-file

CSparse/MATLAB/ssget/ssget_example.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%
99
% See also ssget, ssweb, ssgrep.
1010

11-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
11+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
1212
% SPDX-License-Identifier: BSD-3-clause
1313

1414
type ssget_example ;

CSparse/MATLAB/ssget/ssget_lookup.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%
1010
% See also ssget.
1111

12-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
12+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
1313
% SPDX-License-Identifier: BSD-3-clause
1414

1515
if (isnumeric (matrix))

CSparse/MATLAB/ssget/ssgrep.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
%
2121
% See also regexp, ssget.
2222

23-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
23+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2424
% SPDX-License-Identifier: BSD-3-clause
2525

2626
if (nargin < 2)

CSparse/MATLAB/ssget/ssgui.java

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
//------------------------------------------------------------------------------
2+
// ssget/ssgui.java: Java GUI interface to the SuiteSparse Matrix Collection
3+
//------------------------------------------------------------------------------
4+
5+
// ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
6+
// SPDX-License-Identifier: BSD-3-clause
7+
8+
//------------------------------------------------------------------------------
9+
210
// ssgui: a Java GUI interface for viewing, selecting, and downloading matrices
311
// from the SuiteSparse Matrix Collection. To compile this program, type the
412
// following in your OS command window:
@@ -39,8 +47,9 @@
3947
//
4048
// proxy port: default is 80 if left blank
4149
//
42-
// Copyright (c) 2009-2019, Timothy A. Davis. See sshelp.html for the license,
43-
// and for help on how to use this program, or click "Help" in the GUI.
50+
// See sshelp.html for the license, and for help on how to use this program, or
51+
// click "Help" in the GUI.
52+
4453
//------------------------------------------------------------------------------
4554

4655
import java.io.* ;

CSparse/MATLAB/ssget/sshelp.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,9 @@ <h2>7. Limitations and known issues</h2>
491491
<h2>8. Copyright and License</h2>
492492

493493
<ul>
494-
Copyright (c) 2009-2020, Timothy A. Davis. All rights reserved.
495-
See ssget/Doc/License.txt for the license.
494+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
495+
<p>
496+
SPDX-License-Identifier: BSD-3-clause
496497
</ul>
497498

498499
<h2>9. Version and Change-Log</h2>

CSparse/MATLAB/ssget/sskinds.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
%
5050
% See also ssget.
5151

52-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
52+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
5353
% SPDX-License-Identifier: BSD-3-clause
5454

5555
params = ssget_defaults ;

CSparse/MATLAB/ssget/sssvd.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%
1717
% See also ssget.
1818

19-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
19+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2020
% SPDX-License-Identifier: BSD-3-clause
2121

2222
if (nargin < 2)

CSparse/MATLAB/ssget/ssweb.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%
3434
% See also web, ssget, ssget_defaults.
3535

36-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
36+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
3737
% SPDX-License-Identifier: BSD-3-clause
3838

3939
params = ssget_defaults ;

CXSparse/MATLAB/ssget/Contents.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
% Example:
1616
% help ssget
1717

18-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
18+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
1919
% SPDX-License-Identifier: BSD-3-clause

CXSparse/MATLAB/ssget/Doc/License.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ssget, Copyright (c), 2009-2019, Timothy A. Davis, All Rights Reserved.
1+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2+
SPDX-License-Identifier: BSD-3-clause
23

34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions are met:

CXSparse/MATLAB/ssget/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ssget/Makefile
2-
# Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
2+
3+
# ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
34
# SPDX-License-Identifier: BSD-3-clause
45

56
ssgui.jar: ssgui.java sshelp.html

CXSparse/MATLAB/ssget/README.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
ssget: MATLAB and Java interfaces to the SuiteSparse Matrix Collection
22
(Formerly the University of Florida Sparse Matrix Collection).
3-
Copyright 2005-2019, Timothy A. Davis, http://www.suitesparse.com,
4-
Texas A&M University.
53

4+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
65
SPDX-License-Identifier: BSD-3-clause
76

87
REQUIREMENTS:

CXSparse/MATLAB/ssget/UFget.m

Lines changed: 0 additions & 18 deletions
This file was deleted.

CXSparse/MATLAB/ssget/UFkinds.m

Lines changed: 0 additions & 10 deletions
This file was deleted.

CXSparse/MATLAB/ssget/ssget.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
%
2424
% See also ssgrep, ssweb, ssget_example, ssget_defaults, websave.
2525

26-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
26+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2727
% SPDX-License-Identifier: BSD-3-clause
2828

2929
%-------------------------------------------------------------------------------

CXSparse/MATLAB/ssget/ssget_defaults.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%
2727
% See also ssget.
2828

29-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
29+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
3030
% SPDX-License-Identifier: BSD-3-clause
3131

3232
% decode the current directory for this M-file

CXSparse/MATLAB/ssget/ssget_example.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%
99
% See also ssget, ssweb, ssgrep.
1010

11-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
11+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
1212
% SPDX-License-Identifier: BSD-3-clause
1313

1414
type ssget_example ;

CXSparse/MATLAB/ssget/ssget_lookup.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%
1010
% See also ssget.
1111

12-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
12+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
1313
% SPDX-License-Identifier: BSD-3-clause
1414

1515
if (isnumeric (matrix))

CXSparse/MATLAB/ssget/ssgrep.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
%
2121
% See also regexp, ssget.
2222

23-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
23+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2424
% SPDX-License-Identifier: BSD-3-clause
2525

2626
if (nargin < 2)

CXSparse/MATLAB/ssget/ssgui.java

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
//------------------------------------------------------------------------------
2+
// ssget/ssgui.java: Java GUI interface to the SuiteSparse Matrix Collection
3+
//------------------------------------------------------------------------------
4+
5+
// ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
6+
// SPDX-License-Identifier: BSD-3-clause
7+
8+
//------------------------------------------------------------------------------
9+
210
// ssgui: a Java GUI interface for viewing, selecting, and downloading matrices
311
// from the SuiteSparse Matrix Collection. To compile this program, type the
412
// following in your OS command window:
@@ -39,8 +47,9 @@
3947
//
4048
// proxy port: default is 80 if left blank
4149
//
42-
// Copyright (c) 2009-2019, Timothy A. Davis. See sshelp.html for the license,
43-
// and for help on how to use this program, or click "Help" in the GUI.
50+
// See sshelp.html for the license, and for help on how to use this program, or
51+
// click "Help" in the GUI.
52+
4453
//------------------------------------------------------------------------------
4554

4655
import java.io.* ;

CXSparse/MATLAB/ssget/sshelp.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,9 @@ <h2>7. Limitations and known issues</h2>
491491
<h2>8. Copyright and License</h2>
492492

493493
<ul>
494-
Copyright (c) 2009-2020, Timothy A. Davis. All rights reserved.
495-
See ssget/Doc/License.txt for the license.
494+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
495+
<p>
496+
SPDX-License-Identifier: BSD-3-clause
496497
</ul>
497498

498499
<h2>9. Version and Change-Log</h2>

CXSparse/MATLAB/ssget/sskinds.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
%
5050
% See also ssget.
5151

52-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
52+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
5353
% SPDX-License-Identifier: BSD-3-clause
5454

5555
params = ssget_defaults ;

CXSparse/MATLAB/ssget/sssvd.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%
1717
% See also ssget.
1818

19-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
19+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2020
% SPDX-License-Identifier: BSD-3-clause
2121

2222
if (nargin < 2)

CXSparse/MATLAB/ssget/ssweb.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%
3434
% See also web, ssget, ssget_defaults.
3535

36-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
36+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
3737
% SPDX-License-Identifier: BSD-3-clause
3838

3939
params = ssget_defaults ;

ssget/Contents.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
% Example:
1616
% help ssget
1717

18-
% Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
18+
% ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
1919
% SPDX-License-Identifier: BSD-3-clause

ssget/Doc/License.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ssget, Copyright (c), 2009-2019, Timothy A. Davis, All Rights Reserved.
1+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
2+
SPDX-License-Identifier: BSD-3-clause
23

34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions are met:

ssget/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ssget/Makefile
2-
# Copyright (c) 2009-2019, Timothy A. Davis. All Rights Reserved.
2+
3+
# ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
34
# SPDX-License-Identifier: BSD-3-clause
45

56
ssgui.jar: ssgui.java sshelp.html

ssget/README.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
ssget: MATLAB and Java interfaces to the SuiteSparse Matrix Collection
22
(Formerly the University of Florida Sparse Matrix Collection).
3-
Copyright 2005-2019, Timothy A. Davis, http://www.suitesparse.com,
4-
Texas A&M University.
53

4+
ssget, Copyright (c) 2009-2022, Timothy A. Davis. All Rights Reserved.
65
SPDX-License-Identifier: BSD-3-clause
76

87
REQUIREMENTS:

ssget/UFget.m

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)