Skip to content

Commit 9df237b

Browse files
committed
Updated copyright in Cargo.toml fils
Signed-off-by: Marvin Hansen <[email protected]>
1 parent 784514a commit 9df237b

File tree

14 files changed

+39
-0
lines changed

14 files changed

+39
-0
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
3+
14
[workspace]
25
resolver = "2"
36
members = [

dcl_data_structures/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
3+
14
[package]
25
name = "dcl_data_structures"
36
version = "0.9.1"

deep_causality/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
3+
14
[package]
25
name = "deep_causality"
36
version = "0.8.1"

deep_causality_macros/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
3+
14
[package]
25
name = "deep_causality_macros"
36
version = "0.8.0"

examples/csm/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
3+
14
[package]
25
name = "example-csm"
36
version = "0.1.0"

examples/epp_dbn/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
3+
14
[package]
25
name = "example-dbn"
36
version = "0.1.0"

examples/epp_granger/Cargo.toml

Whitespace-only changes.

examples/epp_granger/src/main.rs

Whitespace-only changes.

examples/epp_rcm/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
13

24
[package]
35
name = "example-rcm"

0 commit comments

Comments
 (0)