From 4c566466b9ac3c983f273e2f073a5f429a9b880d Mon Sep 17 00:00:00 2001 From: "un.def" Date: Mon, 17 Jun 2019 15:55:06 +0300 Subject: [PATCH] Move font license file to static subdirectory --- .dockerignore | 1 + README.md | 2 +- OFL.txt => static/OFL.txt | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .dockerignore rename OFL.txt => static/OFL.txt (100%) diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..fb8ebf6 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +static/OFL.txt diff --git a/README.md b/README.md index e1ab75f..6a2a99d 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ Source Sans Pro font is licensed under the [SIL Open Font License, Version 1.1][ [openresty_installation]: https://openresty.org/en/installation.html [tinystash_bot]: https://t.me/tinystash_bot [license]: https://github.com/un-def/tinystash/blob/master/LICENSE -[license-font]: https://github.com/un-def/tinystash/blob/master/OFL.txt +[license-font]: https://github.com/un-def/tinystash/blob/master/static/OFL.txt diff --git a/OFL.txt b/static/OFL.txt similarity index 100% rename from OFL.txt rename to static/OFL.txt