From cef4cd03696a9816f12a78287c3a302637fec79d Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 11 Dec 2025 09:03:08 +0100 Subject: [PATCH] Drop COPYING.pyyaml This was added as part of the JSON-to-YAML Flatpak manifest handling in commit f7f72143e0. Since then, we've moved on to just use the JSON flatpak manifest though in commit adca034818. Since those files got dropped, we can drop their appropriate COPYING file as well. --- COPYING.pyyaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 COPYING.pyyaml diff --git a/COPYING.pyyaml b/COPYING.pyyaml deleted file mode 100644 index e8f88054..00000000 --- a/COPYING.pyyaml +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2017-2019 Ingy döt Net -Copyright (c) 2006-2016 Kirill Simonov - -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.