Skip to content

Commit b694db8

Browse files
committed
fix typo in copyright
1 parent c26a079 commit b694db8

File tree

93 files changed

+93
-93
lines changed

Some content is hidden

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

93 files changed

+93
-93
lines changed

demos/openneuro/ds000001_getOption.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2020 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2020 CPP BIDS SPM-pipeline developers
22

33
function opt = ds000001_getOption()
44
% returns a structure that contains the options chosen by the user to run

demos/openneuro/ds000001_run.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2020 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2020 CPP BIDS SPM-pipeline developers
22

33
% runDs00014
44

demos/openneuro/ds000114_getOption.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2020 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2020 CPP BIDS SPM-pipeline developers
22

33
function opt = ds000114_getOption()
44
% returns a structure that contains the options chosen by the user to run

demos/openneuro/ds000114_run.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2020 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2020 CPP BIDS SPM-pipeline developers
22

33
% runDs00014
44

demos/openneuro/ds001168_getOption.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2020 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2020 CPP BIDS SPM-pipeline developers
22

33
function opt = ds001168_getOption()
44
% returns a structure that contains the options chosen by the user to run

demos/openneuro/ds001168_run.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2020 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2020 CPP BIDS SPM-pipeline developers
22

33
% runDs001168
44

demos/vismotion/batch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2019 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2019 CPP BIDS SPM-pipeline developers
22

33
clear;
44
clc;

demos/vismotion/getOption.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2019 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2019 CPP BIDS SPM-pipeline developers
22

33
function opt = getOption()
44
% opt = getOption()

miss_hit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ copyright_entity: "Agah Karakuzu"
88
copyright_entity: "Olivier Collignon"
99
copyright_entity: "Mohamed Rezk"
1010
copyright_entity: "Remi Gau"
11-
copyright_entity: "CPP BIDS SPM-pipeline developpers"
11+
copyright_entity: "CPP BIDS SPM-pipeline developers"
1212

1313
tab_width: 2
1414

src/QA/anatomicalQA.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% (C) Copyright 2020 CPP BIDS SPM-pipeline developpers
1+
% (C) Copyright 2020 CPP BIDS SPM-pipeline developers
22

33
function anatomicalQA(opt)
44
% anatomicalQA(opt)

0 commit comments

Comments
 (0)