Skip to content

Commit

Permalink
Fix license notices
Browse files Browse the repository at this point in the history
They now comply with ament's copyright check.
  • Loading branch information
stefanscherzinger committed Apr 19, 2024
1 parent 92b9c3e commit db0290e
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 151 deletions.
33 changes: 14 additions & 19 deletions LICENSES/license_notice.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
//
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------
15 changes: 15 additions & 0 deletions LICENSES/license_notice.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2024 SCHUNK SE & Co. KG
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
# --------------------------------------------------------------------------------
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------

/*
* Author: Viktoria Krimer ([email protected])
Expand Down
18 changes: 17 additions & 1 deletion schunk_egu_egk_gripper_driver/launch/schunk_launch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Copyright 2024 SCHUNK SE & Co. KG
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
# --------------------------------------------------------------------------------

import launch
from launch_ros.actions import LoadComposableNodes, Node
from launch_ros.descriptions import ComposableNode
Expand Down Expand Up @@ -35,4 +51,4 @@ def generate_launch_description():
)
],
)
return launch.LaunchDescription([container, load_composable_nodes])
return launch.LaunchDescription([container, load_composable_nodes])
18 changes: 17 additions & 1 deletion schunk_egu_egk_gripper_driver/launch/schunk_rqt_launch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Copyright 2024 SCHUNK SE & Co. KG
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
# --------------------------------------------------------------------------------

import launch
from launch_ros.actions import LoadComposableNodes, Node
from launch_ros.descriptions import ComposableNode
Expand Down Expand Up @@ -40,4 +56,4 @@ def generate_launch_description():
],
)

return launch.LaunchDescription([container, load_composable_nodes, rqt_launch])
return launch.LaunchDescription([container, load_composable_nodes, rqt_launch])
1 change: 1 addition & 0 deletions schunk_egu_egk_gripper_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<exec_depend>ros2launch</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_copyright</test_depend>

<export>
Expand Down
31 changes: 13 additions & 18 deletions schunk_egu_egk_gripper_driver/src/schunk_gripper_wrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------

/*
* Author: Viktoria Krimer ([email protected])
Expand Down
1 change: 1 addition & 0 deletions schunk_egu_egk_gripper_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<depend>control_msgs</depend>
<depend>sensor_msgs</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_copyright</test_depend>

<export>
Expand Down
31 changes: 13 additions & 18 deletions schunk_egu_egk_gripper_examples/src/gripper_example.cpp
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------

/*
* Author: Viktoria Krimer ([email protected])
Expand Down
1 change: 1 addition & 0 deletions schunk_egu_egk_gripper_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<depend>sensor_msgs</depend>
<depend>diagnostic_msgs</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_copyright</test_depend>

<member_of_group>rosidl_interface_packages</member_of_group>
Expand Down
4 changes: 0 additions & 4 deletions schunk_egu_egk_gripper_library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,3 @@ install(
# Test
#--------------------------------------------------------------------------------
enable_testing()
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
endif()

Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------

/*
* Author: Viktoria Krimer ([email protected])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------

/*
* Author: Viktoria Krimer ([email protected])
Expand Down
31 changes: 13 additions & 18 deletions schunk_egu_egk_gripper_library/src/communication.cpp
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------

/*
* Author: Viktoria Krimer ([email protected])
Expand Down
31 changes: 13 additions & 18 deletions schunk_egu_egk_gripper_library/src/schunk_gripper_lib.cpp
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2024 SCHUNK SE & Co. KG
//
// This file is part of the Schunk EGU/EGK gripper.
//
// The Schunk EGU/EGK gripper is free software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
// The Schunk EGU/EGK gripper is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
// Public License for more details.
// Copyright 2024 SCHUNK SE & Co. KG
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
// the Schunk EGU/EGK gripper. If not, see <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
// this program. If not, see <https://www.gnu.org/licenses/>.
// --------------------------------------------------------------------------------

/*
* Author: Viktoria Krimer ([email protected])
Expand Down

0 comments on commit db0290e

Please sign in to comment.