diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-13 12:13:48 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-13 12:13:48 +0000 |
commit | 39090878e550e6054d279c1c84a324606b6a9071 (patch) | |
tree | 0893683de754496a450ddbf6d20da126d5260d77 /stream/tvi_v4l2.c | |
parent | 5aad4a97217ff36de3a09026e2b679567b95b0a8 (diff) | |
download | mpv-39090878e550e6054d279c1c84a324606b6a9071.tar.bz2 mpv-39090878e550e6054d279c1c84a324606b6a9071.tar.xz |
Replace informal GPL notes by standard GPL header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28140 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_v4l2.c')
-rw-r--r-- | stream/tvi_v4l2.c | 40 |
1 files changed, 25 insertions, 15 deletions
diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index 7a15a9b0be..0742135740 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -1,19 +1,29 @@ /* -** Video 4 Linux 2 input -** -** This file is part of MPlayer, see http://mplayerhq.hu/ for info. -** -** (c) 2003 Martin Olschewski <olschewski@zpr.uni-koeln.de> -** (c) 2003 Jindrich Makovicka <makovick@gmail.com> -** -** File licensed under the GPL, see http://www.fsf.org/ for more info. -** -** Some ideas are based on works from -** Alex Beregszaszi <alex@fsn.hu> -** Gerd Knorr <kraxel@bytesex.org> -** -** CODE IS UNDER DEVELOPMENT, NO FEATURE REQUESTS PLEASE! -*/ + * Video 4 Linux 2 input + * + * copyright (c) 2003 Martin Olschewski <olschewski@zpr.uni-koeln.de> + * copyright (c) 2003 Jindrich Makovicka <makovick@gmail.com> + * + * Some ideas are based on works from + * Alex Beregszaszi <alex@fsn.hu> + * Gerd Knorr <kraxel@bytesex.org> + * + * This file is part of MPlayer. + * + * MPlayer 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. + * + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ /* |