Skip to content

Commit

Permalink
fixed license
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Dec 30, 2024
1 parent b5e33fd commit 0b22cec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 2 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
# All rights reserved.
#
# This software may be modified and distributed under the terms of the
# BSD-3-Clause license. See the accompanying LICENSE file for details.
# SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

add_subdirectory(devices)
7 changes: 2 additions & 5 deletions src/devices/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
# All rights reserved.
#
# This software may be modified and distributed under the terms of the
# BSD-3-Clause license. See the accompanying LICENSE file for details.
# SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

add_subdirectory(rpLidar)
add_subdirectory(rpLidar2)
Expand Down
2 changes: 1 addition & 1 deletion tests/misc/check_license.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sub print_if_verbose
chomp(my @skip_files = <$handle>);
close $handle;

my $copyright_iit = "(2006-2021|2006-2022|2006-2023|2023|2023-2023) Istituto Italiano di Tecnologia \\(IIT\\)";
my $copyright_iit = "(2006-2021|2006-2022|2006-2023|2023|2023-2023|2024|2024-2024) Istituto Italiano di Tecnologia \\(IIT\\)";
my $copyright_robocub = "2006-2010 RobotCub Consortium";

my $str_bsd3_cpp = <<END;
Expand Down

0 comments on commit 0b22cec

Please sign in to comment.