< prev index next >

modules/javafx.media/src/main/legal/glib.md

Print this page
rev 11252 : 8222746: Cleanup third-party legal files
Reviewed-by:
   1 ## GNU Glib v2.58.2
   2 
   3 ### Glib Notice
   4 <pre>

   5 You are receiving a copy of GNU Glib, Version: 2.58.2 in either source or
   6 object code in the JavaFX runtime or JavaFX SDK. The terms of the
   7 Oracle license do NOT apply to the GNU Glib, Version: 2.58.2; it is
   8 licensed under the following license, separately from the Oracle programs
   9 you receive. If you do not wish to install this library, you may delete
  10 this library:
  11 
  12    - On Linux systems: N/A (library is not present)
  13    - On Mac OS X systems: delete $(JAVA_HOME)/lib/libglib-lite.dylib
  14    - On Windows systems: delete $(JAVA_HOME)\bin\glib-lite.dll
  15 
  16 A copy of the Oracle modified GNU Glib library source code is located
  17 in the following OpenJDK Mercurial repository:
  18 
  19    http://hg.openjdk.java.net/openjfx/jfx/rt
  20 
  21 You can use Mercurial to clone the repository or you can browse the
  22 source using a web browser. The root directory of the GNU Glib source
  23 code is here:
  24 
  25    rt/modules/javafx.media/src/main/native/gstreamer/3rd_party/glib/
  26 </pre>


  27 
  28 ### LGPL 2.1
  29 <pre>

  30                   GNU LESSER GENERAL PUBLIC LICENSE
  31                        Version 2.1, February 1999
  32 
  33  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  34  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  35  Everyone is permitted to copy and distribute verbatim copies
  36  of this license document, but changing it is not allowed.
  37 
  38 [This is the first released version of the Lesser GPL.  It also counts
  39  as the successor of the GNU Library Public License, version 2, hence
  40  the version number 2.1.]
  41 
  42                             Preamble
  43 
  44   The licenses for most software are designed to take away your
  45 freedom to share and change it.  By contrast, the GNU General Public
  46 Licenses are intended to guarantee your freedom to share and change
  47 free software--to make sure the software is free for all its users.
  48 
  49   This license, the Lesser General Public License, applies to some


 513     Lesser General Public License for more details.
 514 
 515     You should have received a copy of the GNU Lesser General Public
 516     License along with this library; if not, write to the Free Software
 517     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 518 
 519 Also add information on how to contact you by electronic and paper mail.
 520 
 521 You should also get your employer (if you work as a programmer) or your
 522 school, if any, to sign a "copyright disclaimer" for the library, if
 523 necessary.  Here is a sample; alter the names:
 524 
 525   Yoyodyne, Inc., hereby disclaims all copyright interest in the
 526   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
 527 
 528   <signature of Ty Coon>, 1 April 1990
 529   Ty Coon, President of Vice
 530 
 531 That's all there is to it!
 532 
 533 </pre>
 534 
 535 
   1 ## GNU Glib v2.58.2
   2 
   3 ### Glib Notice
   4 ```
   5 
   6 You are receiving a copy of GNU Glib, Version: 2.58.2 in either source or
   7 object code in the JavaFX runtime or JavaFX SDK. The terms of the
   8 Oracle license do NOT apply to the GNU Glib, Version: 2.58.2; it is
   9 licensed under the following license, separately from the Oracle programs
  10 you receive. If you do not wish to install this library, you may delete
  11 this library:
  12 
  13    - On Linux systems: N/A (library is not present)
  14    - On Mac OS X systems: delete $(JAVA_HOME)/lib/libglib-lite.dylib
  15    - On Windows systems: delete $(JAVA_HOME)\bin\glib-lite.dll
  16 
  17 A copy of the Oracle modified GNU Glib library source code is located
  18 in the following OpenJDK Mercurial repository:
  19 
  20    http://hg.openjdk.java.net/openjfx/jfx/rt
  21 
  22 You can use Mercurial to clone the repository or you can browse the
  23 source using a web browser. The root directory of the GNU Glib source
  24 code is here:
  25 
  26    rt/modules/javafx.media/src/main/native/gstreamer/3rd_party/glib/
  27 
  28 
  29 ```
  30 
  31 ### LGPL 2.1
  32 ```
  33 
  34                   GNU LESSER GENERAL PUBLIC LICENSE
  35                        Version 2.1, February 1999
  36 
  37  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  38  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  39  Everyone is permitted to copy and distribute verbatim copies
  40  of this license document, but changing it is not allowed.
  41 
  42 [This is the first released version of the Lesser GPL.  It also counts
  43  as the successor of the GNU Library Public License, version 2, hence
  44  the version number 2.1.]
  45 
  46                             Preamble
  47 
  48   The licenses for most software are designed to take away your
  49 freedom to share and change it.  By contrast, the GNU General Public
  50 Licenses are intended to guarantee your freedom to share and change
  51 free software--to make sure the software is free for all its users.
  52 
  53   This license, the Lesser General Public License, applies to some


 517     Lesser General Public License for more details.
 518 
 519     You should have received a copy of the GNU Lesser General Public
 520     License along with this library; if not, write to the Free Software
 521     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 522 
 523 Also add information on how to contact you by electronic and paper mail.
 524 
 525 You should also get your employer (if you work as a programmer) or your
 526 school, if any, to sign a "copyright disclaimer" for the library, if
 527 necessary.  Here is a sample; alter the names:
 528 
 529   Yoyodyne, Inc., hereby disclaims all copyright interest in the
 530   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
 531 
 532   <signature of Ty Coon>, 1 April 1990
 533   Ty Coon, President of Vice
 534 
 535 That's all there is to it!
 536 
 537 ```


< prev index next >