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
fdbea7cf
Commit
fdbea7cf
authored
Jun 23, 2010
by
gates
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove OpenSSL exception now that libgcrypt is being used for crypto.
parent
6e67db24
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
0 additions
and
425 deletions
+0
-425
COPYING
COPYING
+0
-15
src/examples/bdsplice.c
src/examples/bdsplice.c
+0
-10
src/examples/clpi_dump.c
src/examples/clpi_dump.c
+0
-10
src/examples/index_dump.c
src/examples/index_dump.c
+0
-10
src/examples/libbluray_test.c
src/examples/libbluray_test.c
+0
-10
src/examples/list_titles.c
src/examples/list_titles.c
+0
-10
src/examples/mobj_dump.c
src/examples/mobj_dump.c
+0
-10
src/examples/mpls_dump.c
src/examples/mpls_dump.c
+0
-10
src/examples/sound_dump.c
src/examples/sound_dump.c
+0
-10
src/examples/util.c
src/examples/util.c
+0
-10
src/examples/util.h
src/examples/util.h
+0
-10
src/file/dir.h
src/file/dir.h
+0
-10
src/file/dir_posix.c
src/file/dir_posix.c
+0
-10
src/file/dl.h
src/file/dl.h
+0
-10
src/file/dl_posix.c
src/file/dl_posix.c
+0
-10
src/file/file.h
src/file/file.h
+0
-10
src/file/file_posix.c
src/file/file_posix.c
+0
-10
src/libbluray/bdnav/bdparse.h
src/libbluray/bdnav/bdparse.h
+0
-10
src/libbluray/bdnav/clpi_parse.c
src/libbluray/bdnav/clpi_parse.c
+0
-10
src/libbluray/bdnav/clpi_parse.h
src/libbluray/bdnav/clpi_parse.h
+0
-10
src/libbluray/bdnav/hdmv_insn.h
src/libbluray/bdnav/hdmv_insn.h
+0
-10
src/libbluray/bdnav/index_parse.c
src/libbluray/bdnav/index_parse.c
+0
-10
src/libbluray/bdnav/index_parse.h
src/libbluray/bdnav/index_parse.h
+0
-10
src/libbluray/bdnav/mobj_parse.c
src/libbluray/bdnav/mobj_parse.c
+0
-10
src/libbluray/bdnav/mobj_parse.h
src/libbluray/bdnav/mobj_parse.h
+0
-10
src/libbluray/bdnav/mobj_print.c
src/libbluray/bdnav/mobj_print.c
+0
-10
src/libbluray/bdnav/mpls_parse.c
src/libbluray/bdnav/mpls_parse.c
+0
-10
src/libbluray/bdnav/mpls_parse.h
src/libbluray/bdnav/mpls_parse.h
+0
-10
src/libbluray/bdnav/navigation.c
src/libbluray/bdnav/navigation.c
+0
-10
src/libbluray/bdnav/navigation.h
src/libbluray/bdnav/navigation.h
+0
-10
src/libbluray/bdnav/sound_parse.c
src/libbluray/bdnav/sound_parse.c
+0
-10
src/libbluray/bdnav/sound_parse.h
src/libbluray/bdnav/sound_parse.h
+0
-10
src/libbluray/bluray.c
src/libbluray/bluray.c
+0
-10
src/libbluray/bluray.h
src/libbluray/bluray.h
+0
-10
src/libbluray/register.c
src/libbluray/register.c
+0
-10
src/libbluray/register.h
src/libbluray/register.h
+0
-10
src/util/attributes.h
src/util/attributes.h
+0
-10
src/util/logging.c
src/util/logging.c
+0
-10
src/util/logging.h
src/util/logging.h
+0
-10
src/util/macro.h
src/util/macro.h
+0
-10
src/util/strutl.c
src/util/strutl.c
+0
-10
src/util/strutl.h
src/util/strutl.h
+0
-10
No files found.
COPYING
View file @
fdbea7cf
...
...
@@ -500,18 +500,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice
That's all there is to it!
END OF GNU LESSER GENERAL PUBLIC LICENSE
--------------------------------------------------------------------------
OPENSSL EXCEPTION
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 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.
src/examples/bdsplice.c
View file @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -16,16 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -16,16 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -16,16 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -16,16 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -16,16 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -16,16 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 @
fdbea7cf
...
...
@@ -15,16 +15,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* 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 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 "register.h"
...
...