From 00a2dfd7285871a2cf4c26921c3ce2ab1ba63e1f Mon Sep 17 00:00:00 2001 From: Zsolt Kocsmarszky Date: Thu, 17 May 2018 14:32:16 +0200 Subject: [PATCH] Add readme about illustration license --- client/app/assets/images/{ => illustrations}/alert.svg | 0 client/app/assets/images/{ => illustrations}/dashboard.svg | 0 client/app/assets/images/{ => illustrations}/query.svg | 0 client/app/assets/images/illustrations/readme.md | 3 +++ client/app/components/empty-state/empty-state.html | 2 +- 5 files changed, 4 insertions(+), 1 deletion(-) rename client/app/assets/images/{ => illustrations}/alert.svg (100%) rename client/app/assets/images/{ => illustrations}/dashboard.svg (100%) rename client/app/assets/images/{ => illustrations}/query.svg (100%) create mode 100644 client/app/assets/images/illustrations/readme.md diff --git a/client/app/assets/images/alert.svg b/client/app/assets/images/illustrations/alert.svg similarity index 100% rename from client/app/assets/images/alert.svg rename to client/app/assets/images/illustrations/alert.svg diff --git a/client/app/assets/images/dashboard.svg b/client/app/assets/images/illustrations/dashboard.svg similarity index 100% rename from client/app/assets/images/dashboard.svg rename to client/app/assets/images/illustrations/dashboard.svg diff --git a/client/app/assets/images/query.svg b/client/app/assets/images/illustrations/query.svg similarity index 100% rename from client/app/assets/images/query.svg rename to client/app/assets/images/illustrations/query.svg diff --git a/client/app/assets/images/illustrations/readme.md b/client/app/assets/images/illustrations/readme.md new file mode 100644 index 000000000..408a06345 --- /dev/null +++ b/client/app/assets/images/illustrations/readme.md @@ -0,0 +1,3 @@ +The illustrations shared in this folder are covered by the CC-BY-SA-NC-ND License v4.0 (or newer). You are allowed to use them when using unmodified versions of the Redash source code for non-commercial purposes (meaning for yourself), but you are not allowed to use for any other use or to distribute them as part of your software or fork of Redash. + +For any questions, please contact us. diff --git a/client/app/components/empty-state/empty-state.html b/client/app/components/empty-state/empty-state.html index c656329e0..ccd56cb37 100644 --- a/client/app/components/empty-state/empty-state.html +++ b/client/app/components/empty-state/empty-state.html @@ -6,7 +6,7 @@

{{$ctrl.description}}

- {{$ctrl.illustration}} Illustration + {{$ctrl.illustration}} Illustration

Let's get started