< prev index next >

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

Print this page
rev 11252 : 8222746: Cleanup third-party legal files
Reviewed-by:
   1 ## GStreamer v1.14.4
   2 
   3 ### GStreamer Notice
   4 <pre>

   5 You are receiving a copy of GStreamer, Version: 1.14.4 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 GStreamer, Version: 1.14.4; 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: delete $(JAVA_HOME)/lib/libgstreamer-lite.so
  13    - On Mac OS X systems: delete $(JAVA_HOME)/lib/libgstreamer-lite.dylib
  14    - On Windows systems: delete $(JAVA_HOME)\bin\gstreamer-lite.dll
  15 
  16 A copy of the Oracle modified GStreamer 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 GStreamer source
  23 code is here:
  24 
  25    rt/modules/javafx.media/src/main/native/gstreamer/gstreamer-lite/
  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>
   1 ## GStreamer v1.14.4
   2 
   3 ### GStreamer Notice
   4 ```
   5 
   6 You are receiving a copy of GStreamer, Version: 1.14.4 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 GStreamer, Version: 1.14.4; 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: delete $(JAVA_HOME)/lib/libgstreamer-lite.so
  14    - On Mac OS X systems: delete $(JAVA_HOME)/lib/libgstreamer-lite.dylib
  15    - On Windows systems: delete $(JAVA_HOME)\bin\gstreamer-lite.dll
  16 
  17 A copy of the Oracle modified GStreamer 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 GStreamer source
  24 code is here:
  25 
  26    rt/modules/javafx.media/src/main/native/gstreamer/gstreamer-lite/
  27 ```
  28 
  29 ### LGPL 2.1
  30 ```
  31 
  32                   GNU LESSER GENERAL PUBLIC LICENSE
  33                        Version 2.1, February 1999
  34 
  35  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  36  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  37  Everyone is permitted to copy and distribute verbatim copies
  38  of this license document, but changing it is not allowed.
  39 
  40 [This is the first released version of the Lesser GPL.  It also counts
  41  as the successor of the GNU Library Public License, version 2, hence
  42  the version number 2.1.]
  43 
  44                             Preamble
  45 
  46   The licenses for most software are designed to take away your
  47 freedom to share and change it.  By contrast, the GNU General Public
  48 Licenses are intended to guarantee your freedom to share and change
  49 free software--to make sure the software is free for all its users.
  50 
  51   This license, the Lesser General Public License, applies to some


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