This commit is contained in:
Walkx 2021-09-13 11:38:35 +02:00
parent 15535d5013
commit 8672616340
No known key found for this signature in database
GPG Key ID: 68064364C5E8FD71
2 changed files with 3 additions and 11 deletions

View File

@ -40,15 +40,7 @@ $ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/ex
## Trademark Legal Notices ## Trademark Legal Notices
(Almost) All product names, trademarks and registered trademarks in the images in this (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.
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, The use of these names, trademarks and brands appearing in these image files, do not imply endorsement.
do not imply endorsement.

View File

@ -23,4 +23,4 @@ if __name__ == "__main__":
f.write(" ".join(img_tags)) f.write(" ".join(img_tags))
f.write("\n\n\n") 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### 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.")