Skip to content

Commit 5934062

Browse files
Clean up licensing information; clean up gem.json files (#141)
Cherry-pick #140 from 2409 to 2505 Signed-off-by: Jan Hanca <[email protected]>
1 parent 6655baf commit 5934062

File tree

22 files changed

+293
-67
lines changed

22 files changed

+293
-67
lines changed

Gems/CsvSpawner/gem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ROS2",
2525
"LevelGeoreferencing"
2626
],
27-
"repo_uri": "",
27+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2828
"compatible_engines": [],
2929
"engine_api_dependencies": [],
3030
"restricted": "CsvSpawner"

Gems/ExposeConsoleToRos/gem.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
""
1919
],
2020
"icon_path": "preview.png",
21-
"requirements": "User's caution is advised",
21+
"requirements": "Requires ROS2 Gem. User's caution is advised.",
2222
"documentation_url": "https://github.com/RobotecAI/robotec-o3de-tools/blob/main/readme.md",
23-
"dependencies": ["ROS2"],
24-
"repo_uri": "",
23+
"dependencies": [
24+
"ROS2"
25+
],
26+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2527
"compatible_engines": [],
2628
"engine_api_dependencies": [],
2729
"restricted": "ExposeConsoleToRos"

Gems/GeoJSONSpawner/gem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": [
2424
"LevelGeoreferencing"
2525
],
26-
"repo_uri": "",
26+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2727
"compatible_engines": [],
2828
"engine_api_dependencies": [],
2929
"restricted": "GeoJSONSpawner"

Gems/GeoJSONSpawnerROS2/gem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"GeoJSONSpawner",
2525
"ROS2"
2626
],
27-
"repo_uri": "",
27+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2828
"compatible_engines": [],
2929
"engine_api_dependencies": [],
3030
"restricted": "GeoJSONSpawnerROS2"

Gems/ImGuiProvider/gem.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"license_url": "https://opensource.org/licenses/Apache-2.0",
77
"origin": "Robotec.ai",
8-
"origin_url": "",
8+
"origin_url": "https://www.robotec.ai",
99
"type": "Code",
1010
"summary": "Gem is meant to manage displaying of ImGui registered by user along with the debug ImGui available in O3DE",
1111
"canonical_tags": [
@@ -21,8 +21,8 @@
2121
"requirements": "ImGui",
2222
"documentation_url": "",
2323
"dependencies": [],
24-
"repo_uri": "",
24+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2525
"compatible_engines": [],
2626
"engine_api_dependencies": [],
2727
"restricted": "ImGuiProvider"
28-
}
28+
}

Gems/ImGuizmo/gem.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"display_name": "ImGuizmo",
55
"license": "MIT",
66
"license_url": "https://opensource.org/licenses/MIT",
7-
"origin": "Robotec.AI",
8-
"origin_url": "https://github.com/RobotecAI/robotec-o3de-tools",
7+
"origin": "Robotec.ai",
8+
"origin_url": "https://www.robotec.ai",
99
"type": "Code",
1010
"summary": "Gem introduces gizmos in runtime. It is based on ImGuizmo by Cedric Guillemet",
1111
"canonical_tags": [
@@ -20,8 +20,10 @@
2020
"icon_path": "preview.png",
2121
"requirements": "ImGui",
2222
"documentation_url": "",
23-
"dependencies": ["ImGui"],
24-
"repo_uri": "",
23+
"dependencies": [
24+
"ImGui"
25+
],
26+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2527
"compatible_engines": [],
2628
"engine_api_dependencies": [],
2729
"restricted": "ImGuizmo"

Gems/LevelModificationTools/gem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"license_url": "https://opensource.org/licenses/Apache-2.0",
77
"origin": "Robotec AI",
8-
"origin_url": "https://github.com/RobotecAI/robotec-o3de-tools",
8+
"origin_url": "https://www.robotec.ai",
99
"type": "Code",
1010
"summary": "Handy interface to replace / modify entities in runtime.",
1111
"canonical_tags": [

Gems/Pointcloud/gem.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"display_name": "Pointcloud",
55
"license": "Apache-2.0",
66
"license_url": "https://opensource.org/licenses/Apache-2.0",
7-
"origin": "Robotec.AI",
7+
"origin": "Robotec.ai",
88
"origin_url": "https://www.robotec.ai",
99
"type": "Code",
1010
"summary": "Tool Gem to visualize point clouds",
@@ -25,7 +25,9 @@
2525
"Atom"
2626
],
2727
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
28-
"compatible_engines": ["o3de>=2.4.0"],
28+
"compatible_engines": [
29+
"o3de>=2.4.0"
30+
],
2931
"engine_api_dependencies": [],
3032
"restricted": "Pointcloud"
3133
}

Gems/ROS2PoseControl/gem.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"display_name": "ROS2PoseControl",
55
"license": "Apache-2.0",
66
"license_url": "https://opensource.org/licenses/Apache-2.0",
7-
"origin": "RobotecAI",
7+
"origin": "Robotec.ai",
88
"origin_url": "https://www.robotec.ai",
99
"type": "Code",
1010
"summary": "Allows for control of a entities pose using ROS2",
@@ -25,7 +25,7 @@
2525
"LevelGeoreferencing",
2626
"ImGui"
2727
],
28-
"repo_uri": "",
28+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2929
"compatible_engines": [],
3030
"engine_api_dependencies": [],
3131
"restricted": "ROS2PoseControl"

Gems/ROS2ScriptIntegration/gem.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"gem_name": "ROS2ScriptIntegration",
33
"version": "1.0.0",
44
"display_name": "ROS2ScriptIntegration",
5-
"license": "Apache-2.0 or MIT",
5+
"license": "Apache-2.0",
66
"license_url": "https://opensource.org/licenses/Apache-2.0",
7-
"origin": "Robotec.AI",
8-
"origin_url": "https://github.com/RobotecAI/robotec-o3de-tools",
7+
"origin": "Robotec.ai",
8+
"origin_url": "https://www.robotec.ai",
99
"type": "Code",
1010
"summary": "It allows to integrate ROS 2 with scripting languages like Script Canvas and Lua",
1111
"canonical_tags": [
@@ -20,8 +20,10 @@
2020
"icon_path": "preview.png",
2121
"requirements": "This gem requires ROS2 to be installed and running and ROS 2 Gem",
2222
"documentation_url": "",
23-
"dependencies": ["ROS2"],
24-
"repo_uri": "",
23+
"dependencies": [
24+
"ROS2"
25+
],
26+
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools",
2527
"compatible_engines": [],
2628
"engine_api_dependencies": [],
2729
"restricted": "ROS2ScriptIntegration"

0 commit comments

Comments
 (0)