■本製品には、以下のソフトウェアが含まれています。
(1)パナソニック株式会社(「パナソニック」)により、またはパナソニックのために開発されたソフトウェア
(2)パナソニックにライセンスされた第三者所有のソフトウェア
(3)オープンソースソフトウェア
■上記(3)に分類されるソフトウェアには、以下のライセンス情報が適用される様々なソフトウェアを含むオープンソースソフトウェア(OSS)が含まれています
Copyright (C) 2008-2012 Wu Yongwei <wuyongwei at gmail dot
com>
Copyright (C) 2012 Tom Hacohen <tom dot hacohen at samsung dot
com>
This software is provided 'as-is', without any express or implied
warranty. In no event
will the author 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
acknowledgement 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.
Copyright © 1994–2017 Lua.org, PUC-Rio.
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.
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 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 © 1991-2010 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.
Bidi.cpp Disclaimer
Credits:
-------
Written by: Asmus Freytag
Command line interface by: Rick McGowan
Verification (v24): Doug Felt
Disclaimer and legal rights:
---------------------------
Copyright (C) 1999-2009, ASMUS, Inc. All Rights Reserved.
Distributed under the Terms of Use in
http://www.unicode.org/copyright.html.
THIS 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 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
SOFTWARE.
The file bid.rc is included in the software covered by the above.
/* zlib.h -- interface of the 'zlib' general purpose compression
library
version 1.2.8, April
28th, 2013
Copyright (C) 1995-2013
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
The data format used by
the zlib library is described by RFCs (Request for
Comments) 1950 to 1952
in the files http://tools.ietf.org/html/rfc1950
(zlib format), rfc1951
(deflate format) and rfc1952 (gzip format).
*/
/* zlib.h -- interface of the 'zlib' general purpose compression
library
version 1.2.3, July
18th, 2005
Copyright (C) 1995-2005
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
The data format used by
the zlib library is described by RFCs (Request for
Comments) 1950 to 1952
in the files http://www.ietf.org/rfc/rfc1950.txt
(zlib format),
rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
*/
/* zlib.h -- interface of the 'zlib' general purpose compression
library
version 1.2.11, January
15th, 2017
Copyright (C) 1995-2017
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
The data format used by
the zlib library is described by RFCs (Request for
Comments) 1950 to 1952
in the files http://tools.ietf.org/html/rfc1950
(zlib format), rfc1951
(deflate format) and rfc1952 (gzip format).
*/
SGI FREE SOFTWARE LICENSE B
(Version 2.0, Sept. 18,
2008)
Copyright (C) 2008 Silicon Graphics, Inc. All Rights Reserved.
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 including the dates of first publication
and either this permission
notice or a reference to http://oss.sgi.com/projects/FreeB/ 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 SILICON GRAPHICS, INC. 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.
Except as contained in this notice, the name of Silicon Graphics,
Inc. shall not be used in
advertising or otherwise to promote the sale, use or other dealings
in this Software without prior
written authorization from Silicon Graphics, Inc.
** Copyright (c) 2007-2009 The Khronos Group Inc.
** Copyright (c) 2007-2013 The Khronos Group Inc.
** Copyright (c) 2008-2009 The Khronos Group Inc.
** Copyright (c) 2013 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person
obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without
restriction, including
** without limitation the rights to use, copy, modify, merge,
publish,
** distribute, sublicense, and/or sell copies of the Materials, and
to
** permit persons to whom the Materials are 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 Materials.
**
** THE MATERIALS 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.
** 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
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
'-----------------------------------------------------------------------------
This software is Copyright (C) Imagination Technologies Ltd.
You may use, distribute and copy this software under the terms of
the MIT
license displayed below.
-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------
EXCEPT AS OTHERWISE STATED IN A NEGOTIATED AGREEMENT: (A) 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; AND (B) 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.
-----------------------------------------------------------------------------