Skip to content

Commit 77aed0e

Browse files
committed
fix
1 parent 34d1735 commit 77aed0e

File tree

107 files changed

+431
-317
lines changed

Some content is hidden

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

107 files changed

+431
-317
lines changed

.github/unittest/install_dependencies.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#
2-
# Copyright (c) 2024-2025.
3-
# ProrokLab (https://www.proroklab.org/)
4-
# All rights reserved.
2+
# Copyright (c) ProrokLab.
3+
#
4+
# This source code is licensed under the license found in the
5+
# LICENSE file in the root directory of this source tree.
56
#
67

78

docs/source/_static/js/version_alert.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (c) 2024.
3-
* ProrokLab (https://www.proroklab.org/)
4-
* All rights reserved.
2+
* Copyright (c) ProrokLab.
3+
*
4+
* This source code is licensed under the license found in the
5+
* LICENSE file in the root directory of this source tree.
56
*/
67

78

docs/source/_templates/breadcrumbs.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
{% block breadcrumbs_aside %}
44
{% endblock %}<!--
5-
~ Copyright (c) 2024.
6-
~ ProrokLab (https://www.proroklab.org/)
7-
~ All rights reserved.
5+
~ Copyright (c) ProrokLab.
6+
~
7+
~ This source code is licensed under the license found in the
8+
~ LICENSE file in the root directory of this source tree.
89
-->

docs/source/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Copyright (c) 2024.
2-
# ProrokLab (https://www.proroklab.org/)
3-
# All rights reserved.
1+
# Copyright (c) ProrokLab.
2+
#
3+
# This source code is licensed under the license found in the
4+
# LICENSE file in the root directory of this source tree.
45

56
# Configuration file for the Sphinx documentation builder.
67
import os.path as osp

mpe_comparison/mpe_performance_comparison.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Copyright (c) 2022-2024.
2-
# ProrokLab (https://www.proroklab.org/)
3-
# All rights reserved.
1+
# Copyright (c) ProrokLab.
2+
#
3+
# This source code is licensed under the license found in the
4+
# LICENSE file in the root directory of this source tree.
45

56
import argparse
67
import os

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Copyright (c) 2022-2024.
2-
# ProrokLab (https://www.proroklab.org/)
3-
# All rights reserved.
1+
# Copyright (c) ProrokLab.
2+
#
3+
# This source code is licensed under the license found in the
4+
# LICENSE file in the root directory of this source tree.
45
import pathlib
56

67
from setuptools import find_packages, setup

tests/test_lidar.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Copyright (c) 2024.
2-
# ProrokLab (https://www.proroklab.org/)
3-
# All rights reserved.
1+
# Copyright (c) ProrokLab.
2+
#
3+
# This source code is licensed under the license found in the
4+
# LICENSE file in the root directory of this source tree.
45

56
import torch
67

tests/test_scenarios/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
# Copyright (c) 2022. Matteo Bettini
2-
# All rights reserved.
1+
# Copyright (c) ProrokLab.
2+
#
3+
# This source code is licensed under the license found in the
4+
# LICENSE file in the root directory of this source tree.

tests/test_scenarios/test_balance.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Copyright (c) 2022-2024.
2-
# ProrokLab (https://www.proroklab.org/)
3-
# All rights reserved.
1+
# Copyright (c) ProrokLab.
2+
#
3+
# This source code is licensed under the license found in the
4+
# LICENSE file in the root directory of this source tree.
45

56
import pytest
67
import torch

tests/test_scenarios/test_discovery.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Copyright (c) 2022-2024.
2-
# ProrokLab (https://www.proroklab.org/)
3-
# All rights reserved.
1+
# Copyright (c) ProrokLab.
2+
#
3+
# This source code is licensed under the license found in the
4+
# LICENSE file in the root directory of this source tree.
45

56
import pytest
67

0 commit comments

Comments
 (0)