ECRI
/
MoriOhgai
Archived
2
0
Fork 0

UNKO2020 からのファイルの移動

This commit is contained in:
yude 2020-08-20 19:33:15 +09:00
parent bf46a0e38e
commit f6f4396fb7
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
5 changed files with 2493 additions and 0 deletions

1233
Backup.tabletprefs Normal file

File diff suppressed because it is too large Load Diff

1233
Backup2.tabletprefs Normal file

File diff suppressed because it is too large Load Diff

3
CHANGELOG Normal file
View File

@ -0,0 +1,3 @@
# 0.0.0
Initial release
+ 森鴎外 Dockerfile

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine:latest
RUN echo "うんこもりもり森鴎外"

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 yude
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.