From 5994184446fa0ca276a4e1f1d1bee082efb4804b Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 31 May 2023 23:14:06 +0300 Subject: [PATCH] chore: update license years and doc links --- README.md | 6 +++--- license.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4fe567e..5a54dd8 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ By default, API will use memory management functions. It stores only recently us 000 If your API gets a lot of traffic (above 1k requests per minute), it is better to not use memory management. With such high number of queries, disc read/write operations might cause degraded performance. API can easily handle 10 times more traffic on a basic VPS if everything is in memory and can be accessed instantly. -See [memory management in full API docs](https://docs.iconify.design/api/hosting-js/config.html). +See [memory management in full API docs](https://iconify.design/docs/api/hosting-js/config.html). ### Updating icons @@ -125,7 +125,7 @@ Previous version of API was also available as PHP script. This has been disconti This file is basic. -Full documentation is available on [Iconify documentation website](https://docs.iconify.design/api/). +Full documentation is available on [Iconify documentation website](https://iconify.design/docs/api/). ## Sponsors @@ -143,4 +143,4 @@ Iconify API is licensed under MIT license. This licence does not apply to icons hosted on API and files generated by API. You can host icons with any license, without any restrictions. Common decency applies, such as not hosting pirated versions of commercial icon sets (not sure why anyone would use commercial icon sets when so many excellent open source icon sets are available, but anyway...). -© 2022 Vjacheslav Trushkin / Iconify OÜ +© 2022-PRESENT Vjacheslav Trushkin diff --git a/license.txt b/license.txt index 3850dfd..bf21ee5 100755 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Vjacheslav Trushkin +Copyright (c) 2022-PRESENT Vjacheslav Trushkin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal