LICENSE (18337953) | LICENSE (7ba83249) |
---|---|
1 2 Apache License 3 Version 2.0, January 2004 4 http://www.apache.org/licenses/ 5 6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 7 8 1. Definitions. --- 615 unchanged lines hidden (view full) --- 624 the OpenSSL License and the original SSLeay license apply to the toolkit. 625 See below for the actual license texts. Actually both licenses are BSD-style 626 Open Source licenses. In case of any license issues related to OpenSSL 627 please contact openssl-core@openssl.org. 628 629 OpenSSL License 630 --------------- 631 | 1 2 Apache License 3 Version 2.0, January 2004 4 http://www.apache.org/licenses/ 5 6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 7 8 1. Definitions. --- 615 unchanged lines hidden (view full) --- 624 the OpenSSL License and the original SSLeay license apply to the toolkit. 625 See below for the actual license texts. Actually both licenses are BSD-style 626 Open Source licenses. In case of any license issues related to OpenSSL 627 please contact openssl-core@openssl.org. 628 629 OpenSSL License 630 --------------- 631 |
632/* ==================================================================== 633 * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. 634 * 635 * Redistribution and use in source and binary forms, with or without 636 * modification, are permitted provided that the following conditions 637 * are met: 638 * 639 * 1. Redistributions of source code must retain the above copyright 640 * notice, this list of conditions and the following disclaimer. 641 * 642 * 2. Redistributions in binary form must reproduce the above copyright 643 * notice, this list of conditions and the following disclaimer in 644 * the documentation and/or other materials provided with the 645 * distribution. 646 * 647 * 3. All advertising materials mentioning features or use of this 648 * software must display the following acknowledgment: 649 * "This product includes software developed by the OpenSSL Project 650 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 651 * 652 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 653 * endorse or promote products derived from this software without 654 * prior written permission. For written permission, please contact 655 * openssl-core@openssl.org. 656 * 657 * 5. Products derived from this software may not be called "OpenSSL" 658 * nor may "OpenSSL" appear in their names without prior written 659 * permission of the OpenSSL Project. 660 * 661 * 6. Redistributions of any form whatsoever must retain the following 662 * acknowledgment: 663 * "This product includes software developed by the OpenSSL Project 664 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 665 * 666 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 667 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 668 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 669 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 670 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 671 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 672 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 673 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 674 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 675 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 676 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 677 * OF THE POSSIBILITY OF SUCH DAMAGE. 678 * ==================================================================== 679 * 680 * This product includes cryptographic software written by Eric Young 681 * (eay@cryptsoft.com). This product includes software written by Tim 682 * Hudson (tjh@cryptsoft.com). 683 * 684 */ | 632==================================================================== 633Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. |
685 | 634 |
635Redistribution and use in source and binary forms, with or without 636modification, are permitted provided that the following conditions 637are met: 638 6391. Redistributions of source code must retain the above copyright 640 notice, this list of conditions and the following disclaimer. 641 6422. Redistributions in binary form must reproduce the above copyright 643 notice, this list of conditions and the following disclaimer in 644 the documentation and/or other materials provided with the 645 distribution. 646 6473. All advertising materials mentioning features or use of this 648 software must display the following acknowledgment: 649 "This product includes software developed by the OpenSSL Project 650 for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 651 6524. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 653 endorse or promote products derived from this software without 654 prior written permission. For written permission, please contact 655 openssl-core@openssl.org. 656 6575. Products derived from this software may not be called "OpenSSL" 658 nor may "OpenSSL" appear in their names without prior written 659 permission of the OpenSSL Project. 660 6616. Redistributions of any form whatsoever must retain the following 662 acknowledgment: 663 "This product includes software developed by the OpenSSL Project 664 for use in the OpenSSL Toolkit (http://www.openssl.org/)" 665 666THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 667EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 668IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 669PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 670ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 671SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 672NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 673LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 674HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 675STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 676ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 677OF THE POSSIBILITY OF SUCH DAMAGE. 678==================================================================== 679 680This product includes cryptographic software written by Eric Young 681(eay@cryptsoft.com). This product includes software written by Tim 682Hudson (tjh@cryptsoft.com). 683 684 685 |
|
686 Original SSLeay License 687 ----------------------- 688 | 686 Original SSLeay License 687 ----------------------- 688 |
689/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 690 * All rights reserved. 691 * 692 * This package is an SSL implementation written 693 * by Eric Young (eay@cryptsoft.com). 694 * The implementation was written so as to conform with Netscapes SSL. 695 * 696 * This library is free for commercial and non-commercial use as long as 697 * the following conditions are aheared to. The following conditions 698 * apply to all code found in this distribution, be it the RC4, RSA, 699 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 700 * included with this distribution is covered by the same copyright terms 701 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 702 * 703 * Copyright remains Eric Young's, and as such any Copyright notices in 704 * the code are not to be removed. 705 * If this package is used in a product, Eric Young should be given attribution 706 * as the author of the parts of the library used. 707 * This can be in the form of a textual message at program startup or 708 * in documentation (online or textual) provided with the package. 709 * 710 * Redistribution and use in source and binary forms, with or without 711 * modification, are permitted provided that the following conditions 712 * are met: 713 * 1. Redistributions of source code must retain the copyright 714 * notice, this list of conditions and the following disclaimer. 715 * 2. Redistributions in binary form must reproduce the above copyright 716 * notice, this list of conditions and the following disclaimer in the 717 * documentation and/or other materials provided with the distribution. 718 * 3. All advertising materials mentioning features or use of this software 719 * must display the following acknowledgement: 720 * "This product includes cryptographic software written by 721 * Eric Young (eay@cryptsoft.com)" 722 * The word 'cryptographic' can be left out if the rouines from the library 723 * being used are not cryptographic related :-). 724 * 4. If you include any Windows specific code (or a derivative thereof) from 725 * the apps directory (application code) you must include an acknowledgement: 726 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 727 * 728 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 729 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 730 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 731 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 732 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 733 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 734 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 735 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 736 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 737 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 738 * SUCH DAMAGE. 739 * 740 * The licence and distribution terms for any publically available version or 741 * derivative of this code cannot be changed. i.e. this code cannot simply be 742 * copied and put under another distribution licence 743 * [including the GNU Public Licence.] 744 */ | 689Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 690All rights reserved. |
745 | 691 |
692This package is an SSL implementation written 693by Eric Young (eay@cryptsoft.com). 694The implementation was written so as to conform with Netscapes SSL. 695 696This library is free for commercial and non-commercial use as long as 697the following conditions are aheared to. The following conditions 698apply to all code found in this distribution, be it the RC4, RSA, 699lhash, DES, etc., code; not just the SSL code. The SSL documentation 700included with this distribution is covered by the same copyright terms 701except that the holder is Tim Hudson (tjh@cryptsoft.com). 702 703Copyright remains Eric Young's, and as such any Copyright notices in 704the code are not to be removed. 705If this package is used in a product, Eric Young should be given attribution 706as the author of the parts of the library used. 707This can be in the form of a textual message at program startup or 708in documentation (online or textual) provided with the package. 709 710Redistribution and use in source and binary forms, with or without 711modification, are permitted provided that the following conditions 712are met: 7131. Redistributions of source code must retain the copyright 714 notice, this list of conditions and the following disclaimer. 7152. Redistributions in binary form must reproduce the above copyright 716 notice, this list of conditions and the following disclaimer in the 717 documentation and/or other materials provided with the distribution. 7183. All advertising materials mentioning features or use of this software 719 must display the following acknowledgement: 720 "This product includes cryptographic software written by 721 Eric Young (eay@cryptsoft.com)" 722 The word 'cryptographic' can be left out if the rouines from the library 723 being used are not cryptographic related :-). 7244. If you include any Windows specific code (or a derivative thereof) from 725 the apps directory (application code) you must include an acknowledgement: 726 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 727 728THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 729ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 730IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 731ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 732FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 733DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 734OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 735HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 736LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 737OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 738SUCH DAMAGE. 739 740The licence and distribution terms for any publically available version or 741derivative of this code cannot be changed. i.e. this code cannot simply be 742copied and put under another distribution licence 743[including the GNU Public Licence.] 744 |
|
746____ 747 748Adobe 749Printer Description Files 750 751 Copyright 1987-1995 Adobe Systems Incorporated. 752 All Rights Reserved. 753 Permission is granted for redistribution of this file as --- 400 unchanged lines hidden (view full) --- 1154 1155THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND 1156EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 1157OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 1158NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 1159HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 1160WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1161FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | 745____ 746 747Adobe 748Printer Description Files 749 750 Copyright 1987-1995 Adobe Systems Incorporated. 751 All Rights Reserved. 752 Permission is granted for redistribution of this file as --- 400 unchanged lines hidden (view full) --- 1153 1154THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND 1155EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 1156OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 1157NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 1158HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 1159WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1160FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
1162OTHER DEALINGS IN THE SOFTWARE. | 1161OTHER DEALINGS IN THE SOFTWARE. 1162 |
1163____ 1164 | 1163____ 1164 |
1165Copyright (C) 1994-2006 The XFree86 Project, Inc. 1166 1167All rights reserved. 1168 1169Permission is hereby granted, free of charge, to any person obtaining a copy 1170of this software and associated documentation files (the "Software"), to deal 1171in the Software without restriction, including without limitation the rights 1172to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 1173copies of the Software, and to permit persons to whom the Software is fur- 1174nished to do so, subject to the following conditions: 1175 11761. Redistributions of source code must retain the above copyright notice, 1177this list of conditions, and the following disclaimer. 1178 11792. Redistributions in binary form must reproduce the above copyright notice, 1180this list of conditions and the following disclaimer in the documentation 1181and/or other materials provided with the distribution, and in the same place 1182and form as other copyright, license and disclaimer information. 1183 11843. The end-user documentation included with the redistribution, if any, must 1185include the following acknowledgment: "This product includes software devel- 1186oped by The XFree86 Project, Inc (http://www.xfree86.org/) and its contribu- 1187tors", in the same place and form as other third-party acknowledgments. 1188Alternately, this acknowledgment may appear in the software itself, in the 1189same form and location as other such third-party acknowledgments. 1190 11914. Except as contained in this notice, the name of The XFree86 Project, Inc 1192shall not be used in advertising or otherwise to promote the sale, use or 1193other dealings in this Software without prior written authorization from The 1194XFree86 Project, Inc. 1195 1196THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, 1197INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 1198FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 1199XFREE86 PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 1200INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 1201LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 1202OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1203LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLI- 1204GENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 1205IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1206 1207 1208Copyright (c) 1999-2000 Free Software Foundation, Inc. 1209 1210Permission is hereby granted, free of charge, to any person obtaining a copy 1211of this software and associated documentation files (the "Software"), to deal 1212in the Software without restriction, including without limitation the rights 1213to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 1214copies of the Software, and to permit persons to whom the Software is 1215furnished to do so. 1216 1217THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1218IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1219FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1220FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 1221WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 1222IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1223 1224____ 1225 1226 1227Copyright © 2000 Compaq Computer Corporation 1228Copyright © 2002 Hewlett-Packard Company 1229 1230Permission to use, copy, modify, distribute, and sell this software and its 1231documentation for any purpose is hereby granted without fee, provided that 1232the above copyright notice appear in all copies and that both that 1233copyright notice and this permission notice appear in supporting 1234documentation, and that the name of Compaq or HP not be used in advertising 1235or publicity pertaining to distribution of the software without specific, 1236written prior permission. Compaq and HP makes no representations about the 1237suitability of this software for any purpose. It is provided "as is" 1238without express or implied warranty. 1239 1240HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 1241IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL COMPAQ 1242BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1243WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 1244OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1245CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1246 1247Author: Jim Gettys, Hewlett-Packard Company, Inc. 1248 1249____ 1250 1251Copyright © 2000 SuSE, Inc. 1252 1253Permission to use, copy, modify, distribute, and sell this software and its 1254documentation for any purpose is hereby granted without fee, provided that 1255the above copyright notice appear in all copies and that both that 1256copyright notice and this permission notice appear in supporting 1257documentation, and that the name of SuSE not be used in advertising or 1258publicity pertaining to distribution of the software without specific, 1259written prior permission. SuSE makes no representations about the 1260suitability of this software for any purpose. It is provided "as is" 1261without express or implied warranty. 1262 1263SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 1264IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 1265BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1266WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 1267OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1268CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1269 1270Author: Keith Packard, SuSE, Inc. 1271 1272____ 1273 |
|
1165Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. 1166Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) 1167 1168Bitstream Vera Fonts Copyright 1169------------------------------ 1170 1171Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is 1172a trademark of Bitstream, Inc. --- 1360 unchanged lines hidden --- | 1274Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. 1275Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) 1276 1277Bitstream Vera Fonts Copyright 1278------------------------------ 1279 1280Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is 1281a trademark of Bitstream, Inc. --- 1360 unchanged lines hidden --- |