diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 10:18:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 10:18:51 +0000 |
commit | 81ce67df942d4bf378814677268fe03a29ecc028 (patch) | |
tree | 70cb1eccd45e580aec9bd685d8bdbaaf81ae6ce9 /vendor/mmccook/php-json-canonicalization-scheme/LICENSE.md | |
parent | 55097c47c5534d4453f7494f8a1542f7beb4d588 (diff) | |
download | volse-hubzilla-81ce67df942d4bf378814677268fe03a29ecc028.tar.gz volse-hubzilla-81ce67df942d4bf378814677268fe03a29ecc028.tar.bz2 volse-hubzilla-81ce67df942d4bf378814677268fe03a29ecc028.zip |
use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
Diffstat (limited to 'vendor/mmccook/php-json-canonicalization-scheme/LICENSE.md')
-rw-r--r-- | vendor/mmccook/php-json-canonicalization-scheme/LICENSE.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/mmccook/php-json-canonicalization-scheme/LICENSE.md b/vendor/mmccook/php-json-canonicalization-scheme/LICENSE.md deleted file mode 100644 index bbd0c5b62..000000000 --- a/vendor/mmccook/php-json-canonicalization-scheme/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) mmccook <mark.mccook@gmail.com> - -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. |