Skip to content

Commit

Permalink
license fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Jan 20, 2025
1 parent 5c9b7e0 commit f94f4c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/guis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ if(YARP_COMPILE_EXECUTABLES)
add_subdirectory(yarplaserscannergui)
add_subdirectory(yarpopencvdisplay)
endif()

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|2024|2024-2024) Istituto Italiano di Tecnologia \\(IIT\\)";
my $copyright_iit = "(2006-2021|2006-2022|2006-2023|2023|2023-2023|2024|2024-2024|2025|2025-2025) Istituto Italiano di Tecnologia \\(IIT\\)";
my $copyright_robocub = "2006-2010 RobotCub Consortium";

my $str_bsd3_cpp = <<END;
Expand Down
6 changes: 3 additions & 3 deletions tests/misc/check_style_skip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ bindings/java/examples/matlab/simulink/yarpWriteDoubles.mdl
cmake/MacOSXBundleInfo.plist.in
cmake/MacOSXFrameworkInfo.plist.in
src/devices/DynamixelAX12Ftdi/ax12.cfg
src/yarpdataplayer/src/RC/yarpdataplayer_resource.rc
src/yarpmotorgui/sequencewindow.ui
src/yarpmotorgui/jointitem.ui
src/guis/yarpdataplayer/src/RC/yarpdataplayer_resource.rc
src/guis/yarpmotorgui/sequencewindow.ui
src/guis/yarpmotorgui/jointitem.ui

0 comments on commit f94f4c3

Please sign in to comment.