From 60bfb0ef4fbc65dae99572ba18d7b1d3e924dd0a Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Fri, 8 Nov 2024 16:51:53 +0100 Subject: [PATCH] Fix EoFs --- LICENSE | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 3c486a4..2755199 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2022, Artificial and Mechanical Intelligence +Copyright (c) 2022, Artificial and Mechanical Intelligence All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index f7c3fa3..4b2b58c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Installing ROD using `conda` is the recommended way to obtain a complete install conda install rod -c conda-forge ``` -This will automatically install `sdformat` and `gz-tools`. +This will automatically install `sdformat` and `gz-tools`. @@ -242,7 +242,7 @@ print(urdf_string) ## Contributing -Pull requests are welcome. +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## Maintainers