From: bocharudo Date: Mon, 23 Dec 2024 00:51:52 +0000 (+0800) Subject: fix path of submodule project X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=d974a51be1a2fd9403874d02ce895ee3a1c3197a;p=mysite.git fix path of submodule project --- diff --git a/.gitmodules b/.gitmodules index 1b649dd..ff7508b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,5 +5,5 @@ path = projects/roman-numeral-converter url = https://github.com/ametoresu/roman-numeral-converter.git [submodule "temperature-converter"] - path = temperature-converter + path = projects/temperature-converter url = https://github.com/ametoresu/temperature-converter.git diff --git a/projects/temperature-converter/LICENSE b/projects/temperature-converter/LICENSE new file mode 100644 index 0000000..a05632f --- /dev/null +++ b/projects/temperature-converter/LICENSE @@ -0,0 +1,21 @@ +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 new file mode 100644 index 0000000..901555d --- /dev/null +++ b/projects/temperature-converter/README.md @@ -0,0 +1,2 @@ +# temperature-converter +converts temperature on various units. diff --git a/temperature-converter b/temperature-converter deleted file mode 160000 index b7b552e..0000000 --- a/temperature-converter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b7b552e1e8052d6a29806d6cce995053222d18ad