From f4528bcc64fbe1b2427ca2e40144b8f18d8fc3c2 Mon Sep 17 00:00:00 2001 From: Matthew Turk Date: Wed, 27 Dec 2023 15:19:00 -0600 Subject: [PATCH] Adding LICENSE file --- LICENSE | 28 ++++++++++++++++++++++++++++ README.md | 13 ++++++++++++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..097f932 --- /dev/null +++ b/LICENSE @@ -0,0 +1,28 @@ +BSD 3-Clause License + +Copyright (c) 2023, Matthew Turk All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index 3f03cc3..5743a9f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ At present, it includes: Each iconset is bundled with the built plugin, but can be toggled. +# Example Usage + +I tend to use a lot of `fileClass`es from [metadata +menu](https://mdelobelle.github.io/metadatamenu/), and often use the `icon` +field to give the files individual icons based on their type. I found myself +wanting to use different icons than those available in the default Lucide set +that came with Obsidian. So now you can use things like `ra-axe`, `gi-dna` and +`wi-tornado` to decorate your files. + # License -This repository is licensed under the BSD 2-Clause license. The fonts bundled with the built version are licensed as noted above. \ No newline at end of file +This repository is licensed under the BSD 3-Clause license. The fonts bundled +with the built version (which are not distributed with source) are licensed as +noted above. \ No newline at end of file