Skip to content

Commit f27be80

Browse files
[Copyright] Fix file headers (#171)
* fix * fix
1 parent 6761c7a commit f27be80

File tree

108 files changed

+432
-318
lines changed

Some content is hidden

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

108 files changed

+432
-318
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue.svg)](https://www.python.org/downloads/)
88
[![GitHub license](https://img.shields.io/badge/license-GPLv3.0-blue.svg)](https://github.com/proroklab/VectorizedMultiAgentSimulator/blob/main/LICENSE)
99
[![arXiv](https://img.shields.io/badge/arXiv-2207.03530-b31b1b.svg)](https://arxiv.org/abs/2207.03530)
10-
[![Discord Shield](https://dcbadge.vercel.app/api/server/dg8txxDW5t?style=flat)](https://discord.gg/dg8txxDW5t)
10+
[![Discord Shield](https://dcbadge.limes.pink/api/server/https://discord.gg/dg8txxDW5t)](https://discord.gg/dg8txxDW5t)
1111
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/proroklab/VectorizedMultiAgentSimulator/blob/main/notebooks/Simulation_and_training_in_VMAS_and_BenchMARL.ipynb)
1212

1313
<p align="center">

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

0 commit comments

Comments
 (0)