Skip to content

Commit

Permalink
Change License to BSD-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Feb 13, 2024
1 parent a5c3e75 commit 8af4893
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# Copyright (C) 2006-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.
# BSD-3-Clause license. See the accompanying LICENSE file for details.

from setuptools import setup

Expand Down
6 changes: 4 additions & 2 deletions urdfModifiers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# Copyright (C) 2006-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.
# BSD-3-Clause license. See the accompanying LICENSE file for details.

from . import core
from . import geometry
Expand Down
6 changes: 4 additions & 2 deletions urdfModifiers/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# Copyright (C) 2006-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.
# BSD-3-Clause license. See the accompanying LICENSE file for details.

from . import modifier
from . import modification
Expand Down
6 changes: 4 additions & 2 deletions urdfModifiers/geometry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# Copyright (C) 2006-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.
# BSD-3-Clause license. See the accompanying LICENSE file for details.

from . import geometry
6 changes: 4 additions & 2 deletions urdfModifiers/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# Copyright (C) 2006-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.
# BSD-3-Clause license. See the accompanying LICENSE file for details.

from . import utils

0 comments on commit 8af4893

Please sign in to comment.