aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-01 23:57:55 -0800
committerclarkzjw <[email protected]>2023-03-01 23:57:55 -0800
commitc302ab8d89c712a90d383ba7e2ef7e5fddf89726 (patch)
treefbb19cfb7c2c0745754bd9f2f26b6b1f895275c2
parent6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9 (diff)
downloadphoto-c302ab8d89c712a90d383ba7e2ef7e5fddf89726.tar.gz
update footer, add MIT License
-rw-r--r--LICENSE21
-rw-r--r--site/_layouts/default.html2
2 files changed, 22 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..573d0f5
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
1MIT License
2
3Copyright (c) 2023 clarkzjw
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the rights
8to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9copies of the Software, and to permit persons to whom the Software is
10furnished to do so, subject to the following conditions:
11
12The above copyright notice and this permission notice shall be included in all
13copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21SOFTWARE.
diff --git a/site/_layouts/default.html b/site/_layouts/default.html
index 389fd5c..eaf8e63 100644
--- a/site/_layouts/default.html
+++ b/site/_layouts/default.html
@@ -27,7 +27,7 @@
27 <hr class="hr"> 27 <hr class="hr">
28 {% capture label %}View source{% endcapture %} 28 {% capture label %}View source{% endcapture %}
29 Made w/ ❤️ from 🇨🇦 29 Made w/ ❤️ from 🇨🇦
30 (<a href="https://cgit.jinwei.me/clarkzjw/photo/">{{ label }}</a>) 30 (<a href="https://cgit.jinwei.me/clarkzjw/photo/">{{ label }}</a>). Theme forked from <a href="https://muan.co">muan.co</a>.
31 </footer> 31 </footer>
32 32
33 {% if page.root %} 33 {% if page.root %}
Powered by cgit v1.2.3 (git 2.41.0)