Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libbluray
Commits
4321dbf1
Commit
4321dbf1
authored
Jun 16, 2010
by
gates
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update OpenSSL exception for LGPL conversion.
parent
cd989d03
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
206 additions
and
206 deletions
+206
-206
COPYING
COPYING
+1
-1
src/examples/bdsplice.c
src/examples/bdsplice.c
+5
-5
src/examples/clpi_dump.c
src/examples/clpi_dump.c
+5
-5
src/examples/index_dump.c
src/examples/index_dump.c
+5
-5
src/examples/libbluray_test.c
src/examples/libbluray_test.c
+5
-5
src/examples/list_titles.c
src/examples/list_titles.c
+5
-5
src/examples/mobj_dump.c
src/examples/mobj_dump.c
+5
-5
src/examples/mpls_dump.c
src/examples/mpls_dump.c
+5
-5
src/examples/sound_dump.c
src/examples/sound_dump.c
+5
-5
src/examples/util.c
src/examples/util.c
+5
-5
src/examples/util.h
src/examples/util.h
+5
-5
src/file/dir.h
src/file/dir.h
+5
-5
src/file/dir_posix.c
src/file/dir_posix.c
+5
-5
src/file/dl.h
src/file/dl.h
+5
-5
src/file/dl_posix.c
src/file/dl_posix.c
+5
-5
src/file/file.h
src/file/file.h
+5
-5
src/file/file_posix.c
src/file/file_posix.c
+5
-5
src/libbluray/bdnav/bdparse.h
src/libbluray/bdnav/bdparse.h
+5
-5
src/libbluray/bdnav/clpi_parse.c
src/libbluray/bdnav/clpi_parse.c
+5
-5
src/libbluray/bdnav/clpi_parse.h
src/libbluray/bdnav/clpi_parse.h
+5
-5
src/libbluray/bdnav/hdmv_insn.h
src/libbluray/bdnav/hdmv_insn.h
+5
-5
src/libbluray/bdnav/index_parse.c
src/libbluray/bdnav/index_parse.c
+5
-5
src/libbluray/bdnav/index_parse.h
src/libbluray/bdnav/index_parse.h
+5
-5
src/libbluray/bdnav/mobj_parse.c
src/libbluray/bdnav/mobj_parse.c
+5
-5
src/libbluray/bdnav/mobj_parse.h
src/libbluray/bdnav/mobj_parse.h
+5
-5
src/libbluray/bdnav/mobj_print.c
src/libbluray/bdnav/mobj_print.c
+5
-5
src/libbluray/bdnav/mpls_parse.c
src/libbluray/bdnav/mpls_parse.c
+5
-5
src/libbluray/bdnav/mpls_parse.h
src/libbluray/bdnav/mpls_parse.h
+5
-5
src/libbluray/bdnav/navigation.c
src/libbluray/bdnav/navigation.c
+5
-5
src/libbluray/bdnav/navigation.h
src/libbluray/bdnav/navigation.h
+5
-5
src/libbluray/bdnav/sound_parse.c
src/libbluray/bdnav/sound_parse.c
+5
-5
src/libbluray/bdnav/sound_parse.h
src/libbluray/bdnav/sound_parse.h
+5
-5
src/libbluray/bluray.c
src/libbluray/bluray.c
+5
-5
src/libbluray/bluray.h
src/libbluray/bluray.h
+5
-5
src/libbluray/register.c
src/libbluray/register.c
+5
-5
src/libbluray/register.h
src/libbluray/register.h
+5
-5
src/util/attributes.h
src/util/attributes.h
+5
-5
src/util/logging.c
src/util/logging.c
+5
-5
src/util/logging.h
src/util/logging.h
+5
-5
src/util/macro.h
src/util/macro.h
+5
-5
src/util/strutl.c
src/util/strutl.c
+5
-5
src/util/strutl.h
src/util/strutl.h
+5
-5
No files found.
COPYING
View file @
4321dbf1
...
...
@@ -510,7 +510,7 @@ In addition, as a special exception, the copyright holders of libbluray
gives permission to link the code of its release of libbluray with the
OpenSSL project's "OpenSSL" library (or with modified versions of it
that use the same license as the "OpenSSL" library), and distribute
the linked
executables
. You must obey the GNU Lesser General Public
the linked
library
. You must obey the GNU Lesser General Public
License in all respects for all of the code used other than "OpenSSL".
If you modify this file, you may extend this exception to your
version of the file, but you are not obligated to do so. If you do
...
...
src/examples/bdsplice.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/examples/clpi_dump.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "config.h"
...
...
src/examples/index_dump.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "libbluray/bdnav/index_parse.h"
...
...
src/examples/libbluray_test.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/examples/list_titles.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/examples/mobj_dump.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "util/macro.h"
...
...
src/examples/mpls_dump.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "util/strutl.h"
...
...
src/examples/sound_dump.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "libbluray/bdnav/sound_parse.h"
...
...
src/examples/util.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "util.h"
...
...
src/examples/util.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include <stdint.h>
...
...
src/file/dir.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#ifndef DIR_H_
...
...
src/file/dir_posix.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/file/dl.h
View file @
4321dbf1
...
...
@@ -21,11 +21,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#ifndef DL_H_
...
...
src/file/dl_posix.c
View file @
4321dbf1
...
...
@@ -21,11 +21,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/file/file.h
View file @
4321dbf1
...
...
@@ -21,11 +21,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#ifndef FILE_H_
...
...
src/file/file_posix.c
View file @
4321dbf1
...
...
@@ -21,11 +21,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/libbluray/bdnav/bdparse.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_BDPARSE_H_)
...
...
src/libbluray/bdnav/clpi_parse.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "util/macro.h"
...
...
src/libbluray/bdnav/clpi_parse.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_CLPI_PARSE_H_)
...
...
src/libbluray/bdnav/hdmv_insn.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_HDMV_INSN_H_)
...
...
src/libbluray/bdnav/index_parse.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "file/file.h"
...
...
src/libbluray/bdnav/index_parse.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_INDX_PARSE_H_)
...
...
src/libbluray/bdnav/mobj_parse.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "file/file.h"
...
...
src/libbluray/bdnav/mobj_parse.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_MOBJ_PARSE_H_)
...
...
src/libbluray/bdnav/mobj_print.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "util/macro.h"
...
...
src/libbluray/bdnav/mpls_parse.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "util/macro.h"
...
...
src/libbluray/bdnav/mpls_parse.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_MPLS_PARSE_H_)
...
...
src/libbluray/bdnav/navigation.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/libbluray/bdnav/navigation.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_NAVIGATION_H_)
...
...
src/libbluray/bdnav/sound_parse.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#include "file/file.h"
...
...
src/libbluray/bdnav/sound_parse.h
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if !defined(_SOUND_PARSE_H_)
...
...
src/libbluray/bluray.c
View file @
4321dbf1
...
...
@@ -21,11 +21,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#if HAVE_CONFIG_H
...
...
src/libbluray/bluray.h
View file @
4321dbf1
...
...
@@ -21,11 +21,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/
#ifndef BLURAY_H_
...
...
src/libbluray/register.c
View file @
4321dbf1
...
...
@@ -20,11 +20,11 @@
* gives permission to link the code of its release of libbluray with the
* OpenSSL project's "OpenSSL" library (or with modified versions of it
* that use the same license as the "OpenSSL" library), and distribute
* the linked
executables
. You must obey the GNU General Public
License
* in all respects for all of the code used other than "OpenSSL".
If you
* modify this file, you may extend this exception to your
version of the
* file, but you are not obligated to do so. If you do
not wish to do
* so, delete this exception statement from your version.
* the linked
library
. You must obey the GNU
Lesser
General Public
*
License
in all respects for all of the code used other than "OpenSSL".
*
If you
modify this file, you may extend this exception to your
*
version of the
file, but you are not obligated to do so. If you do
*
not wish to do
so, delete this exception statement from your version.
*/