https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95081
Bug ID: 95081
Summary: Copyright infringement by ROS2
Product: gcc
Version: 10.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: pacoarjonilla at yahoo dot es
Target Milestone: ---
Created attachment 48518
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48518&action=edit
Infringing source file
Please excuse me if this is not the right place to post this notice.
ROS2 (Robot Operating System) by Open Robotics has infringed copyright of GCC
standard library. At least, they have copied portions of stl_vector.h of the
C++ component of GCC, without crediting the authors and replacing the GPL
license with the Apache license. Here is the modified file:
https://github.com/ros2/rosidl/blob/master/rosidl_runtime_cpp/include/rosidl_runtime_cpp/bounded_vector.hpp
Commit f25db23d093ea075f8bbb0015597b091400889e2 of the rosidl project.