Skip to content

Commit 2b499df

Browse files
committed
fix license file reference
1 parent 71ce59a commit 2b499df

File tree

249 files changed

+275
-264
lines changed

Some content is hidden

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

249 files changed

+275
-264
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ matRad is distributed in the hope that it will be useful, but WITHOUT ANY WARRAN
142142

143143
Please note that we treat the compilation of matRad and Ipopt as separate and independent works (or modules, components, programs). Therefore, to the best of our understanding, the compilation of matRad and Ipopt is subject to the "Mere Aggregation" exception in section 5 of the GNU v3 and the exemption from "Contributions" in section 1. b) ii) of the EPL v1.0. Should this interpretation turn out to be not in compliance with the applicable laws in force, we have provided you with an additional permission under GNU GPL version 3 section 7 to allow you to use the work resulting from combining matRad with Ipopt.
144144

145-
You will receive a copy of the GPL v3 and a copy of the EPL v1.0 in the file LICENSES.txt along with the compilation. If not, see http://www.gnu.org/licenses/ and/or http://opensource.org/licenses/EPL-1.0/.
145+
You will receive a copy of the GPL v3 and a copy of the EPL v1.0 in the file LICENSE.md along with the compilation. If not, see http://www.gnu.org/licenses/ and/or http://opensource.org/licenses/EPL-1.0/.
146146

147147
---

examples/matRad_example10_4DphotonRobust.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example11_helium.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example12_simpleParticleMonteCarlo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example13_fitAnalyticalParticleBaseData.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example14_spotRemoval.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example16_photonMC_MLC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example1_phantom.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example2_photons.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

examples/matRad_example3_photonsDAO.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% This file is part of the matRad project. It is subject to the license
88
% terms in the LICENSE file found in the top-level directory of this
9-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
9+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
1010
% of the matRad project, including this file, may be copied, modified,
1111
% propagated, or distributed except according to the terms contained in the
1212
% LICENSE file.

0 commit comments

Comments
 (0)