Skip to content

Commit a4cccf8

Browse files
committed
updated copyright year
1 parent dd034b3 commit a4cccf8

10 files changed

Lines changed: 30 additions & 9 deletions

matlab_tool/TEST_plugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% Author: Luca Modenese %
44
% email: l.modenese@imperial.ac.uk %
55
% ----------------------------------------------------------------------- %

matlab_tool/_dev_deal_withMuscleWrap.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
%-------------------------------------------------------------------------%
2+
% Copyright (c) 2019 Modenese L. %
3+
% Author: Luca Modenese %
4+
% email: l.modenese@imperial.ac.uk %
5+
% ----------------------------------------------------------------------- %
16

27
clear;clc
38
import org.opensim.modeling.*

matlab_tool/getCurrentMusclePathAsMat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% %
44
% Licensed under the Apache License, Version 2.0 (the "License"); %
55
% you may not use this file except in compliance with the License. %

matlab_tool/getMatStructColumn.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% %
44
% Licensed under the Apache License, Version 2.0 (the "License"); %
55
% you may not use this file except in compliance with the License. %

matlab_tool/getMuscleForceDirection.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% %
44
% Licensed under the Apache License, Version 2.0 (the "License"); %
55
% you may not use this file except in compliance with the License. %

matlab_tool/isBodyInModel.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% %
44
% Licensed under the Apache License, Version 2.0 (the "License"); %
55
% you may not use this file except in compliance with the License. %
@@ -26,7 +26,6 @@
2626
% throws an error.
2727
%
2828
% last modified:
29-
% 2017: created.
3029
% 23 Jun 2017: comments (LM).
3130
% 16 Feb 2018: changed function name (LM).
3231
% 29 Nov 2018: changed name, recommented, included in MFD toolbox (LM).

matlab_tool/isKinMatchingModelCoords.m

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
%-------------------------------------------------------------------------%
2+
% Copyright (c) 2019 Modenese L. %
3+
% %
4+
% Licensed under the Apache License, Version 2.0 (the "License"); %
5+
% you may not use this file except in compliance with the License. %
6+
% You may obtain a copy of the License at %
7+
% http://www.apache.org/licenses/LICENSE-2.0. %
8+
% %
9+
% Unless required by applicable law or agreed to in writing, software %
10+
% distributed under the License is distributed on an "AS IS" BASIS, %
11+
% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or %
12+
% implied. See the License for the specific language governing %
13+
% permissions and limitations under the License. %
14+
% %
15+
% Author: Luca Modenese %
16+
% email: l.modenese@imperial.ac.uk %
17+
% ----------------------------------------------------------------------- %
118
function [out, missing_coords_list] = isKinMatchingModelCoords(osimModel, headers_in_struct)
219

320
% OpenSim suggested settings

matlab_tool/isMuscleConnectedToBody.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% %
44
% Licensed under the Apache License, Version 2.0 (the "License"); %
55
% you may not use this file except in compliance with the License. %

matlab_tool/realizeMatStructKinematics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% %
44
% Licensed under the Apache License, Version 2.0 (the "License"); %
55
% you may not use this file except in compliance with the License. %

matlab_tool/sto2Mat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%-------------------------------------------------------------------------%
2-
% Copyright (c) 2018 Modenese L. %
2+
% Copyright (c) 2019 Modenese L. %
33
% %
44
% Licensed under the Apache License, Version 2.0 (the "License"); %
55
% you may not use this file except in compliance with the License. %

0 commit comments

Comments
 (0)