Skip to content

Commit

Permalink
Copyright disclaimer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMaris committed Aug 5, 2021
1 parent c1283e5 commit 4079c2a
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/classes/+Dest/MSD.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
% coefficient estimation in single-particle tracking

% ---------------------------------------------------------------------
% Copyright (C) 2019 J.J. Erik Maris
% Copyright (C) 2021 J.J. Erik Maris
% Inorganic Chemistry & Catalysis, Utrecht University
%
% This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/classes/+Dest/MSD1D.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
% coefficient estimation in single-particle tracking

% ---------------------------------------------------------------------
% Copyright (C) 2019 J.J. Erik Maris
% Copyright (C) 2021 J.J. Erik Maris
% Inorganic Chemistry & Catalysis, Utrecht University
%
% This program is free software: you can redistribute it and/or modify
Expand Down
17 changes: 17 additions & 0 deletions src/classes/+Dest/MSD_confined.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
classdef MSD_confined < Dest.DModel
%NORMAL Model for confined diffusion

% ---------------------------------------------------------------------
% Copyright (C) 2021 J.J. Erik Maris
% Inorganic Chemistry & Catalysis, Utrecht University
%
% 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
% 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 <https://www.gnu.org/licenses/>.

% general
properties (Constant)
name = 'MSD_confined';
Expand Down
17 changes: 17 additions & 0 deletions src/classes/+Dest/MSD_directed.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
classdef MSD_directed < Dest.DModel
%NORMAL Model for directed diffusion

% ---------------------------------------------------------------------
% Copyright (C) 2021 J.J. Erik Maris
% Inorganic Chemistry & Catalysis, Utrecht University
%
% 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
% 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 <https://www.gnu.org/licenses/>.

% general
properties (Constant)
name = 'MSD_directed';
Expand Down
17 changes: 17 additions & 0 deletions src/classes/+Dest/MSD_normal.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
classdef MSD_normal < Dest.DModel
%NORMAL Model for normal diffusion

% ---------------------------------------------------------------------
% Copyright (C) 2021 J.J. Erik Maris
% Inorganic Chemistry & Catalysis, Utrecht University
%
% 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
% 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 <https://www.gnu.org/licenses/>.

% general
properties (Constant)
name = 'MSD_normal';
Expand Down
3 changes: 2 additions & 1 deletion src/classes/@tracks/getAllDelays.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
% - HISTORY -
% -------------------------------------------------------------
%
% Adapted from msdanalyzer https://tinevez.github.io/msdanalyzer/
% Adapted from msdanalyzer https://tinevez.github.io/msdanalyzer/ with
% permission.
% (C) 2007 Jean-Yves Tinevez
%
% -------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion src/classes/@tracks/getCommonTimes.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
% - HISTORY -
% -------------------------------------------------------------
%
% Adapted from msdanalyzer https://tinevez.github.io/msdanalyzer/
% Adapted from msdanalyzer https://tinevez.github.io/msdanalyzer/ with
% permission.
% (C) 2007 Jean-Yves Tinevez
%
% -------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion src/classes/@tracks/static_getMeanMSD.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
% - HISTORY -
% -------------------------------------------------------------
%
% Reproduced from msdanalyzer https://tinevez.github.io/msdanalyzer/
% Reproduced from msdanalyzer https://tinevez.github.io/msdanalyzer/ with
% permission.
% (C) 2014 Jean-Yves Tinevez
%
% -------------------------------------------------------------
Expand Down

0 comments on commit 4079c2a

Please sign in to comment.