Commit ad8b5d05 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

Fix GPL header filename mismatches in 20 Java files



Copy-paste errors left the wrong filename in the "X.java is free
software" line. Fixed with a grep scan across all source files.

Co-Authored-By: default avatarClaude Sonnet 4.6 <noreply@anthropic.com>
parent bd321050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
 **
 ** -----------------------------------------------------------------------------**
 **
 **  JP46_Reader.java is free software: you can redistribute it and/or modify
 **  JP46_Reader_camera0.java 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.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ package com.elphel.imagej.calibration;
 **
 ** -----------------------------------------------------------------------------**
 **  
 **  focus_tuning.java is free software: you can redistribute it and/or modify
 **  DeBayerScissors.java 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.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ package com.elphel.imagej.calibration;
**
** -----------------------------------------------------------------------------**
**
**  DebayerScissors.java is free software: you can redistribute it and/or modify
**  DebayerScissorsClass.java 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.
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ package com.elphel.imagej.calibration;
**
** -----------------------------------------------------------------------------**
**
** CalibrationHardwareInterface.java is free software: you can redistribute it and/or modify
** FocusingField.java 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.
+1 −1
Original line number Diff line number Diff line
@@ -1627,7 +1627,7 @@ Next is restoration of the original shifts and scales applied before accumulatin

  new TextWindow(title_src+"_"+"pixel crosstalk", "Item                       \tDescription",
  "LICENSE"+
  "\tMTF_Bayer.java is free software: you can redistribute it and/or modify\n"+
  "\MTF_Bayer.java is free software: you can redistribute it and/or modify\n"+
  "\tit under the terms of the GNU General Public License as published by\n"+
  "\tthe Free Software Foundation, either version 3 of the License, or\n"+
  "\t(at your option) any later version.\n"+
Loading