Skip to content

Commit 76d4bb3

Browse files
committed
Update license blurbs.
1 parent 77ee678 commit 76d4bb3

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

LICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

4-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
55
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645645
GNU General Public License for more details.
646646

647647
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <http://www.gnu.org/licenses/>.
648+
along with this program. If not, see <https://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664664
You should also get your employer (if you work as a programmer) or school,
665665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666666
For more information on this, and how to apply and follow the GNU GPL, see
667-
<http://www.gnu.org/licenses/>.
667+
<https://www.gnu.org/licenses/>.
668668

669669
The GNU General Public License does not permit incorporating your program
670670
into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

src/main/java/fiji/plugin/trackmate/morpholibj/Connectivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* TrackMate: your buddy for everyday tracking.
44
* %%
5-
* Copyright (C) 2021 - 2023 TrackMate developers.
5+
* Copyright (C) 2021 - 2025 TrackMate developers.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/fiji/plugin/trackmate/morpholibj/MorphoLibJDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* TrackMate: your buddy for everyday tracking.
44
* %%
5-
* Copyright (C) 2021 - 2023 TrackMate developers.
5+
* Copyright (C) 2021 - 2025 TrackMate developers.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/fiji/plugin/trackmate/morpholibj/MorphoLibJDetectorConfigurationPanel.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
* #%L
33
* TrackMate: your buddy for everyday tracking.
44
* %%
5-
* Copyright (C) 2021 - 2023 TrackMate developers.
5+
* Copyright (C) 2021 - 2025 TrackMate developers.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
99
* published by the Free Software Foundation, either version 3 of the
1010
* License, or (at your option) any later version.
11-
*
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
16-
*
16+
*
1717
* You should have received a copy of the GNU General Public
1818
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.

src/main/java/fiji/plugin/trackmate/morpholibj/MorphoLibJDetectorFactory.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
* #%L
33
* TrackMate: your buddy for everyday tracking.
44
* %%
5-
* Copyright (C) 2021 - 2023 TrackMate developers.
5+
* Copyright (C) 2021 - 2025 TrackMate developers.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
99
* published by the Free Software Foundation, either version 3 of the
1010
* License, or (at your option) any later version.
11-
*
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
16-
*
16+
*
1717
* You should have received a copy of the GNU General Public
1818
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.

src/test/java/fiji/plugin/trackmate/morpholibj/LoadTrackMateMorphoLibJTestDrive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* TrackMate: your buddy for everyday tracking.
44
* %%
5-
* Copyright (C) 2021 - 2023 TrackMate developers.
5+
* Copyright (C) 2021 - 2025 TrackMate developers.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/test/java/fiji/plugin/trackmate/morpholibj/MorpholibJTestDrive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* TrackMate: your buddy for everyday tracking.
44
* %%
5-
* Copyright (C) 2021 - 2023 TrackMate developers.
5+
* Copyright (C) 2021 - 2025 TrackMate developers.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/test/java/fiji/plugin/trackmate/morpholibj/TrackMateMorpholibJTestDrive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* TrackMate: your buddy for everyday tracking.
44
* %%
5-
* Copyright (C) 2021 - 2023 TrackMate developers.
5+
* Copyright (C) 2021 - 2025 TrackMate developers.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

0 commit comments

Comments
 (0)