From 3783c259a66c1dd79c0a349cf6ec20ac8effc9d5 Mon Sep 17 00:00:00 2001 From: Andrew Cohen <acohen@coe.drexel.edu> Date: Fri, 21 Nov 2014 16:54:05 -0500 Subject: [PATCH] license text --- src/SegmentAndTrack.m | 12 +++--------- src/assignmentoptimal.m | 3 +++ src/cp_getnicedialoglocation.m | 12 +++--------- src/cp_setdefaultbutton.m | 12 +++--------- src/nmquestdlg.m | 12 +++--------- 5 files changed, 15 insertions(+), 36 deletions(-) diff --git a/src/SegmentAndTrack.m b/src/SegmentAndTrack.m index 3970063..a327a42 100644 --- a/src/SegmentAndTrack.m +++ b/src/SegmentAndTrack.m @@ -3,20 +3,14 @@ % SegmentAndTrack.m - This is the main program function for the RAB tools % application. -% -% % /****************************************************************************** % -% This program, "NCDM", the associated MATLAB scripts and all -% provided data, are copyright (C) 2011-2014 Andrew R. Cohen and Mark -% Winter. All rights reserved. -% -% This program uses bzip2 compressor as a static library. -% See the file SRC\C\bz2static\LICENSE.txt for details on that software. +% This program, part of rab-tools is copyright (C) 2011-2014 Andrew R. +% Cohen and Mark Winter. All rights reserved. % % This software may be referenced as: % -% ?Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic +% Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic % lines for in vivo studies of endosome biology in zebrafish. Developmental Dynamics, % 2011. 240(11): p. 2452-65. % diff --git a/src/assignmentoptimal.m b/src/assignmentoptimal.m index 3fa964e..a012872 100644 --- a/src/assignmentoptimal.m +++ b/src/assignmentoptimal.m @@ -1,3 +1,6 @@ +% note - there is a mex version of this that is signifcantly faster... +% if performance is an issue, get that! + function [assignment, cost] = assignmentoptimal(distMatrix) %ASSIGNMENTOPTIMAL Compute optimal assignment by Munkres algorithm % ASSIGNMENTOPTIMAL(DISTMATRIX) computes the optimal assignment for the diff --git a/src/cp_getnicedialoglocation.m b/src/cp_getnicedialoglocation.m index 9f06a5b..94f139a 100644 --- a/src/cp_getnicedialoglocation.m +++ b/src/cp_getnicedialoglocation.m @@ -1,17 +1,11 @@ -% -% % /****************************************************************************** % -% This program, "NCDM", the associated MATLAB scripts and all -% provided data, are copyright (C) 2013 Andrew R. Cohen and Mark Winter. All -% rights reserved. -% -% This program uses bzip2 compressor as a static library. -% See the file SRC\C\bz2static\LICENSE.txt for details on that software. +% This program, part of rab-tools is copyright (C) 2011-2014 Andrew R. +% Cohen and Mark Winter. All rights reserved. % % This software may be referenced as: % -% ?Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic +% Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic % lines for in vivo studies of endosome biology in zebrafish. Developmental Dynamics, % 2011. 240(11): p. 2452-65. % diff --git a/src/cp_setdefaultbutton.m b/src/cp_setdefaultbutton.m index 65cc759..2f4843c 100644 --- a/src/cp_setdefaultbutton.m +++ b/src/cp_setdefaultbutton.m @@ -1,17 +1,11 @@ -% -% % /****************************************************************************** % -% This program, "NCDM", the associated MATLAB scripts and all -% provided data, are copyright (C) 2013 Andrew R. Cohen and Mark Winter. All -% rights reserved. -% -% This program uses bzip2 compressor as a static library. -% See the file SRC\C\bz2static\LICENSE.txt for details on that software. +% This program, part of rab-tools is copyright (C) 2011-2014 Andrew R. +% Cohen and Mark Winter. All rights reserved. % % This software may be referenced as: % -% ?Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic +% Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic % lines for in vivo studies of endosome biology in zebrafish. Developmental Dynamics, % 2011. 240(11): p. 2452-65. % diff --git a/src/nmquestdlg.m b/src/nmquestdlg.m index 2ac5075..596830b 100644 --- a/src/nmquestdlg.m +++ b/src/nmquestdlg.m @@ -1,17 +1,11 @@ -% -% % /****************************************************************************** % -% This program, "NCDM", the associated MATLAB scripts and all -% provided data, are copyright (C) 2013 Andrew R. Cohen and Mark Winter. All -% rights reserved. -% -% This program uses bzip2 compressor as a static library. -% See the file SRC\C\bz2static\LICENSE.txt for details on that software. +% This program, part of rab-tools is copyright (C) 2011-2014 Andrew R. +% Cohen and Mark Winter. All rights reserved. % % This software may be referenced as: % -% ?Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic +% Clark, B., M. Winter, A.R. Cohen, and B. Link, Generation of Rab-based transgenic % lines for in vivo studies of endosome biology in zebrafish. Developmental Dynamics, % 2011. 240(11): p. 2452-65. % -- GitLab