From 34e6ea8604592ac5ea465da48c5cd86cdc897c7c Mon Sep 17 00:00:00 2001 From: ac <acohen@coe.drexel.edu> Date: Wed, 4 May 2016 10:45:27 -0400 Subject: [PATCH] updated license preamble --- NCD/NCD.m | 7 +++---- NCD/PreProcess.m | 7 +++---- NCD/getCombinedImage.m | 7 +++---- NCD/getCount.m | 7 +++---- NCD/goNCD.m | 7 +++---- SWF/convolve_image.m | 7 +++---- SWF/rpe_morph.m | 7 +++---- license.txt | 7 +++---- 8 files changed, 24 insertions(+), 32 deletions(-) diff --git a/NCD/NCD.m b/NCD/NCD.m index 16a149b..ed410df 100644 --- a/NCD/NCD.m +++ b/NCD/NCD.m @@ -17,18 +17,17 @@ % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % -% LEVer is distributed in the hope that it will be useful, +% The software 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 LEVer in file "gnu gpl v3.txt". If not, see -% <http://www.gnu.org/licenses/>. +% in file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. % % % Andrew Cohen -% acohen@coe.drexel.edu +% acohen 'at' coe.drexel.edu % http://bioimage.coe.drexel.edu % %-------------------------------------------------------------------------- diff --git a/NCD/PreProcess.m b/NCD/PreProcess.m index e9def4c..282f581 100644 --- a/NCD/PreProcess.m +++ b/NCD/PreProcess.m @@ -15,18 +15,17 @@ % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % -% LEVer is distributed in the hope that it will be useful, +% The software 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 LEVer in file "gnu gpl v3.txt". If not, see -% <http://www.gnu.org/licenses/>. +% in file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. % % % Andrew Cohen -% acohen@coe.drexel.edu +% acohen 'at' coe.drexel.edu % http://bioimage.coe.drexel.edu % %-------------------------------------------------------------------------- diff --git a/NCD/getCombinedImage.m b/NCD/getCombinedImage.m index 53ec0e2..22fe816 100644 --- a/NCD/getCombinedImage.m +++ b/NCD/getCombinedImage.m @@ -16,18 +16,17 @@ % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % -% LEVer is distributed in the hope that it will be useful, +% The software 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 LEVer in file "gnu gpl v3.txt". If not, see -% <http://www.gnu.org/licenses/>. +% in file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. % % % Andrew Cohen -% acohen@coe.drexel.edu +% acohen 'at' coe.drexel.edu % http://bioimage.coe.drexel.edu % %-------------------------------------------------------------------------- diff --git a/NCD/getCount.m b/NCD/getCount.m index d14831f..30ca317 100644 --- a/NCD/getCount.m +++ b/NCD/getCount.m @@ -19,18 +19,17 @@ % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % -% LEVer is distributed in the hope that it will be useful, +% The software 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 LEVer in file "gnu gpl v3.txt". If not, see -% <http://www.gnu.org/licenses/>. +% in file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. % % % Andrew Cohen -% acohen@coe.drexel.edu +% acohen 'at' coe.drexel.edu % http://bioimage.coe.drexel.edu % %-------------------------------------------------------------------------- diff --git a/NCD/goNCD.m b/NCD/goNCD.m index 2754c97..90320e9 100644 --- a/NCD/goNCD.m +++ b/NCD/goNCD.m @@ -15,18 +15,17 @@ % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % -% LEVer is distributed in the hope that it will be useful, +% The software 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 LEVer in file "gnu gpl v3.txt". If not, see -% <http://www.gnu.org/licenses/>. +% in file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. % % % Andrew Cohen -% acohen@coe.drexel.edu +% acohen 'at' coe.drexel.edu % http://bioimage.coe.drexel.edu % %-------------------------------------------------------------------------- diff --git a/SWF/convolve_image.m b/SWF/convolve_image.m index f657d28..7028b6b 100644 --- a/SWF/convolve_image.m +++ b/SWF/convolve_image.m @@ -16,21 +16,20 @@ function resp_raw = convolve_image_open(fname, outdir) % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % -% LEVer is distributed in the hope that it will be useful, +% The software 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 LEVer in file "gnu gpl v3.txt". If not, see -% <http://www.gnu.org/licenses/>. +% in file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. % % EXCEPTION: as described in the paper, the source code for the steerable % wavelet filters must be downloaded separately from http://bigwww.epfl.ch/demo/circular-wavelets. % All use of that component is governed by the license agreement described there. % % Andrew Cohen -% acohen@coe.drexel.edu +% acohen 'at' coe.drexel.edu % http://bioimage.coe.drexel.edu % %-------------------------------------------------------------------------- diff --git a/SWF/rpe_morph.m b/SWF/rpe_morph.m index 0b516b8..0d167cd 100644 --- a/SWF/rpe_morph.m +++ b/SWF/rpe_morph.m @@ -15,21 +15,20 @@ % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % -% LEVer is distributed in the hope that it will be useful, +% The software 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 LEVer in file "gnu gpl v3.txt". If not, see -% <http://www.gnu.org/licenses/>. +% in file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. % % EXCEPTION: as described in the paper, the source code for the steerable % wavelet filters must be downloaded separately from http://bigwww.epfl.ch/demo/circular-wavelets. % All use of that component is governed by the license agreement described there. % % Andrew Cohen -% acohen@coe.drexel.edu +% acohen 'at' coe.drexel.edu % http://bioimage.coe.drexel.edu % %-------------------------------------------------------------------------- diff --git a/license.txt b/license.txt index 9675753..9da1293 100644 --- a/license.txt +++ b/license.txt @@ -17,14 +17,13 @@ License: the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - LEVer is distributed in the hope that it will be useful, + This software 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 LEVer in file "gnu gpl v3.txt". If not, see - <http://www.gnu.org/licenses/>. + in the file "gnu gpl v3.txt". If not, see <http://www.gnu.org/licenses/>. EXCEPTION: as described in the paper, the source code for the steerable wavelet filters must be downloaded separately from http://bigwww.epfl.ch/demo/circular-wavelets. @@ -32,7 +31,7 @@ License: Andrew Cohen -acohen@coe.drexel.edu +acohen 'at' coe.drexel.edu http://bioimage.coe.drexel.edu -------------------------------------------------------------------------- \ No newline at end of file -- GitLab