Toshiba BDX3300 ユーザーズマニュアル

ページ / 45
45
English
bison_parser
  The distribution terms for Bison-generated parsers permit using 
the parsers in nonfree programs. Before Bison version 2.2, these 
extra permissions applied only when Bison was generating LALR(1) 
parsers in C. And before Bison version 1.24, Bison-generated 
parsers could be used only in programs that were free software.
  The other GNU programming tools, such as the GNU C compiler, 
have never had such a requirement. They could always be used 
for nonfree software. The reason Bison was different was not 
due to a special policy decision; it resulted from applying the 
usual General Public License to all of the Bison source code.
  The output of the Bison utility the Bison parser file contains a 
verbatim copy of a sizable piece of Bison, which is the code for 
the parser’s implementation. (The actions from your grammar are 
inserted into this implementation at one point, but most of the rest 
of the implementation is not changed.) When we applied the GPL 
terms to the skeleton code for the parser’s implementation, the 
effect was to restrict the use of Bison output to free software.
We didn’t change the terms because of sympathy for people who 
want to make software proprietary. Software should be free. But we 
concluded that limiting Bison’s use to free software was doing little 
to encourage people to make other software free. So we decided to 
make the practical conditions for using Bison match the practical
conditions for using the other GNU tools.
This exception applies when Bison is generating code for a parser. 
You can tell whether the exception applies to a Bison output file by 
inspecting the file for text beginning with ¨As a special exception....
The text spells out the exact terms of the exception.
dmalloc
  This is a version (aka dlmalloc) of malloc/free/realloc written by 
Doug Lea and released to the public domain, as explained at http://
creativecommons.org/licenses/publicdomain. Send questions, 
comments, complaints, performance data, etc to dl@cs.oswego.edu.
EMX_sprintf_sscanf
  The emx libraries are not distributed under the GPL. Linking an 
application with the emx libraries does not cause the executable 
to be covered by the GNU General Public License. You are 
allowed to change and copy the emx library sources if you keep 
the copyright message intact. If you improve the emx libraries, 
please send your enhancements to the emx author (you should 
copyright your enhancements similar to the existing emx libraries).
JSON_Parser
  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 allcopies or substantial portions of the 
Software.The Software shall be used for Good, not Evil.
ncurses
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.
-------------------------------------------------------------------------
-- Copyright (c) 1998-2000,2006 Free Software Foundation, Inc.
Permission is hereby granted, free of charge, to any person 
obtaining acopy 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, distribute with modifications, 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 ABOVE 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. Except as contained in this 
notice, the name(s) of the above copyright holders shall not be 
used in advertising or otherwise to promote the sale, use or other 
dealings in this Software without prior written authorization.
WPASupplicant
Alternatively, this software may be distributed, used, and modified
under the terms of BSD license: Redistribution and use in source and 
binary forms, with or without modification, are permitted provided 
that the following conditions are met:
1.  Redistributions  of  source  code  must  retain  the  above  copyright 
notice, this list of conditions and the following disclaimer.
2.  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.
3. Neither the name(s) of the above listed copyright holder(s) 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.
tinyxml
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier )copyright (c) 2000-2006 Lee Thomason 
(www.grinninglizard.com)
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.