From: bocharudo Date: Mon, 23 Dec 2024 01:20:25 +0000 (+0800) Subject: fixes X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=147cd2aa651aa822e4204be90629347c5b2e31cb;p=mysite.git fixes --- diff --git a/.gitmodules b/.gitmodules index ff7508b..e502cb7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "projects/roman-numeral-converter"] path = projects/roman-numeral-converter url = https://github.com/ametoresu/roman-numeral-converter.git -[submodule "temperature-converter"] - path = projects/temperature-converter - url = https://github.com/ametoresu/temperature-converter.git diff --git a/projects/palindrome-checker b/projects/palindrome-checker index 4ac9c82..d2c4413 160000 --- a/projects/palindrome-checker +++ b/projects/palindrome-checker @@ -1 +1 @@ -Subproject commit 4ac9c82e65663b9ac878d7295e384fd02f4571ab +Subproject commit d2c4413fc5830dd6473e875364e7e185b92844c6 diff --git a/projects/temperature-converter/LICENSE b/projects/temperature-converter/LICENSE deleted file mode 100644 index a05632f..0000000 --- a/projects/temperature-converter/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 rain - -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/projects/temperature-converter/README.md b/projects/temperature-converter/README.md deleted file mode 100644 index 901555d..0000000 --- a/projects/temperature-converter/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# temperature-converter -converts temperature on various units.