Skip to content

Commit

Permalink
Add license headers and project license
Browse files Browse the repository at this point in the history
Accomplished via:
  mvn license:update-file-header license:update-project-license
  • Loading branch information
ctrueden committed Oct 23, 2021
1 parent 13aa7e4 commit f98d2c1
Show file tree
Hide file tree
Showing 44 changed files with 1,582 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions src/main/java/HandleExtraFileTypes.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
import ij.IJ;
import ij.ImagePlus;
import ij.ImageStack;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Analyze_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Analyze_Writer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Animated_Gif_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/DM3_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Export_EPS.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

/*
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Extract_Images_From_PDF.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
/**
* Copyright Albert Cardona 2008.
* Released under the General Public License in its latest version.
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/FIBSEM_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.CompositeImage;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/FlexibleFileOpener.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

// FlexibleFileOpener
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Gif_Stack_Writer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/ICO_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/ICO_Writer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
// Save the active image as .ico file
package sc.fiji.io;

Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/IPLab_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Icns_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
package sc.fiji.io;

import ij.IJ;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Icns_Writer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
// Save the active image as .icns file
package sc.fiji.io;

Expand Down
21 changes: 21 additions & 0 deletions src/main/java/sc/fiji/io/Koala_Bin_Reader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*-
* #%L
* IO plugin for Fiji.
* %%
* Copyright (C) 2008 - 2021 Fiji developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/
//20140703 - Jerome Parent
//Reader for Koala binary generated by Lyncee Tec software
//This plugin read .bin file, scale the XY value in microns and the Z value in nm
Expand Down
Loading

0 comments on commit f98d2c1

Please sign in to comment.