From 09784f8c5826077ee337ae481df8d4966420c97a Mon Sep 17 00:00:00 2001 From: nerun <danieldiasr@gmail.com> Date: Thu, 2 Jan 2025 14:50:04 -0300 Subject: [PATCH] Changelog and License update. --- Changelog.md | 4 ++++ LICENSE | 21 --------------------- LICENSE.md | 29 +++++++++++++++++++++++++++++ _sidebar.md | 3 ++- 4 files changed, 35 insertions(+), 22 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/Changelog.md b/Changelog.md index 5228536..120ef48 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,10 @@ > [!Note] > *Nerun's fork changelog.* +## v0.6.0 +*2nd Jan 25* +- Responsiveness adjustments. + ## v0.5.0 *31th Dec 24 - 1st Jan 25* diff --git a/LICENSE b/LICENSE deleted file mode 100644 index bec4d76..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 docsifyjs - -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/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..88297b7 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,29 @@ +<span style="font-family: monospace;">MIT License</span> + +<span style="font-family: monospace;">Docsify:</span> + +<span style="font-family: monospace;"> Copyright (c) 2021 docsifyjs</span> + +<span style="font-family: monospace;">RPG_SRD_Template:</span> + +<span style="font-family: monospace;"> Copyright (c) 2023 Coweater Studios</span> + +<span style="font-family: monospace;"> Copyright (c) 2024-2025 Daniel Dias Rodrigues</span> + +<span style="font-family: monospace;">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:</span> + +<span style="font-family: monospace;">The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.</span> + +<span style="font-family: monospace;">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.</span> \ No newline at end of file diff --git a/_sidebar.md b/_sidebar.md index 17f66c1..816c112 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -4,4 +4,5 @@ --- -- [Changelog](Changelog.md) \ No newline at end of file +- [Changelog](Changelog.md) +- [License](LICENSE.md) \ No newline at end of file