Skip to content

Commit c11f000

Browse files
AndreasKuhnerBarisYazici
authored andcommitted
chore: Updated the copyright from Franka Emika to Franka Robotics
1 parent 86f2254 commit c11f000

File tree

82 files changed

+109
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+109
-109
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
franka_ros
22

3-
Copyright 2017 Franka Emika GmbH
3+
Copyright 2023 Franka Robotics GmbH
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion

franka_control/include/franka_control/franka_state_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_control/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @mainpage
33
* @htmlinclude "manifest.html"
44
*
5-
* Overview page for Franka Emika research robots: https://frankaemika.github.io
5+
* Overview page for Franka Robotics research robots: https://frankaemika.github.io
66
*/

franka_control/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package format="2">
33
<name>franka_control</name>
44
<version>0.10.1</version>
5-
<description>franka_control provides a hardware node to control a Franka Emika research robot</description>
6-
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
5+
<description>franka_control provides a hardware node to control a Franka Robotics research robot</description>
6+
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_control</url>
1010
<url type="repository">https://github.com/frankaemika/franka_ros</url>
1111
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
12-
<author>Franka Emika GmbH</author>
12+
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

franka_control/src/franka_combined_control_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33

44
#include <controller_manager/controller_manager.h>

franka_control/src/franka_control_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <algorithm>
44
#include <atomic>

franka_control/src/franka_state_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_control/franka_state_controller.h>
44

franka_description/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @mainpage
33
* @htmlinclude "manifest.html"
44
*
5-
* Overview page for Franka Emika research robots: https://frankaemika.github.io
5+
* Overview page for Franka Robotics research robots: https://frankaemika.github.io
66
*/

franka_description/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package format="2">
33
<name>franka_description</name>
44
<version>0.10.1</version>
5-
<description>franka_description contains URDF files and meshes of Franka Emika robots</description>
6-
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
5+
<description>franka_description contains URDF files and meshes of Franka Robotics robots</description>
6+
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_description</url>
1010
<url type="repository">https://github.com/frankaemika/franka_ros</url>
1111
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
12-
<author>Franka Emika GmbH</author>
12+
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

0 commit comments

Comments
 (0)