diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-17 18:45:02 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-17 18:45:02 +0900 |
commit | 4b5b80ee829f58d67352aa88bd10fac15b242cc6 (patch) | |
tree | 823648db4c57befafe4ba933dc04a26e4dae8c8f |
Add README.md and LICENSE.
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Masaya Tojo <masaya@tojo.tokyo> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..81baf01 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 日記システム + +私の日記と写真を管理するためのシステムです。 |