summaryrefslogtreecommitdiffstats
path: root/vidix/drivers.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 15:30:39 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 15:30:39 +0000
commitfe56fcafbab5b079cfc4720ecad51cd897f2f1fc (patch)
tree9a2f7829715bc1996c42b9f2fcce69dd66c05a6a /vidix/drivers.h
parentc1a5717ff7b7b5ffc7ec025d4251ada9e1701b97 (diff)
downloadmpv-fe56fcafbab5b079cfc4720ecad51cd897f2f1fc.tar.bz2
mpv-fe56fcafbab5b079cfc4720ecad51cd897f2f1fc.tar.xz
missing headers in vidix drivers registry files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/drivers.h')
-rw-r--r--vidix/drivers.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/vidix/drivers.h b/vidix/drivers.h
index 0cf8772cd1..2092efec8f 100644
--- a/vidix/drivers.h
+++ b/vidix/drivers.h
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
+ * Vidix drivers registry handler.
+ *
+ * This program 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.
+ *
+ * This program 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-1301 USA
+ */
#ifndef VIDIX_DRIVERS_H
#define VIDIX_DRIVERS_H