Skip to content

Commit 0023a4b

Browse files
committed
update copyright in help section
1 parent 4e6222f commit 0023a4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+59
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Sphinx
22
sphinxcontrib-matlabdomain
33
sphinxcontrib-napoleon
44
sphinx_rtd_theme
5-
miss_hit==0.9.29
5+
miss_hit==0.9.35
66
pre-commit

src/aperture/apertureTexture.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
% [cfg, thisEvent] = apertureTexture(action, cfg, thisEvent)
66
%
77
%
8+
89
% (C) Copyright 2010-2020 Sam Schwarzkopf
910
% (C) Copyright 2020 CPP_PTB developers
1011

src/aperture/eccenLogSpeed.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
% cf. Tootell 1997; Swisher 2007; Warnking 2002 etc
55
%
66
%
7+
78
% (C) Copyright 2020 CPP_PTB developers
89

910
TR = cfg.mri.repetitionTime;

src/aperture/getApertureName.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
function apertureName = getApertureName(cfg, apertures, iApert)
22
%
3+
34
% (C) Copyright 2020 CPP_PTB developers
45
switch cfg.aperture
56
case 'Bar'

src/aperture/saveApertures.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
function saveApertures(saveAps, cfg, apertures)
22
%
3+
34
% (C) Copyright 2010-2020 Sam Schwarzkopf
45
% (C) Copyright 2020 CPP_PTB developers
56
if saveAps

src/aperture/smoothOval.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function smoothOval(win, color, rect, fringe)
66
% SmoothOval(WindowPtr, Color, Rect, Fringe)
77
%
88
%
9+
910
% (C) Copyright 2010-2020 Sam Schwarzkopf
1011
% (C) Copyright 2020 CPP_PTB developers
1112

src/aperture/smoothRect.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function smoothRect(win, color, rect, fringe)
66
%
77
% SmoothRect(WindowPtr, Color, Rect, Fringe)
88
%
9+
910
% (C) Copyright 2010-2020 Sam Schwarzkopf
1011
% (C) Copyright 2020 CPP_PTB developers
1112

src/defaults/checkCppPtbCfg.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
%
1111
% :returns: - :cfg: (structure)
1212
%
13+
1314
% (C) Copyright 2020 CPP_PTB developers
1415

1516
if nargin < 1

src/defaults/cppPtbDefaults.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
%
55
% value = cppPtbDefaults(type)
66
%
7+
78
% (C) Copyright 2022 CPP_PTB developers
89

910
value = [];

src/defaults/setDefaultFields.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
%
1515
% :returns: - :structure: (structure)
1616
%
17+
1718
% (C) Copyright 2020 CPP_PTB developers
1819

1920
fieldsToSet = orderfields(fieldsToSet);

0 commit comments

Comments
 (0)