Skip to content

Commit e5fb27b

Browse files
committed
update copyright info
1 parent 3f5b4a8 commit e5fb27b

File tree

609 files changed

+1370
-572
lines changed

Some content is hidden

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

609 files changed

+1370
-572
lines changed

src/main/java/inra/ijpb/algo/Algo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/algo/AlgoEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/algo/AlgoListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/algo/AlgoStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/algo/DefaultAlgoListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/algo/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/binary/BinaryImages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/binary/BinaryInverter.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*-
2+
* #%L
3+
* Mathematical morphology library and plugins for ImageJ/Fiji.
4+
* %%
5+
* Copyright (C) 2014 - 2026 INRA.
6+
* %%
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU Lesser General Public License as
9+
* published by the Free Software Foundation, either version 3 of the
10+
* License, or (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Lesser Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Lesser Public
18+
* License along with this program. If not, see
19+
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
20+
* #L%
21+
*/
122
/**
223
*
324
*/

src/main/java/inra/ijpb/binary/ChamferWeights.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

src/main/java/inra/ijpb/binary/ChamferWeights3D.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Mathematical morphology library and plugins for ImageJ/Fiji.
44
* %%
5-
* Copyright (C) 2014 - 2024 INRA.
5+
* Copyright (C) 2014 - 2026 INRA.
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as

0 commit comments

Comments
 (0)