Skip to content

Commit

Permalink
Update copyright notices to remove year specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Dec 27, 2024
1 parent 39aabbc commit 21b1a81
Show file tree
Hide file tree
Showing 25 changed files with 42 additions and 75 deletions.
4 changes: 1 addition & 3 deletions src/adam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from adam.core import Representations
4 changes: 1 addition & 3 deletions src/adam/casadi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from .casadi_like import CasadiLike
from .computations import KinDynComputations
4 changes: 1 addition & 3 deletions src/adam/casadi/computations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

import casadi as cs
import numpy as np
Expand Down
5 changes: 2 additions & 3 deletions src/adam/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from .constants import Representations
from .rbd_algorithms import RBDAlgorithms
from .spatial_math import SpatialMath
from .kindyncomputations import KinDynComputationsBase
5 changes: 2 additions & 3 deletions src/adam/core/rbd_algorithms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

import numpy.typing as npt

from adam.core.constants import Representations
Expand Down
5 changes: 2 additions & 3 deletions src/adam/jax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from .computations import KinDynComputations
from .jax_like import JaxLike
5 changes: 2 additions & 3 deletions src/adam/jax/computations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


import jax.numpy as jnp
import numpy as np
Expand Down
5 changes: 2 additions & 3 deletions src/adam/jax/jax_like.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from dataclasses import dataclass
from typing import Union
Expand Down
4 changes: 1 addition & 3 deletions src/adam/numpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from .computations import KinDynComputations
from .numpy_like import NumpyLike
5 changes: 2 additions & 3 deletions src/adam/numpy/computations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


import numpy as np

Expand Down
5 changes: 2 additions & 3 deletions src/adam/numpy/numpy_like.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from dataclasses import dataclass
from typing import Union
Expand Down
4 changes: 1 addition & 3 deletions src/adam/parametric/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.
5 changes: 2 additions & 3 deletions src/adam/parametric/casadi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from .computations_parametric import KinDynComputationsParametric
5 changes: 2 additions & 3 deletions src/adam/parametric/casadi/computations_parametric.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from typing import List, Union

import casadi as cs
Expand Down
5 changes: 2 additions & 3 deletions src/adam/parametric/jax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from .computations_parametric import KinDynComputationsParametric
4 changes: 1 addition & 3 deletions src/adam/parametric/jax/computations_parametric.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from typing import List

Expand Down
5 changes: 2 additions & 3 deletions src/adam/parametric/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from .parametric_factories.parametric_joint import ParametricJoint
from .parametric_factories.parametric_link import ParametricLink
Expand Down
4 changes: 1 addition & 3 deletions src/adam/parametric/model/parametric_factories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.
5 changes: 2 additions & 3 deletions src/adam/parametric/numpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from .computations_parametric import KinDynComputationsParametric
5 changes: 2 additions & 3 deletions src/adam/parametric/numpy/computations_parametric.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


import numpy as np
from typing import List
Expand Down
5 changes: 2 additions & 3 deletions src/adam/parametric/pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from .computations_parametric import KinDynComputationsParametric
5 changes: 2 additions & 3 deletions src/adam/parametric/pytorch/computations_parametric.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


import numpy as np
import torch
Expand Down
5 changes: 2 additions & 3 deletions src/adam/pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


from .computations import KinDynComputations
from .computation_batch import KinDynComputationsBatch
Expand Down
5 changes: 2 additions & 3 deletions src/adam/pytorch/computations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.


import numpy as np
import torch
Expand Down
4 changes: 1 addition & 3 deletions src/adam/pytorch/torch_like.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# Copyright (C) Istituto Italiano di Tecnologia (IIT). All rights reserved.

from dataclasses import dataclass
from typing import Union
Expand Down

0 comments on commit 21b1a81

Please sign in to comment.