diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-13 22:33:06 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-13 22:33:06 +0000 |
commit | 37efccb4ed8610f52aef1abd4c57934a1f9f9945 (patch) | |
tree | a1e778ece24b76d414faafcd8fa06ee4faa245bb /vidix | |
parent | 1dfe35fc82fa76843189511e2a978356caeafdec (diff) | |
download | mpv-37efccb4ed8610f52aef1abd4c57934a1f9f9945.tar.bz2 mpv-37efccb4ed8610f52aef1abd4c57934a1f9f9945.tar.xz |
Add standard license header, confirmed by Nick in private mail.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23310 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r-- | vidix/pci_db2c.awk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vidix/pci_db2c.awk b/vidix/pci_db2c.awk index 3d487d1c78..12502d06f9 100644 --- a/vidix/pci_db2c.awk +++ b/vidix/pci_db2c.awk @@ -8,6 +8,21 @@ # But it should work with standard Awk implementations (hopefully). # (Nobody tested it with Nawk, but it should work, too). # +# 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 BEGIN { |