Search Results for

    Show / Hide Table of Contents

    Copyright information

    Main Copyright

    Unless in the parts specifically mentioned below, all files in this distribution are copyright (c) Adrian Gallero and licensed under the terms detailed in the file license.rtf.

    Third party copyrights

    This distribution might also contain the following licensed code:

    File __FlexCelHash: MurmurHash3 implementation.

    Parts are based in the public-domain implementation of MumurHash3 from https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp

    Those parts are licensed under the following terms:

    // MurmurHash3 was written by Austin Appleby, and is placed in the public
    // domain. The author hereby disclaims copyright to this source code.
    
    // Note - The x86 and x64 versions do _not_ produce the same results, as the
    // algorithms are optimized for their respective platforms. You can still
    // compile and run any of them on any platform, but your performance with the
    // non-native version will be less than optimal.
    

    File __RandomXorShift: xoshiro 256++ Random implementation.

    Parts are based in the public-domain implementation of xoshiro 256++ from https://prng.di.unimi.it/xoshiro256plusplus.c

    Those parts are licensed under the following terms:

    *  Written in 2019 by David Blackman and Sebastiano Vigna (vigna@acm.org)
    
    To the extent possible under law, the author has dedicated all copyright
    and related and neighboring rights to this software to the public domain
    worldwide. This software is distributed without any warranty.
    
    See <http://creativecommons.org/publicdomain/zero/1.0/>. */
    

    File _UXlsMD5: MD5 Message-Digest Algorithm.

    Parts are Copyright (c) 1990-2, RSA Data Security, Inc.

    Those parts are licensed under the following terms:

    Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990.
    All rights reserved.
    
    
    RSA Data Security, Inc. makes no representations concerning either
    the merchantability of this software or the suitability of this
    software for any particular purpose. It is provided ""as is""
    without express or implied warranty of any kind.
    
    These notices must be retained in any copies of any part of this
    documentation and/or software.
    
    Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991.
    All rights reserved.
    

    SHA1 Algorithm.

    FlexCel uses the SHA1 algorithm which is Copyright (C) The Internet Society (2001). All Rights Reserved.

    SHA1 is licensed under the following terms:

    RFC 3174 - US Secure Hash Algorithm 1 (SHA1)
    
    Copyright(C) The Internet Society(2001).  All Rights Reserved.
    
    This document and translations of it may be copied and furnished to
    others, and derivative works that comment on or otherwise explain it
    or assist in its implementation may be prepared, copied, published
    and distributed, in whole or in part, without restriction of any
    kind, provided that the above copyright notice and this paragraph are
    included on all such copies and derivative works.  However, this
    document itself may not be modified in any way, such as by removing
    the copyright notice or references to the Internet Society or other
    Internet organizations, except as needed for the purpose of
    developing Internet standards in which case the procedures for
    copyrights defined in the Internet Standards process must be
    followed, or as required to translate it into languages other than
    English.
    
    The limited permissions granted above are perpetual and will not be
    revoked by the Internet Society or its successors or assigns.
    
    This document and the information contained herein is provided on an
    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
    
    Acknowledgement
    Funding for the RFC Editor function is currently provided by the
    Internet Society.
    

    Files _UCompress20.TCompressor, Source\Zlib*.*: Zlib algorithm implementation.

    Parts are Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler

    Those parts are licensed under the following terms:

    Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler
    
    This software is provided 'as-is', without any express or implied
    warranty.  In no event will the authors be held liable for any damages
    arising from the use of this software.
    
    Permission is granted to anyone to use this software for any purpose,
    including commercial applications, and to alter it and redistribute it
    freely, subject to the following restrictions:
    
    1. The origin of this software must not be misrepresented; you must not
       claim that you wrote the original software. If you use this software
       in a product, an acknowledgment in the product documentation would be
       appreciated but is not required.
    2. Altered source versions must be plainly marked as such, and must not be
       misrepresented as being the original software.
    3. This notice may not be removed or altered from any source distribution.
    
    Jean-loup Gailly        Mark Adler
    jloup@gzip.org          madler@alumni.caltech.edu
    

    Files flxZLibEx_XE, flxZLibExApi_XE, flxZLibExGZ_XE: Zlib implementation in Delphi.

    Parts are Copyright(c) 2000-2010 base2 technologies and copyright (c) 1995-2002 Borland Software Corporation

    Those parts are licensed under the following terms:

    this software is provided "as-is", without any express or implied warranty.
    in no event will the authors be held liable for any damages arising from the
    use of this software.
    
    permission is granted to anyone to use this software for any purpose,
    including commercial applications.  please do not misrepresent the origin of
    this software.  if you use this software in a product, an acknowledgment in
    the product documentation (readme, about box, help file, etc.) would be
    appreciated but is not required.
    

    File _EllipticalArc.TEllipticalArc: Implementation of an arc using Bezier curves.

    Parts are Copyright (c) 2003-2004, Luc Maisonobe

    Those parts are licensed under the following terms:

    // Copyright (c) 2003-2004, Luc Maisonobe
    // All rights reserved.
    //
    // Redistribution and use in source and binary forms, with
    // or without modification, are permitted provided that
    // the following conditions are met:
    //
    //    Redistributions of source code must retain the
    //    above copyright notice, this list of conditions and
    //    the following disclaimer.
    //    Redistributions in binary form must reproduce the
    //    above copyright notice, this list of conditions and
    //    the following disclaimer in the documentation
    //    and/or other materials provided with the
    //    distribution.
    //    Neither the names of spaceroots.org, spaceroots.com
    //    nor the names of their contributors may be used to
    //    endorse or promote products derived from this
    //    software without specific prior written permission.
    //
    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
    // CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
    // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    // PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
    // THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY
    // DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
    // USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
    // IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    // NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
    // USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    // POSSIBILITY OF SUCH DAMAGE.
    

    File _BidiReference.BidiReference, _BidiPBAReference.BidiPBAReference and _ArabicShaping.ArabicShaping: Implementation of arabic shaping algorithm.

    Parts are Copyright (c) 1991-2019 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html

    Those parts are licensed under the following following terms:

    UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
    
    Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/. Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.
    
    NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
    
    COPYRIGHT AND PERMISSION NOTICE
    
    Copyright (c) 1991-2019 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
    
    THE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
    
    Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder
    

    File _KhmerShaper.KhmerShaper: Shaper for Khmer language.

    Parts are Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies)

    Those parts are licensed under the following following terms:

    /*
     * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
     *
     * This is part of HarfBuzz, an OpenType Layout engine library.
     *
     * Permission is hereby granted, without written agreement and without
     * license or royalty fees, to use, copy, modify, and distribute this
     * software and its documentation for any purpose, provided that the
     * above copyright notice and the following two paragraphs appear in
     * all copies of this software.
     *
     * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
     * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
     * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
     * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
     * DAMAGE.
     *
     * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
     * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
     * FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
     * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
     * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
     */
    

    Files _OctreeQuantizer.OctreeQuantizer, _OctreeQuantizer.Octree, _Quantizer.Quantizer: Color Quantizer to convert images to grayscale.

    Parts are Copyright (c) Morgan Skinner

    Those parts are licensed under the following following terms:

      THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
      ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
      THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
      PARTICULAR PURPOSE.
    
        This is sample code and is freely distributable.
    

    File: sRGB_IEC61966-2-1_black_scaled.icc: Color profile for embedding in PDF/A files.

    Copyright International Color Consortium, 2009

    This file contains a color profile which will be embedded when you create PDF/A files, or when you set the PDF generation options to embed the color profile. It is licensed on the following terms:

    To anyone who acknowledges that the file "sRGB_IEC61966-2-1_black scaled.icc" is provided "AS IS" WITH NO EXPRESS OR IMPLIED WARRANTY, permission to use, copy and distribute these file for any purpose is hereby granted without fee, provided that the file is not changed including the ICC copyright notice tag, and that the name of ICC shall not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. ICC makes no representations about the suitability of this software for any purpose.
    

    File: PdfStandardFontInfo.data.gz: Standard PDF Font data.

    Copyright (c) Adobe systems

    PdfStandardFontInfo.data.gz contains postcript data for fonts, and data comes from the AFM files published by Adobe, which are distributed under the following license:

     This file and the 14 PostScript(R) AFM files it accompanies may be used, copied, and distributed for any purpose and without charge, with or without modification, provided that all copyright notices are retained; that the AFM files are not distributed without this file; that all modifications to this file or any of the AFM files are prominently noted in the modified file(s); and that this paragraph is not modified. Adobe Systems has no responsibility or obligation to support the use of the AFM files.
    

    File __UStr2DateTime: Date and time handling routines.

    Parts are Copyright (C) 2001 Marcel Narings, Copyright (C) 2004-2006 Novell, Inc (http://www.novell.com) and Copyright (C) 2012 Xamarin Inc (http://www.xamarin.com)

    Those parts are licensed under the following terms:

    // Authors:
    //   Marcel Narings (marcel@narings.nl)
    //   Martin Baulig (martin@gnome.org)
    //   Atsushi Enomoto (atsushi@ximian.com)
    //   Marek Safar (marek.safar@gmail.com)
    //
    //   (C) 2001 Marcel Narings
    // Copyright (C) 2004-2006 Novell, Inc (http://www.novell.com)
    // Copyright (C) 2012 Xamarin Inc (http://www.xamarin.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.
    //
    

    File: flxGDIPAPI_XE: GdiPlus wrapper for Delphi.

    Parts are Copyright (C) Henri Gourvest from http://www.progdigy.com/?page_id=7

    Those parts are licensed under the following terms:

          {******************************************************************}
          { GDI+ API                                                         }
          {                                                                  }
          { home page : http://www.progdigy.com                              }
          { email     : hgourvest@progdigy.com                               }
          {                                                                  }
          { date      : 15-02-2002                                           }
          {                                                                  }
          { The contents of this file are used with permission, subject to   }
          { the Mozilla Public License Version 1.1 (the "License"); you may  }
          { not use this file except in compliance with the License. You may }
          { obtain a copy of the License at                                  }
          { http://www.mozilla.org/MPL/MPL-1.1.html                          }
          {                                                                  }
          { Software distributed under the License is distributed on an      }
          { "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or   }
          { implied. See the License for the specific language governing     }
          { rights and limitations under the License.                        }
          {                                                                  }
          { *****************************************************************}
    

    File: libskia.so: Skia Graphics Library

    Copyright (c) 2011 Google Inc. All rights reserved.

    Skia is used as a graphics backend in Linux, and it is only included if you use the FlexCel.SKIASupport or FlexCel.LCLSupport unit in your app. Skia is licensed on the following terms (BSD Free Software License):

    // Copyright (c) 2011 Google Inc. All rights reserved.
    //
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are
    // met:
    //
    //    * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    //    * Redistributions in binary form must reproduce the above
    // copyright notice, this list of conditions and the following disclaimer
    // in the documentation and/or other materials provided with the
    // distribution.
    //    * Neither the name of Google Inc. nor the names of its
    // contributors may be used to endorse or promote products derived from
    // this software without specific prior written permission.
    //
    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    

    File: Northwind.mdb: Demo database.

    Copyright (c) 2008, Microsoft

    This file is used in the FlexCel demos (not used in the FlexCel itself) and it is under the following license:

    Copyright (c) 2008, Microsoft
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    
    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    
    * Neither the name of Microsoft nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    


    Icons in demos and tools.

    Some of the icons used in demos and tools are created using objects which are Copyright (c) Axialis Software Corporation

    Those objects are used under the following license:

    This is a legal agreement between you (the "User") and Axialis Software Corporation ("Axialis"). By downloading this object pack (the "Objects") from Axialis.com, the user agrees to the following:
    
     License Grant
    
    Axialis grants the User a non-exclusive, non-transferable, royalty-free license to use these objects as indicated herein. The Objects can be assembled together to create icons (the "Icons").
    
    You MAY:(a) assemble the Objects to create Icons using an Axialis product only; (b) use the Objects "as is" in personal or commercial software projects (menus, toolbars, dialog boxes...) as long as you own a licensed version of the associated Axialis Product; (c) use the created Icons in personal or commercial software projects (menus, toolbars, dialog boxes...) as long as you own a licensed version of the associated Axialis Product.
    
     Restrictions
    
    You MAY NOT:(a) use the Objects without owning a licensed version of the associated Axialis Product; (b) redistribute, loan, rent, sell the Objects "as is" and/or the created Icons as a set of Icons or individually; (c) use the Icons or Objects to illustrate pornographic, immoral, illegal or defamatory material.
    
     Copyright / Ownership
    
    The Objects are proprietary products of AXIALIS and are protected by copyright and other intellectual property laws. The Objects are licensed and not sold. You acquire only the right to use the Objects and do not acquire any rights, express or implied, in the Software other than those specified in this License.
    
     Disclaimer of warranties
    
    The Objects is supplied "as is". AXIALIS disclaims all warranties, expressed or implied, including, without limitation, the warranties of merchantability and of fitness for any purpose. The user must assume the entire risk of using the Objects.
    
     Disclaimer of damages
    
    AXIALIS assumes no liability for damages, direct or consequential, which may result from the use of the Objects, even if AXIALIS has been advised of the possibility of such damages. Any liability of the seller will be limited to refund the purchase price if any.
    

    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com