From 86726163402e68830dca4b314481c61d3c18a3e9 Mon Sep 17 00:00:00 2001 From: Walkx Date: Mon, 13 Sep 2021 11:38:35 +0200 Subject: [PATCH] update --- README.md | 12 ++---------- scripts/generate_readme.py | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7bf54c6..2688fa8 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,7 @@ $ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/ex ## Trademark Legal Notices -(Almost) All product names, trademarks and registered trademarks in the images in this - -repository, are property of their respective owners. All images in this - -repository are used by the users of the Dashboard Icons project for identification purposes - -only. +(Almost) All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the users of the Dashboard Icons project for identification purposes only. -The use of these names, trademarks and brands appearing in these image files, - -do not imply endorsement. \ No newline at end of file +The use of these names, trademarks and brands appearing in these image files, do not imply endorsement. \ No newline at end of file diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py index 691f148..ee3d3e5 100755 --- a/scripts/generate_readme.py +++ b/scripts/generate_readme.py @@ -23,4 +23,4 @@ if __name__ == "__main__": f.write(" ".join(img_tags)) f.write("\n\n\n") f.write("---\n\n### How to download images on UNIX?\n\n\n`UNIX`\n\n```bash\n\n$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png\n\n```\nor\n```bash\n\n$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png\n\n```") - f.write("\n\n\n---\n\n## Trademark Legal Notices\n\n(Almost) All product names, trademarks and registered trademarks in the images in this\n\nrepository, are property of their respective owners. All images in this\n\nrepository are used by the users of the Dashboard Icons project for identification purposes\n\nonly.\n\n\nThe use of these names, trademarks and brands appearing in these image files,\n\ndo not imply endorsement.") + f.write("\n\n\n---\n\n## Trademark Legal Notices\n\n(Almost) All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the users of the Dashboard Icons project for identification purposes only.\n\n\nThe use of these names, trademarks and brands appearing in these image files, do not imply endorsement.")