diff options
author | 135e2 <[email protected]> | 2022-08-09 01:47:55 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-08-09 01:53:04 +0800 |
commit | ac01592567d69d857f7481330709690ff2537746 (patch) | |
tree | a5036d7b1834d23590649b15997aceba426c4b68 /src/components | |
parent | bb9c5a0bce6c9c5663e1aafcf11d7a02efa898e5 (diff) | |
download | otonashi-ac01592567d69d857f7481330709690ff2537746.tar.gz otonashi-ac01592567d69d857f7481330709690ff2537746.tar.bz2 otonashi-ac01592567d69d857f7481330709690ff2537746.zip |
docs: clearify license and description
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/SettingsPage.vue | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/SettingsPage.vue b/src/components/SettingsPage.vue index 9bea340..cc00f93 100644 --- a/src/components/SettingsPage.vue +++ b/src/components/SettingsPage.vue @@ -53,7 +53,12 @@ </v-window-item> <v-window-item :value="4"> <v-card-text> - <span class="text-h2">Card</span> + <span class="text-h6" + >Otonashi is a simple, easy-to-use classboard app, built by 135e2 + with Vue 3, Vuetify and ❤️.<br /><br />This project is libre, and + licensed under WTFPLv2, as published by San Hocevar on December + 2004. See the COPYING file for more details.</span + > </v-card-text> </v-window-item> </v-window> |