From 603f14e46b5dd63f3b40dd62e41d062c062a8cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 12 Aug 2024 17:54:38 +0200 Subject: [PATCH] Library using Decimal128 from FlexSDK acknowledgement. --- libsrc/ffdec_lib/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/README.md b/libsrc/ffdec_lib/README.md index 9b06ef654..99ed4f0bb 100644 --- a/libsrc/ffdec_lib/README.md +++ b/libsrc/ffdec_lib/README.md @@ -30,6 +30,7 @@ These include: * Flashdebugger library - `flashdebugger.jar` - Flash debugging * Open Imaging GIF Decoder - `gifreader.jar` - Importing GIFs * Miter clip - modified openjdk8 Stroker - `miterclip.jar` - Support for miter clip join style in shapes +* FlexSDK Decimal128 class - `decimal.jar` - Working with decimal type in AS3 ## Basic library usage ```java @@ -156,6 +157,7 @@ It uses modified code of these libraries: * [Animated GIF Encoder] (Frames to GIF export) * [gnujpdf] (PDF export) - LGPL License * [openjdk8 Stroker] (Shapes - Miter clip drawing) - GPL License +* [Apache Flex SDK] (Decimal numbers support - Decimal128 class) - Apache Licence 2.0 And also links to these libraries: @@ -187,4 +189,5 @@ And also links to these libraries: [flashdebugger library]: https://github.com/jindrapetrik/flashdebugger [Java Native Access - JNA]: https://github.com/twall/jna [Open Imaging GIF Decoder]: https://github.com/DhyanB/Open-Imaging -[openjdk8 Stroker]: https://github.com/JetBrains/jdk8u_jdk \ No newline at end of file +[openjdk8 Stroker]: https://github.com/JetBrains/jdk8u_jdk +[Apache Flex SDK]: https://github.com/apache/flex-sdk \ No newline at end of file