< prev index next >

src/java.desktop/share/legal/freetype.md

Print this page


   1 ## The FreeType Project: Freetype v2.10.0
   2 
   3 
   4 ### FreeType Notice
   5 
   6 ```
   7 FreeType comes with two licenses from which you can choose the one
   8 which fits your needs best.
   9 
  10     The FreeType License (FTL) is the most commonly used one. It is
  11     a BSD-style license with a credit clause and thus compatible with
  12     the GNU Public License (GPL) version 3, but not with the
  13     GPL version 2.
  14 
  15     The GNU General Public License (GPL), version 2. Use it for all
  16     projects which use the GPLv2 also, or which need a license
  17     compatible to the GPLv2.
  18 
  19 ```
  20 
  21 ### FreeType License


 515 The hypothetical commands `show w' and `show c' should show the appropriate
 516 parts of the General Public License.  Of course, the commands you use may
 517 be called something other than `show w' and `show c'; they could even be
 518 mouse-clicks or menu items--whatever suits your program.
 519 
 520 You should also get your employer (if you work as a programmer) or your
 521 school, if any, to sign a "copyright disclaimer" for the program, if
 522 necessary.  Here is a sample; alter the names:
 523 
 524   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
 525   `Gnomovision' (which makes passes at compilers) written by James Hacker.
 526 
 527   <signature of Ty Coon>, 1 April 1989
 528   Ty Coon, President of Vice
 529 
 530 This General Public License does not permit incorporating your program into
 531 proprietary programs.  If your program is a subroutine library, you may
 532 consider it more useful to permit linking proprietary applications with the
 533 library.  If this is what you want to do, use the GNU Library General
 534 Public License instead of this License.







































































































 535 
 536 ```
 537 
   1 ## The FreeType Project: Freetype v2.10.1
   2 
   3 
   4 ### FreeType Notice
   5 
   6 ```
   7 FreeType comes with two licenses from which you can choose the one
   8 which fits your needs best.
   9 
  10     The FreeType License (FTL) is the most commonly used one. It is
  11     a BSD-style license with a credit clause and thus compatible with
  12     the GNU Public License (GPL) version 3, but not with the
  13     GPL version 2.
  14 
  15     The GNU General Public License (GPL), version 2. Use it for all
  16     projects which use the GPLv2 also, or which need a license
  17     compatible to the GPLv2.
  18 
  19 ```
  20 
  21 ### FreeType License


 515 The hypothetical commands `show w' and `show c' should show the appropriate
 516 parts of the General Public License.  Of course, the commands you use may
 517 be called something other than `show w' and `show c'; they could even be
 518 mouse-clicks or menu items--whatever suits your program.
 519 
 520 You should also get your employer (if you work as a programmer) or your
 521 school, if any, to sign a "copyright disclaimer" for the program, if
 522 necessary.  Here is a sample; alter the names:
 523 
 524   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
 525   `Gnomovision' (which makes passes at compilers) written by James Hacker.
 526 
 527   <signature of Ty Coon>, 1 April 1989
 528   Ty Coon, President of Vice
 529 
 530 This General Public License does not permit incorporating your program into
 531 proprietary programs.  If your program is a subroutine library, you may
 532 consider it more useful to permit linking proprietary applications with the
 533 library.  If this is what you want to do, use the GNU Library General
 534 Public License instead of this License.
 535 
 536 #########################################################################
 537 
 538 --- fthash.c and fthash.h are covered by the following notices ---
 539 
 540 /*
 541  * Copyright 2000 Computing Research Labs, New Mexico State University
 542  * Copyright 2001-2015
 543  *   Francesco Zappa Nardelli
 544  *
 545  * Permission is hereby granted, free of charge, to any person obtaining a
 546  * copy of this software and associated documentation files (the "Software"),
 547  * to deal in the Software without restriction, including without limitation
 548  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 549  * and/or sell copies of the Software, and to permit persons to whom the
 550  * Software is furnished to do so, subject to the following conditions:
 551  *
 552  * The above copyright notice and this permission notice shall be included in
 553  * all copies or substantial portions of the Software.
 554  *
 555  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 556  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 557  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 558  * THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
 559  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
 560  * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
 561  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 562  */
 563 
 564   /**************************************************************************
 565    *
 566    * This file is based on code from bdf.c,v 1.22 2000/03/16 20:08:50
 567    *
 568    * taken from Mark Leisher's xmbdfed package
 569    *
 570    */
 571    
 572 --- FreeType 2 PSaux module is covered by the following notices ---
 573 
 574 Copyright 2006-2014 Adobe Systems Incorporated.
 575 
 576 This software, and all works of authorship, whether in source or
 577 object code form as indicated by the copyright notice(s) included
 578 herein (collectively, the "Work") is made available, and may only be
 579 used, modified, and distributed under the FreeType Project License,
 580 LICENSE.TXT.  Additionally, subject to the terms and conditions of the
 581 FreeType Project License, each contributor to the Work hereby grants
 582 to any individual or legal entity exercising permissions granted by
 583 the FreeType Project License and this section (hereafter, "You" or
 584 "Your") a perpetual, worldwide, non-exclusive, no-charge,
 585 royalty-free, irrevocable (except as stated in this section) patent
 586 license to make, have made, use, offer to sell, sell, import, and
 587 otherwise transfer the Work, where such license applies only to those
 588 patent claims licensable by such contributor that are necessarily
 589 infringed by their contribution(s) alone or by combination of their
 590 contribution(s) with the Work to which such contribution(s) was
 591 submitted.  If You institute patent litigation against any entity
 592 (including a cross-claim or counterclaim in a lawsuit) alleging that
 593 the Work or a contribution incorporated within the Work constitutes
 594 direct or contributory patent infringement, then any patent licenses
 595 granted to You under this License for that Work shall terminate as of
 596 the date such litigation is filed.
 597 
 598 By using, modifying, or distributing the Work you indicate that you
 599 have read and understood the terms and conditions of the
 600 FreeType Project License as well as those provided in this section,
 601 and you accept them fully.
 602 
 603 #########################################################################
 604 
 605 
 606 --- FreeType 2 PSaux module is covered by the following notices ---
 607 
 608 Copyright 2006-2014 Adobe Systems Incorporated.
 609 
 610 This software, and all works of authorship, whether in source or
 611 object code form as indicated by the copyright notice(s) included
 612 herein (collectively, the "Work") is made available, and may only be
 613 used, modified, and distributed under the FreeType Project License,
 614 LICENSE.TXT.  Additionally, subject to the terms and conditions of the
 615 FreeType Project License, each contributor to the Work hereby grants
 616 to any individual or legal entity exercising permissions granted by
 617 the FreeType Project License and this section (hereafter, "You" or
 618 "Your") a perpetual, worldwide, non-exclusive, no-charge,
 619 royalty-free, irrevocable (except as stated in this section) patent
 620 license to make, have made, use, offer to sell, sell, import, and
 621 otherwise transfer the Work, where such license applies only to those
 622 patent claims licensable by such contributor that are necessarily
 623 infringed by their contribution(s) alone or by combination of their
 624 contribution(s) with the Work to which such contribution(s) was
 625 submitted.  If You institute patent litigation against any entity
 626 (including a cross-claim or counterclaim in a lawsuit) alleging that
 627 the Work or a contribution incorporated within the Work constitutes
 628 direct or contributory patent infringement, then any patent licenses
 629 granted to You under this License for that Work shall terminate as of
 630 the date such litigation is filed.
 631 
 632 By using, modifying, or distributing the Work you indicate that you
 633 have read and understood the terms and conditions of the
 634 FreeType Project License as well as those provided in this section,
 635 and you accept them fully.
 636 
 637 #########################################################################
 638 
 639 ```
 640 
< prev index next >