Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 86c9585

Browse files
committed
Rel 1.0.4 - Updated LICENSE.md
1 parent 2877f1a commit 86c9585

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

LICENSE.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
The StructuralCausalModels.jl package is licensed under the MIT "Expat" License:
1+
Please note that parts of this package are derived from R's ggm library and this is release under GPL (>= 2) license.
2+
3+
The GPL 2 license is at least applicable to:
4+
5+
1. ancestral_graph.jl
6+
2. induced_covariance_graph.jl
7+
3. adjustment_sets.jl
8+
4. m_separation.jl
9+
5. maximize.jl
10+
6. pcor.jl
11+
7. ribbon_graph.jl
12+
8. shipley_test.jl
13+
14+
Please see [ggm](https://cran.r-project.org/web/packages/ggm/index.html) for further details.
15+
16+
The Julia versions have been developed by Rob Goedman and are contained in the in github organization [StatisticalRethinkingJulia](https://github.com/StatisticalRethinkingJulia).
17+
18+
## Limited liability
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
221

3-
> Copyright (c) 2020: Rob J Goedman.
4-
>
5-
> Permission is hereby granted, free of charge, to any person obtaining a copy
6-
> of this software and associated documentation files (the "Software"), to deal
7-
> in the Software without restriction, including without limitation the rights
8-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
> copies of the Software, and to permit persons to whom the Software is
10-
> furnished to do so, subject to the following conditions:
11-
>
12-
> The above copyright notice and this permission notice shall be included in all
13-
> copies or substantial portions of the Software.
14-
>
15-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
> SOFTWARE.
22-
>

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StructuralCausalModels"
22
uuid = "a41e6734-49ce-4065-8b83-aff084c01dfd"
33
authors = ["Rob J Goedman <[email protected]>"]
4-
version = "1.0.3"
4+
version = "1.0.4"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

0 commit comments

Comments
 (0)