The following GCC RUNTIME LIBRARY EXCEPTION software source codes that have been used in this productcan be provided after asking to dpdopensrc@samsung.com.GPL software with the ¡°GCC RUNTIME LIBRARY EXCEPTION¡± : libstdc++ 5.x///////////////////////////////////////////////////////////////////GCC RUNTIME LIBRARY EXCEPTIONVersion 3.1, 31 March 2009Copyright (C) 2009 Free Software Foundation, Inc.Everyone is permitted to copy and distribute verbatim copies of thislicense document, but changing it is not allowed.This GCC Runtime Library Exception ("Exception") is an additionalpermission under section 7 of the GNU General Public License, version3 ("GPLv3"). It applies to a given file (the "Runtime Library") thatbears a notice placed by the copyright holder of the file stating thatthe file is governed by GPLv3 along with this Exception.When you use GCC to compile a program, GCC may combine portions ofcertain GCC header files and runtime libraries with the compiledprogram. The purpose of this Exception is to allow compilation ofnon-GPL (including proprietary) programs to use, in this way, theheader files and runtime libraries covered by this Exception.0. Definitions.A file is an "Independent Module" if it either requires the RuntimeLibrary for execution after a Compilation Process, or makes use of aninterface provided by the Runtime Library, but is not otherwise basedon the Runtime Library."GCC" means a version of the GNU Compiler Collection, with or withoutmodifications, governed by version 3 (or a specified later version) ofthe GNU General Public License (GPL) with the option of using anysubsequent versions published by the FSF."GPL-compatible Software" is software whose conditions of propagation,modification and use would permit combination with GCC in accord withthe license of GCC."Target Code" refers to output from any compiler for a real or virtualtarget processor architecture, in executable form or suitable forinput to an assembler, loader, linker and/or executionphase. Notwithstanding that, Target Code does not include data in anyformat that is used as a compiler intermediate representation, or usedfor producing a compiler intermediate representation.The "Compilation Process" transforms code entirely represented innon-intermediate languages designed for human-written code, and/or inJava Virtual Machine byte code, into Target Code. Thus, for example,use of source code generators and preprocessors need not be consideredpart of the Compilation Process, since the Compilation Process can beunderstood as starting with the output of the generators orpreprocessors.