diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-04-27 17:07:10 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-04-27 17:07:10 +0300 |
commit | a16165a6b7afbfa045c2cf98e0e81b9091a9f719 (patch) | |
tree | ad53149eb6c531469a2737ac38bf3930b0b38e30 /src | |
parent | 3f079cfbb1cb1d7a070d102571ef429325a6746c (diff) | |
download | xine-lib-a16165a6b7afbfa045c2cf98e0e81b9091a9f719.tar.gz xine-lib-a16165a6b7afbfa045c2cf98e0e81b9091a9f719.tar.bz2 |
Added missing file headers
Diffstat (limited to 'src')
-rw-r--r-- | src/video_dec/libvdpau/alterh264_bits_reader.h | 21 | ||||
-rw-r--r-- | src/video_dec/libvdpau/alterh264_decode.h | 21 | ||||
-rw-r--r-- | src/video_dec/libvdpau/bits_reader.h | 21 |
3 files changed, 63 insertions, 0 deletions
diff --git a/src/video_dec/libvdpau/alterh264_bits_reader.h b/src/video_dec/libvdpau/alterh264_bits_reader.h index 47a26aca1..81f641467 100644 --- a/src/video_dec/libvdpau/alterh264_bits_reader.h +++ b/src/video_dec/libvdpau/alterh264_bits_reader.h @@ -1,4 +1,25 @@ /* kate: tab-indent on; indent-width 4; mixedindent off; indent-mode cstyle; remove-trailing-space on; */ +/* + * Copyright (C) 2008 the xine project + * + * This file is part of xine, a free video player. + * + * xine is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * xine is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA + * + */ + #ifndef ALTERH264_BITS_READER_H #define ALTERH264_BITS_READER_H #include <sys/types.h> diff --git a/src/video_dec/libvdpau/alterh264_decode.h b/src/video_dec/libvdpau/alterh264_decode.h index 88f5e638f..a756baba5 100644 --- a/src/video_dec/libvdpau/alterh264_decode.h +++ b/src/video_dec/libvdpau/alterh264_decode.h @@ -1,4 +1,25 @@ /* kate: tab-indent on; indent-width 4; mixedindent off; indent-mode cstyle; remove-trailing-space on; */ +/* + * Copyright (C) 2008 the xine project + * + * This file is part of xine, a free video player. + * + * xine is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * xine is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA + * + */ + #ifndef ALTERH264_DECODE_H #define ALTERH264_DECODE_H diff --git a/src/video_dec/libvdpau/bits_reader.h b/src/video_dec/libvdpau/bits_reader.h index db7cdfc7e..9cf232288 100644 --- a/src/video_dec/libvdpau/bits_reader.h +++ b/src/video_dec/libvdpau/bits_reader.h @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2008 the xine project + * + * This file is part of xine, a free video player. + * + * xine is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * xine is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA + * + */ + #include <sys/types.h> |