Skip to content

Commit 3423cf5

Browse files
committed
fix license comments in files
1 parent b121cef commit 3423cf5

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

sbi/diagnostics/lc2st.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2+
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
3+
14
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
25

36
import numpy as np

sbi/inference/posteriors/ensemble_posterior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2-
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
2+
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

44
from typing import List, Optional, Tuple, Union
55

sbi/neural_nets/categorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2-
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
2+
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

44
from typing import Optional
55

sbi/neural_nets/density_estimators/mixed_density_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2-
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
2+
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

44
from typing import Tuple
55

sbi/neural_nets/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2-
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
2+
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

44

55
from typing import Any, Callable, Optional

sbi/sbi_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2-
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
2+
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

44
from typing import NewType, Optional, Sequence, Tuple, TypeVar, Union
55

tests/lc2st_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2-
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
2+
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

44
from __future__ import annotations
55

0 commit comments

Comments
 (0)